Skip to content

Console Output

Started by user Carsten Reckord
Running as Carsten Reckord
Agent jipp-migration-agent-ffmkq is provisioned from template jipp-migration-agent
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: "migration_jipp-migration"
  name: "jipp-migration-agent-ffmkq"
spec:
  containers:
  - env:
    - name: "MAVEN_OPTS"
      value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.mpc.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "jipp-migration-agent-ffmkq"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "jipp-migration-agent-ffmkq"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.mpc.svc.cluster.local/mpc/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jipp-migration-agent:3.35"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-mpc"
      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 jipp-migration-agent-ffmkq (jipp-migration migration) in workspace /home/jenkins/agent/workspace/epp-mpc-release
No credentials specified
Cloning the remote Git repository
Cloning repository git://git.eclipse.org/gitroot/mpc/org.eclipse.epp.mpc.git
 > git init /home/jenkins/agent/workspace/epp-mpc-release # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/mpc/org.eclipse.epp.mpc.git
 > git --version # timeout=10
 > git fetch --tags --progress git://git.eclipse.org/gitroot/mpc/org.eclipse.epp.mpc.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.eclipse.org/gitroot/mpc/org.eclipse.epp.mpc.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.eclipse.org/gitroot/mpc/org.eclipse.epp.mpc.git # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/mpc/org.eclipse.epp.mpc.git
 > git fetch --tags --progress git://git.eclipse.org/gitroot/mpc/org.eclipse.epp.mpc.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision d1708e76e50003f529ea15aaa86e6752ef51706b (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d1708e76e50003f529ea15aaa86e6752ef51706b # timeout=10
Commit message: "[Releng] promotion script fix"
 > git rev-list --no-walk d5b1defc0f296392de6103d49f4e61eefbaa970c # timeout=10
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
Starting xvnc
[epp-mpc-release] $ Xvnc :95 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset

Xvnc TigerVNC 1.8.0 - built Apr  1 2020 04:46:00
Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12004000, The X.Org Foundation


Tue May 26 23:29:47 2020
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5995
 vncext:      created VNC server for screen 0
[epp-mpc-release] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DskipTests=true -Dmaven.test.failure.ignore=true -Dtycho.disableP2Mirrors=true -Dsurefire.timeout=1500 -Dtycho.localArtifacts=ignore -Dmaven.repo.local=/home/jenkins/agent/workspace/epp-mpc-release/.repository clean verify -Pstaging -Prelease -B
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.core:1.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/pom.xml
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.16-I-builds/
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.16-I-builds/
[INFO] Adding repository http://download.eclipse.org/eclipse/updates/4.16-I-builds
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/ (460B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/ (460B)
[INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/categories/ (1.46kB)
[INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/categories/ (1.46kB)
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/
[INFO] Fetching content.xml from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/
[INFO] Fetching content.xml from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-0640/
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-0640/
[INFO] Fetching content.xml from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-0640/
[INFO] Fetching content.xml from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-0640/
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-1800/
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-1800/
[INFO] Fetching content.xml from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-1800/
[INFO] Fetching content.xml from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-1800/
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/
[INFO] Fetching content.xml from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/
[INFO] Fetching content.xml from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/
[INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/S20200128200239/repository/
[INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/S20200128200239/repository/
[INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/S20200128200239/repository
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/orbit/downloads/drops/S20200128200239/repository/
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/orbit/downloads/drops/S20200128200239/repository/
[INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB)
[INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB)
[INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops2/S20200128200239/repository/
[INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops2/S20200128200239/repository/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops2/S20200128200239/repository/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops2/S20200128200239/repository/
[INFO] Fetching p2.index from http://download.eclipse.org/mpc/httpclient/drops/I-builds/202002052133/
[INFO] Fetching p2.index from http://download.eclipse.org/mpc/httpclient/drops/I-builds/202002052133/
[INFO] Adding repository http://download.eclipse.org/mpc/httpclient/drops/I-builds/202002052133
[INFO] Fetching content.xml.xz from http://download.eclipse.org/mpc/httpclient/drops/I-builds/202002052133/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/mpc/httpclient/drops/I-builds/202002052133/
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/
[INFO] Adding repository http://download.eclipse.org/cbi/updates/license
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B)
[INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
[INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
[INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
[INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
[INFO] Fetching p2.index from http://download.eclipse.org/technology/swtbot/releases/latest/
[INFO] Fetching p2.index from http://download.eclipse.org/technology/swtbot/releases/latest/
[INFO] Adding repository http://download.eclipse.org/technology/swtbot/releases/latest
[INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/swtbot/releases/latest/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/swtbot/releases/latest/
[INFO] Adding repository http://download.eclipse.org/usssdk/drops/release/1.2.1
[INFO] Fetching content.jar from http://download.eclipse.org/usssdk/drops/release/1.2.1/ (5.82kB)
[INFO] Fetching content.jar from http://download.eclipse.org/usssdk/drops/release/1.2.1/ (5.82kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.core:1.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/pom.xml
[INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (9.5MB)
[INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (9.5MB)
[INFO] Fetching org.eclipse.osgi_3.15.300.v20200520-1959.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (459.89kB)
[INFO] Fetching org.eclipse.osgi_3.15.300.v20200520-1959.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (459.89kB)
[INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (13.03kB)
[INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (13.03kB)
[INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (101.68kB)
[INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (101.68kB)
[INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (63.49kB)
[INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (63.49kB)
[INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (14.52kB)
[INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (14.52kB)
[INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (258.72kB)
[INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (258.72kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (15.35kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (35.59kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (35.59kB)
[INFO] Fetching org.apache.commons.codec_1.13.0.v20200108-0001.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (143.6kB)
[INFO] Fetching org.apache.commons.codec_1.13.0.v20200108-0001.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (143.6kB)
[INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (82.7kB)
[INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (82.7kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (33.71kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (33.71kB)
[INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (155.55kB)
[INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (155.55kB)
[INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (44.03kB)
[INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (44.03kB)
[INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (30.65kB)
[INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (30.65kB)
[INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200114-1512.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (333.78kB)
[INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200114-1512.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (333.78kB)
[INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (109.72kB)
[INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (109.72kB)
[INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (43.01kB)
[INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (43.01kB)
[INFO] Fetching org.eclipse.equinox.common_3.12.0.v20200504-1602.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (55.07kB)
[INFO] Fetching org.eclipse.equinox.common_3.12.0.v20200504-1602.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (55.07kB)
[INFO] Fetching org.eclipse.core.contenttype_3.7.700.v20200517-1644.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (41.49kB)
[INFO] Fetching org.eclipse.core.contenttype_3.7.700.v20200517-1644.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (41.49kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (55.59kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (55.59kB)
[INFO] Fetching org.eclipse.equinox.registry_3.8.800.v20200406-0956.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (77.27kB)
[INFO] Fetching org.eclipse.equinox.registry_3.8.800.v20200406-0956.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (77.27kB)
[INFO] Fetching org.eclipse.core.databinding_1.9.0.v20200519-1409.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (56.72kB)
[INFO] Fetching org.eclipse.core.databinding_1.9.0.v20200519-1409.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (56.72kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (82.47kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (82.47kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (44.98kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (44.98kB)
[INFO] Fetching org.eclipse.core.expressions_3.6.800.v20200319-0911.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (33.96kB)
[INFO] Fetching org.eclipse.core.expressions_3.6.800.v20200319-0911.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (33.96kB)
[INFO] Fetching org.eclipse.core.runtime_3.18.0.v20200506-2143.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (33.65kB)
[INFO] Fetching org.eclipse.core.runtime_3.18.0.v20200506-2143.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (33.65kB)
[INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (46.11kB)
[INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (46.11kB)
[INFO] Fetching org.eclipse.core.net_1.3.900.v20200428-1255.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (31.74kB)
[INFO] Fetching org.eclipse.core.net_1.3.900.v20200428-1255.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (31.74kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (44.56kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (44.56kB)
[INFO] Fetching org.eclipse.equinox.app_1.4.500.v20200422-1833.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (42.05kB)
[INFO] Fetching org.eclipse.equinox.app_1.4.500.v20200422-1833.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (42.05kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (13.76kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (13.76kB)
[INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (25.88kB)
[INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (25.88kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (14.07kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (22.66kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (22.66kB)
[INFO] Fetching org.eclipse.e4.core.services_2.2.300.v20200422-1846.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (28.06kB)
[INFO] Fetching org.eclipse.e4.core.services_2.2.300.v20200422-1846.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (28.06kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (7.68kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (7.68kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (7.72kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (7.72kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.600.v20200311-0642.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (16.65kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.600.v20200311-0642.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (16.65kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.700.v20200318-1219.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (21.82kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.700.v20200318-1219.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (21.82kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (107.16kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (107.16kB)
[INFO] Fetching org.eclipse.emf.ecore_2.22.0.v20200519-1135.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (487.54kB)
[INFO] Fetching org.eclipse.emf.ecore_2.22.0.v20200519-1135.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (487.54kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (23.02kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (23.02kB)
[INFO] Fetching org.eclipse.swt_3.114.100.v20200526-1004.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (16kB)
[INFO] Fetching org.eclipse.swt_3.114.100.v20200526-1004.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (16kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (13.16kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (13.16kB)
[INFO] Fetching org.eclipse.jface_3.20.0.v20200505-1952.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (361.92kB)
[INFO] Fetching org.eclipse.jface_3.20.0.v20200505-1952.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (361.92kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1200.v20200513-0930.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (66.16kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1200.v20200513-0930.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (66.16kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1000.v20200525-0806.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-0640/plugins/ (65.8kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1000.v20200525-0806.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-0640/plugins/ (65.8kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200508-1201.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (16.41kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200508-1201.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (16.41kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (9.76kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (9.76kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.800.v20200522-0923.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (27.84kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.800.v20200522-0923.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (27.84kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (111.14kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (111.14kB)
[INFO] Fetching org.eclipse.equinox.event_1.5.400.v20200511-1702.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (16.62kB)
[INFO] Fetching org.eclipse.equinox.event_1.5.400.v20200511-1702.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (16.62kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (9.45kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (9.45kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.11.300.v20200514-1625.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (85.1kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.11.300.v20200514-1625.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (85.1kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (51kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (51kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (84.02kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (84.02kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1000.v20200517-1848.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (49.88kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1000.v20200517-1848.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (49.88kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1200.v20200525-0806.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-0640/plugins/ (94.94kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1200.v20200525-0806.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-0640/plugins/ (94.94kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1000.v20200514-1625.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (60.86kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1000.v20200514-1625.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (60.86kB)
[INFO] Fetching org.eclipse.jface.databinding_1.11.100.v20200522-1835.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (77.88kB)
[INFO] Fetching org.eclipse.jface.databinding_1.11.100.v20200522-1835.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (77.88kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (13.07kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (13.07kB)
[INFO] Fetching org.eclipse.urischeme_1.1.0.v20200526-0654.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (22.55kB)
[INFO] Fetching org.eclipse.urischeme_1.1.0.v20200526-0654.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (22.55kB)
[INFO] Fetching org.eclipse.emf.common_2.19.0.v20200324-0932.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (115.11kB)
[INFO] Fetching org.eclipse.emf.common_2.19.0.v20200324-0932.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (115.11kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (55.47kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (55.47kB)
[INFO] Fetching org.eclipse.userstorage_1.2.0.v20190307-0457.jar.pack.gz from http://download.eclipse.org/usssdk/drops/release/1.2.1/plugins/ (45.34kB)
[INFO] Fetching org.eclipse.userstorage_1.2.0.v20190307-0457.jar.pack.gz from http://download.eclipse.org/usssdk/drops/release/1.2.1/plugins/ (45.34kB)
[INFO] Fetching org.eclipse.userstorage.oauth_1.1.0.v20190307-0457.jar.pack.gz from http://download.eclipse.org/usssdk/drops/release/1.2.1/plugins/ (27.77kB)
[INFO] Fetching org.eclipse.userstorage.oauth_1.1.0.v20190307-0457.jar.pack.gz from http://download.eclipse.org/usssdk/drops/release/1.2.1/plugins/ (27.77kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (32.04kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (32.04kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (107.88kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (107.88kB)
[INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-0640/plugins/ (120.7kB)
[INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-0640/plugins/ (120.7kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.114.100.v20200526-1004.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (1.13MB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.114.100.v20200526-1004.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (1.13MB)
[INFO] Fetching org.eclipse.ui_3.117.0.v20200518-1705.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (363.6kB)
[INFO] Fetching org.eclipse.ui_3.117.0.v20200518-1705.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (363.6kB)
[INFO] Fetching org.eclipse.ui.workbench_3.119.0.v20200521-1247.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (997.92kB)
[INFO] Fetching org.eclipse.ui.workbench_3.119.0.v20200521-1247.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (997.92kB)
[INFO] Fetching org.eclipse.userstorage.ui_1.1.0.v20190307-0457.jar.pack.gz from http://download.eclipse.org/usssdk/drops/release/1.2.1/plugins/ (25.66kB)
[INFO] Fetching org.eclipse.userstorage.ui_1.1.0.v20190307-0457.jar.pack.gz from http://download.eclipse.org/usssdk/drops/release/1.2.1/plugins/ (25.66kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (16.71kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (16.71kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.114.100.v20200526-1004.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (956.21kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.114.100.v20200526-1004.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (956.21kB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.114.100.v20200526-1004.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (834.72kB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.114.100.v20200526-1004.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (834.72kB)
[INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.core:1.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.core.win32:1.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core.win32/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.core.win32:1.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core.win32/pom.xml
[INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (1.28MB)
[INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (1.28MB)
[INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (328.72kB)
[INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (328.72kB)
[INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.10.v20200113-2105.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (17.36kB)
[INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.10.v20200113-2105.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (17.36kB)
[INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.core.win32:1.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core.win32/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.dependencies:1.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.dependencies.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.dependencies:1.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.dependencies.feature/pom.xml
[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] 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] Resolving class path of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.dependencies:1.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.dependencies.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc:1.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc:1.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.feature/pom.xml
[INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (27.79kB)
[INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (27.79kB)
[INFO] Fetching org.eclipse.core.resources_3.13.700.v20200209-1624.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (873.17kB)
[INFO] Fetching org.eclipse.core.resources_3.13.700.v20200209-1624.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (873.17kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (7.94kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (7.94kB)
[INFO] Fetching org.eclipse.ecf_3.9.5.v20200217-1548.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (48.04kB)
[INFO] Fetching org.eclipse.ecf_3.9.5.v20200217-1548.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (48.04kB)
[INFO] Fetching org.eclipse.ecf.identity_3.9.300.v20191020-1846.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (27.11kB)
[INFO] Fetching org.eclipse.ecf.identity_3.9.300.v20191020-1846.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (27.11kB)
[INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (12.22kB)
[INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (12.22kB)
[INFO] Fetching org.eclipse.ecf.filetransfer_5.1.0.v20200217-0016.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (20.34kB)
[INFO] Fetching org.eclipse.ecf.filetransfer_5.1.0.v20200217-0016.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (20.34kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.500.v20191017-1905.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (45.01kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.500.v20191017-1905.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (45.01kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.1.500.v20200521-1852.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (75.93kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.1.500.v20200521-1852.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (75.93kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery_1.1.200.v20190611-1008.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (17.02kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery_1.1.200.v20190611-1008.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (17.02kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.6.0.v20200523-1317.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (287.85kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.6.0.v20200523-1317.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (287.85kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.5.800.v20200410-1336.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (31.99kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.5.800.v20200410-1336.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (31.99kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (74.47kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (74.47kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (47.99kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (47.99kB)
[INFO] Fetching org.eclipse.ui.ide_3.17.100.v20200522-1057.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (957.98kB)
[INFO] Fetching org.eclipse.ui.ide_3.17.100.v20200522-1057.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (957.98kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (23.95kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (23.95kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (58.11kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (58.11kB)
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (44.42kB)
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (44.42kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (38.9kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (38.9kB)
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (116.64kB)
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (116.64kB)
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (81.19kB)
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (81.19kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (23.81kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (23.81kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.1.200.v20190611-1008.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (27.04kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.1.200.v20190611-1008.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (27.04kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.400.v20200123-2221.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (22.35kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.400.v20200123-2221.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (22.35kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.feature_1.2.600.v20200521-1852.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (19.02kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.feature_1.2.600.v20200521-1852.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (19.02kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (50.94kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (50.94kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.2.600.v20191213-1901.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (71.21kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.2.600.v20191213-1901.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (71.21kB)
[INFO] Fetching org.eclipse.ui.browser_3.6.800.v20200410-1405.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (97.9kB)
[INFO] Fetching org.eclipse.ui.browser_3.6.800.v20200410-1405.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (97.9kB)
[INFO] Fetching org.eclipse.jface.text_3.16.300.v20200526-0811.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (316.88kB)
[INFO] Fetching org.eclipse.jface.text_3.16.300.v20200526-0811.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (316.88kB)
[INFO] Fetching org.eclipse.text_3.10.200.v20200428-0633.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (100.5kB)
[INFO] Fetching org.eclipse.text_3.10.200.v20200428-0633.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (100.5kB)
[INFO] Fetching org.eclipse.ui.navigator_3.9.300.v20200513-0930.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (131.02kB)
[INFO] Fetching org.eclipse.ui.navigator_3.9.300.v20200513-0930.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (131.02kB)
[INFO] Fetching org.eclipse.userstorage_1.2.0.v20191120-1614.jar from http://download.eclipse.org/usssdk/drops/release/1.2.1/features/ (18.96kB)
[INFO] Fetching org.eclipse.userstorage_1.2.0.v20191120-1614.jar from http://download.eclipse.org/usssdk/drops/release/1.2.1/features/ (18.96kB)
[INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc:1.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.help.ui:1.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.help.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.help.ui:1.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.help.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.help.ui:1.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.help.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.site:1.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.site:1.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.site:1.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.tests:1.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.tests:1.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/pom.xml
[INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (107.05kB)
[INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (107.05kB)
[INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (62.49kB)
[INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (62.49kB)
[INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (33.35kB)
[INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (33.35kB)
[INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (60.2kB)
[INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (60.2kB)
[INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (21.32kB)
[INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (21.32kB)
[INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (55.73kB)
[INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (55.73kB)
[INFO] Fetching net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (634.79kB)
[INFO] Fetching net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (634.79kB)
[INFO] Fetching net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (23.9kB)
[INFO] Fetching net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (23.9kB)
[INFO] Fetching org.apache.ant_1.10.8.v20200515-1239.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (2.86MB)
[INFO] Fetching org.apache.ant_1.10.8.v20200515-1239.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (2.86MB)
[INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (31.52kB)
[INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (31.52kB)
[INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (75.47kB)
[INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (75.47kB)
[INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (34.83kB)
[INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (34.83kB)
[INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (2.36MB)
[INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (2.36MB)
[INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (696.23kB)
[INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (696.23kB)
[INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (962.55kB)
[INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (962.55kB)
[INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (3.42MB)
[INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (3.42MB)
[INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (12.57kB)
[INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (12.57kB)
[INFO] Fetching org.eclipse.ant.core_3.5.700.v20191221-1203.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (72.39kB)
[INFO] Fetching org.eclipse.ant.core_3.5.700.v20191221-1203.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (72.39kB)
[INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (18.03kB)
[INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (18.03kB)
[INFO] Fetching org.eclipse.ant.launching_1.2.900.v20200410-1424.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (102.08kB)
[INFO] Fetching org.eclipse.ant.launching_1.2.900.v20200410-1424.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (102.08kB)
[INFO] Fetching org.eclipse.debug.core_3.15.100.v20200514-0816.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (124.57kB)
[INFO] Fetching org.eclipse.debug.core_3.15.100.v20200514-0816.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (124.57kB)
[INFO] Fetching org.eclipse.jdt.launching_3.17.100.v20200515-1452.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (281.81kB)
[INFO] Fetching org.eclipse.jdt.launching_3.17.100.v20200515-1452.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (281.81kB)
[INFO] Fetching org.eclipse.core.externaltools_1.1.700.v20200416-1310.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (20.79kB)
[INFO] Fetching org.eclipse.core.externaltools_1.1.700.v20200416-1310.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (20.79kB)
[INFO] Fetching org.eclipse.jdt.core_3.22.0.v20200525-1927.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (6.83MB)
[INFO] Fetching org.eclipse.jdt.core_3.22.0.v20200525-1927.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (6.83MB)
[INFO] Fetching org.eclipse.ant.ui_3.7.800.v20200413-1643.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (483.38kB)
[INFO] Fetching org.eclipse.ant.ui_3.7.800.v20200413-1643.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (483.38kB)
[INFO] Fetching org.eclipse.ui.externaltools_3.4.700.v20200319-0924.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (65.77kB)
[INFO] Fetching org.eclipse.ui.externaltools_3.4.700.v20200319-0924.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (65.77kB)
[INFO] Fetching org.eclipse.ui.console_3.9.200.v20200511-1122.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (85.4kB)
[INFO] Fetching org.eclipse.ui.console_3.9.200.v20200511-1122.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (85.4kB)
[INFO] Fetching org.eclipse.debug.ui_3.14.500.v20200520-0842.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (1MB)
[INFO] Fetching org.eclipse.debug.ui_3.14.500.v20200520-0842.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (1MB)
[INFO] Fetching org.eclipse.jdt.ui_3.21.100.v20200526-0801.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (3.94MB)
[INFO] Fetching org.eclipse.jdt.ui_3.21.100.v20200526-0801.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (3.94MB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.11.0.v20200525-2012.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (1.66MB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.11.0.v20200525-2012.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (1.66MB)
[INFO] Fetching org.eclipse.team.core_3.8.1000.v20200428-1255.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (124.89kB)
[INFO] Fetching org.eclipse.team.core_3.8.1000.v20200428-1255.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (124.89kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.0.v20200515-0330.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (105.75kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.0.v20200515-0330.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (105.75kB)
[INFO] Fetching org.eclipse.jdt.junit_3.11.800.v20200518-1033.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (235.58kB)
[INFO] Fetching org.eclipse.jdt.junit_3.11.800.v20200518-1033.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (235.58kB)
[INFO] Fetching org.eclipse.compare_3.7.1000.v20200511-1203.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (306.31kB)
[INFO] Fetching org.eclipse.compare_3.7.1000.v20200511-1203.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (306.31kB)
[INFO] Fetching org.eclipse.ui.views_3.10.300.v20200311-1018.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (48.59kB)
[INFO] Fetching org.eclipse.ui.views_3.10.300.v20200311-1018.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (48.59kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.200.v20200421-1954.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (233.97kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.200.v20200421-1954.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (233.97kB)
[INFO] Fetching org.eclipse.ui.editors_3.13.200.v20200501-2307.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (199.91kB)
[INFO] Fetching org.eclipse.ui.editors_3.13.200.v20200501-2307.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (199.91kB)
[INFO] Fetching org.eclipse.ui.forms_3.9.100.v20200413-1417.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (124.18kB)
[INFO] Fetching org.eclipse.ui.forms_3.9.100.v20200413-1417.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (124.18kB)
[INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (32.85kB)
[INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (32.85kB)
[INFO] Fetching org.eclipse.compare.win32_1.2.800.v20200127-1343.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (24.56kB)
[INFO] Fetching org.eclipse.compare.win32_1.2.800.v20200127-1343.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (24.56kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.6.100.v20191217-1850.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (26.2kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.6.100.v20191217-1850.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (26.2kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (41.15kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (41.15kB)
[INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (36.57kB)
[INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (36.57kB)
[INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (33.44kB)
[INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (33.44kB)
[INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (56.91kB)
[INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (56.91kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (29.85kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (29.85kB)
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.800.v20200511-1223.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (103.56kB)
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.800.v20200511-1223.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (103.56kB)
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1200.v20200508-1552.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (81.06kB)
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1200.v20200508-1552.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (81.06kB)
[INFO] Fetching org.eclipse.equinox.console_1.4.100.v20200525-1407.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-1800/plugins/ (51.48kB)
[INFO] Fetching org.eclipse.equinox.console_1.4.100.v20200525-1407.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-1800/plugins/ (51.48kB)
[INFO] Fetching org.eclipse.e4.ui.swt.win32_1.0.600.v20200414-1657.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (7.88kB)
[INFO] Fetching org.eclipse.e4.ui.swt.win32_1.0.600.v20200414-1657.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (7.88kB)
[INFO] Fetching org.eclipse.jface.notifications_0.1.0.v20200511-0837.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (15.31kB)
[INFO] Fetching org.eclipse.jface.notifications_0.1.0.v20200511-0837.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (15.31kB)
[INFO] Fetching org.eclipse.e4.rcp_4.16.0.v20200526-1004.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/features/ (20.92kB)
[INFO] Fetching org.eclipse.e4.rcp_4.16.0.v20200526-1004.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/features/ (20.92kB)
[INFO] Fetching org.eclipse.e4.core.services.source_2.2.300.v20200422-1846.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (60.42kB)
[INFO] Fetching org.eclipse.e4.core.services.source_2.2.300.v20200422-1846.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (60.42kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt.source_0.14.1000.v20200514-1625.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (89.51kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt.source_0.14.1000.v20200514-1625.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (89.51kB)
[INFO] Fetching org.eclipse.e4.core.commands.source_0.12.900.v20200110-1732.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (21.59kB)
[INFO] Fetching org.eclipse.e4.core.commands.source_0.12.900.v20200110-1732.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (21.59kB)
[INFO] Fetching org.eclipse.e4.ui.bindings.source_0.12.900.v20200513-0930.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (35.64kB)
[INFO] Fetching org.eclipse.e4.ui.bindings.source_0.12.900.v20200513-0930.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (35.64kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench.source_2.1.700.v20200113-1422.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (382.01kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench.source_2.1.700.v20200113-1422.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (382.01kB)
[INFO] Fetching org.eclipse.e4.ui.services.source_1.3.700.v20190930-1643.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (22.27kB)
[INFO] Fetching org.eclipse.e4.ui.services.source_1.3.700.v20190930-1643.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (22.27kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.source_0.14.1200.v20200525-0806.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-0640/plugins/ (140.3kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.source_0.14.1200.v20200525-0806.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-0640/plugins/ (140.3kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.source_1.11.300.v20200514-1625.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (164.92kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.source_1.11.300.v20200514-1625.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (164.92kB)
[INFO] Fetching org.eclipse.e4.ui.css.core.source_0.12.1200.v20200513-0930.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (206.25kB)
[INFO] Fetching org.eclipse.e4.ui.css.core.source_0.12.1200.v20200513-0930.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (206.25kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.source_0.13.1000.v20200525-0806.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-0640/plugins/ (163.49kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.source_0.13.1000.v20200525-0806.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-0640/plugins/ (163.49kB)
[INFO] Fetching org.apache.batik.css.source_1.11.0.v20190515-0436.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (324.09kB)
[INFO] Fetching org.apache.batik.css.source_1.11.0.v20190515-0436.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (324.09kB)
[INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (52.19kB)
[INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (52.19kB)
[INFO] Fetching org.apache.batik.util.source_1.11.0.v20190515-0436.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (131.28kB)
[INFO] Fetching org.apache.batik.util.source_1.11.0.v20190515-0436.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (131.28kB)
[INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (89.33kB)
[INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (89.33kB)
[INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (18.29kB)
[INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (18.29kB)
[INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (39.54kB)
[INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (39.54kB)
[INFO] Fetching javax.inject.source_1.0.0.v20091030.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (22.39kB)
[INFO] Fetching javax.inject.source_1.0.0.v20091030.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (22.39kB)
[INFO] Fetching javax.annotation.source_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (27.66kB)
[INFO] Fetching javax.annotation.source_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (27.66kB)
[INFO] Fetching org.eclipse.e4.core.di.source_1.7.600.v20200428-0912.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (44.5kB)
[INFO] Fetching org.eclipse.e4.core.di.source_1.7.600.v20200428-0912.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (44.5kB)
[INFO] Fetching org.eclipse.e4.core.contexts.source_1.8.400.v20191217-1710.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (42.13kB)
[INFO] Fetching org.eclipse.e4.core.contexts.source_1.8.400.v20191217-1710.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (42.13kB)
[INFO] Fetching org.apache.batik.i18n.source_1.11.0.v20190515-0436.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (24.83kB)
[INFO] Fetching org.apache.batik.i18n.source_1.11.0.v20190515-0436.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (24.83kB)
[INFO] Fetching org.apache.batik.constants.source_1.11.0.v20190515-0436.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (19.35kB)
[INFO] Fetching org.apache.batik.constants.source_1.11.0.v20190515-0436.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (19.35kB)
[INFO] Fetching org.apache.xmlgraphics.source_2.3.0.v20190515-0436.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (677.28kB)
[INFO] Fetching org.apache.xmlgraphics.source_2.3.0.v20190515-0436.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (677.28kB)
[INFO] Fetching org.apache.commons.io.source_2.6.0.v20190123-2029.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (293.37kB)
[INFO] Fetching org.apache.commons.io.source_2.6.0.v20190123-2029.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (293.37kB)
[INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (85.46kB)
[INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (85.46kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.16.0.v20200507-0938.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (12.6kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.16.0.v20200507-0938.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (12.6kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme.source_0.12.700.v20200508-1201.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (22.26kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme.source_0.12.700.v20200508-1201.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (22.26kB)
[INFO] Fetching org.eclipse.e4.ui.di.source_1.2.800.v20200128-0855.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (16.19kB)
[INFO] Fetching org.eclipse.e4.ui.di.source_1.2.800.v20200128-0855.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (16.19kB)
[INFO] Fetching org.eclipse.e4.ui.widgets.source_1.2.700.v20191222-1048.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (10.4kB)
[INFO] Fetching org.eclipse.e4.ui.widgets.source_1.2.700.v20191222-1048.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (10.4kB)
[INFO] Fetching org.eclipse.equinox.common.source_3.12.0.v20200504-1602.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (135.9kB)
[INFO] Fetching org.eclipse.equinox.common.source_3.12.0.v20200504-1602.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (135.9kB)
[INFO] Fetching org.apache.felix.scr.source_2.1.16.v20200110-1820.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (274.21kB)
[INFO] Fetching org.apache.felix.scr.source_2.1.16.v20200110-1820.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (274.21kB)
[INFO] Fetching org.eclipse.equinox.event.source_1.5.400.v20200511-1702.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (28.27kB)
[INFO] Fetching org.eclipse.equinox.event.source_1.5.400.v20200511-1702.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (28.27kB)
[INFO] Fetching org.eclipse.core.commands.source_3.9.700.v20191217-1850.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (150.66kB)
[INFO] Fetching org.eclipse.core.commands.source_3.9.700.v20191217-1850.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (150.66kB)
[INFO] Fetching org.eclipse.core.contenttype.source_3.7.700.v20200517-1644.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (83.21kB)
[INFO] Fetching org.eclipse.core.contenttype.source_3.7.700.v20200517-1644.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (83.21kB)
[INFO] Fetching org.eclipse.core.databinding.source_1.9.0.v20200519-1409.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (145.1kB)
[INFO] Fetching org.eclipse.core.databinding.beans.source_1.6.100.v20191217-1850.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (75.23kB)
[INFO] Fetching org.eclipse.core.databinding.beans.source_1.6.100.v20191217-1850.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (75.23kB)
[INFO] Fetching org.eclipse.core.databinding.observable.source_1.9.0.v20200205-2119.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (205.5kB)
[INFO] Fetching org.eclipse.core.databinding.observable.source_1.9.0.v20200205-2119.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (205.5kB)
[INFO] Fetching org.eclipse.core.databinding.property.source_1.8.0.v20200124-0715.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (94.39kB)
[INFO] Fetching org.eclipse.core.databinding.property.source_1.8.0.v20200124-0715.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (94.39kB)
[INFO] Fetching org.eclipse.core.expressions.source_3.6.800.v20200319-0911.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (87.96kB)
[INFO] Fetching org.eclipse.core.expressions.source_3.6.800.v20200319-0911.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (87.96kB)
[INFO] Fetching org.eclipse.core.jobs.source_3.10.800.v20200421-0950.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (107.64kB)
[INFO] Fetching org.eclipse.core.jobs.source_3.10.800.v20200421-0950.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (107.64kB)
[INFO] Fetching org.eclipse.core.runtime.source_3.18.0.v20200506-2143.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (84.2kB)
[INFO] Fetching org.eclipse.core.runtime.source_3.18.0.v20200506-2143.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (84.2kB)
[INFO] Fetching org.eclipse.equinox.app.source_1.4.500.v20200422-1833.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (76.53kB)
[INFO] Fetching org.eclipse.equinox.app.source_1.4.500.v20200422-1833.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (76.53kB)
[INFO] Fetching org.eclipse.equinox.launcher.source_1.5.700.v20200207-2156.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (43.5kB)
[INFO] Fetching org.eclipse.equinox.launcher.source_1.5.700.v20200207-2156.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (43.5kB)
[INFO] Fetching com.ibm.icu.source_64.2.0.v20190507-1337.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (2.36MB)
[INFO] Fetching com.ibm.icu.source_64.2.0.v20190507-1337.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (2.36MB)
[INFO] Fetching org.eclipse.equinox.preferences.source_3.8.0.v20200422-1833.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (115.64kB)
[INFO] Fetching org.eclipse.equinox.preferences.source_3.8.0.v20200422-1833.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (115.64kB)
[INFO] Fetching org.eclipse.equinox.registry.source_3.8.800.v20200406-0956.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (176.16kB)
[INFO] Fetching org.eclipse.equinox.registry.source_3.8.800.v20200406-0956.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (176.16kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.3.500.v20200211-1505.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (37.04kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.3.500.v20200211-1505.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (37.04kB)
[INFO] Fetching org.eclipse.osgi.source_3.15.300.v20200520-1959.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.osgi.source_3.15.300.v20200520-1959.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.1.800.v20200511-1223.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (142.91kB)
[INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.1.800.v20200511-1223.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (142.91kB)
[INFO] Fetching org.eclipse.osgi.services.source_3.8.0.v20190206-2147.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (244.89kB)
[INFO] Fetching org.eclipse.osgi.services.source_3.8.0.v20190206-2147.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (244.89kB)
[INFO] Fetching org.eclipse.osgi.util.source_3.5.300.v20190708-1141.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (63.54kB)
[INFO] Fetching org.eclipse.osgi.util.source_3.5.300.v20190708-1141.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (63.54kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64.source_3.114.100.v20200526-1004.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (2MB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64.source_3.114.100.v20200526-1004.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (2MB)
[INFO] Fetching org.eclipse.jface.source_3.20.0.v20200505-1952.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (1,012.37kB)
[INFO] Fetching org.eclipse.jface.source_3.20.0.v20200505-1952.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (1,012.37kB)
[INFO] Fetching org.eclipse.jface.databinding.source_1.11.100.v20200522-1835.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (228.08kB)
[INFO] Fetching org.eclipse.jface.databinding.source_1.11.100.v20200522-1835.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (228.08kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3.source_0.15.400.v20191216-0805.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (17.73kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3.source_0.15.400.v20191216-0805.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (17.73kB)
[INFO] Fetching org.apache.felix.gogo.command.source_1.0.2.v20170914-1324.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (40.37kB)
[INFO] Fetching org.apache.felix.gogo.command.source_1.0.2.v20170914-1324.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (40.37kB)
[INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.0.v20180713-1646.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (105kB)
[INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.0.v20180713-1646.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (105kB)
[INFO] Fetching org.apache.felix.gogo.shell.source_1.1.0.v20180713-1646.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (47.29kB)
[INFO] Fetching org.apache.felix.gogo.shell.source_1.1.0.v20180713-1646.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (47.29kB)
[INFO] Fetching org.eclipse.equinox.console.source_1.4.100.v20200525-1407.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-1800/plugins/ (83.88kB)
[INFO] Fetching org.eclipse.equinox.console.source_1.4.100.v20200525-1407.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-1800/plugins/ (83.88kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt.source_1.3.1000.v20200517-1848.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (77.52kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt.source_1.3.1000.v20200517-1848.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (77.52kB)
[INFO] Fetching org.eclipse.equinox.bidi.source_1.2.300.v20191213-1901.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (63.52kB)
[INFO] Fetching org.eclipse.equinox.bidi.source_1.2.300.v20191213-1901.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (63.52kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs.source_1.1.800.v20200522-0923.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (39.09kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs.source_1.1.800.v20200522-0923.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (39.09kB)
[INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (180.32kB)
[INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (180.32kB)
[INFO] Fetching org.eclipse.e4.emf.xpath.source_0.2.700.v20200318-1219.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (52.39kB)
[INFO] Fetching org.eclipse.e4.emf.xpath.source_0.2.700.v20200318-1219.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (52.39kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations.source_1.6.600.v20191216-2352.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (14.41kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations.source_1.6.600.v20191216-2352.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (14.41kB)
[INFO] Fetching org.eclipse.e4.ui.swt.win32.source_1.0.600.v20200414-1657.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (9.39kB)
[INFO] Fetching org.eclipse.e4.ui.swt.win32.source_1.0.600.v20200414-1657.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (9.39kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier.source_0.15.600.v20200311-0642.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (19.81kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier.source_0.15.600.v20200311-0642.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (19.81kB)
[INFO] Fetching org.eclipse.urischeme.source_1.1.0.v20200526-0654.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (44.51kB)
[INFO] Fetching org.eclipse.urischeme.source_1.1.0.v20200526-0654.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (44.51kB)
[INFO] Fetching org.eclipse.jface.notifications.source_0.1.0.v20200511-0837.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (15.6kB)
[INFO] Fetching org.eclipse.jface.notifications.source_0.1.0.v20200511-0837.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (15.6kB)
[INFO] Fetching org.eclipse.e4.rcp.source_4.16.0.v20200526-1004.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/features/ (19.91kB)
[INFO] Fetching org.eclipse.e4.rcp.source_4.16.0.v20200526-1004.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/features/ (19.91kB)
[INFO] Fetching org.eclipse.ecf.core.feature_1.5.500.v20200217-1548.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (18.6kB)
[INFO] Fetching org.eclipse.ecf.core.feature_1.5.500.v20200217-1548.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (18.6kB)
[INFO] Fetching org.eclipse.ecf.source_3.9.5.v20200217-1548.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (103.16kB)
[INFO] Fetching org.eclipse.ecf.source_3.9.5.v20200217-1548.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (103.16kB)
[INFO] Fetching org.eclipse.ecf.identity.source_3.9.300.v20191020-1846.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (53.31kB)
[INFO] Fetching org.eclipse.ecf.identity.source_3.9.300.v20191020-1846.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (53.31kB)
[INFO] Fetching org.eclipse.ecf.core.feature.source_1.5.500.v20200217-1548.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (19.01kB)
[INFO] Fetching org.eclipse.ecf.core.feature.source_1.5.500.v20200217-1548.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (19.01kB)
[INFO] Fetching org.eclipse.ecf.ssl_1.2.300.v20191012-1926.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (9.95kB)
[INFO] Fetching org.eclipse.ecf.ssl_1.2.300.v20191012-1926.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (9.95kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.300.v20191023-2007.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (18.56kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.300.v20191023-2007.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (18.56kB)
[INFO] Fetching org.eclipse.ecf.ssl.source_1.2.300.v20191012-1926.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (13.66kB)
[INFO] Fetching org.eclipse.ecf.ssl.source_1.2.300.v20191012-1926.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (13.66kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.300.v20191023-2007.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (19.06kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.300.v20191023-2007.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (19.06kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.700.v20200217-0016.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (26.68kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.700.v20200217-0016.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (26.68kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.source_5.1.0.v20200217-0016.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (76.34kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.source_5.1.0.v20200217-0016.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (76.34kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.500.v20191017-1905.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (86.33kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.500.v20191017-1905.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (86.33kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.14.700.v20200217-0016.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (19.09kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.14.700.v20200217-0016.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (19.09kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.200.v20200212-0036.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (35.66kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.200.v20200212-0036.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (35.66kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.100.v20200212-0036.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (14.31kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.100.v20200212-0036.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (14.31kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.300.v20200217-0016.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (26.64kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.300.v20200217-0016.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (26.64kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.200.v20200212-0036.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (52.57kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.200.v20200212-0036.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (52.57kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32.source_1.0.100.v20200212-0036.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (20.08kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32.source_1.0.100.v20200212-0036.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (20.08kB)
[INFO] Fetching org.apache.commons.codec.source_1.13.0.v20200108-0001.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (368.11kB)
[INFO] Fetching org.apache.commons.codec.source_1.13.0.v20200108-0001.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (368.11kB)
[INFO] Fetching com.sun.jna.source_4.5.1.v20190425-1842.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (163.15kB)
[INFO] Fetching com.sun.jna.source_4.5.1.v20190425-1842.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (163.15kB)
[INFO] Fetching com.sun.jna.platform.source_4.5.1.v20190425-1842.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (912.59kB)
[INFO] Fetching com.sun.jna.platform.source_4.5.1.v20190425-1842.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (912.59kB)
[INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.10.v20200114-1512.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (965.36kB)
[INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.10.v20200114-1512.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (965.36kB)
[INFO] Fetching org.apache.httpcomponents.httpclient.win.source_4.5.10.v20200113-2105.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (29.93kB)
[INFO] Fetching org.apache.httpcomponents.httpclient.win.source_4.5.10.v20200113-2105.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (29.93kB)
[INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.12.v20200108-1212.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (431.64kB)
[INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.12.v20200108-1212.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (431.64kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.300.v20200217-0016.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (19.31kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.300.v20200217-0016.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (19.31kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.101.v20191012-1926.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (7.37kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.101.v20191012-1926.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (7.37kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.200.v20191024-1546.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (22.6kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.200.v20191024-1546.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (22.6kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.101.v20191012-1926.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (9.49kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.101.v20191012-1926.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (9.49kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.200.v20191024-1546.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (19.09kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.200.v20191024-1546.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (19.09kB)
[INFO] Fetching org.eclipse.emf.common_2.19.0.v20200324-0932.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (19.03kB)
[INFO] Fetching org.eclipse.emf.common_2.19.0.v20200324-0932.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (19.03kB)
[INFO] Fetching org.eclipse.emf.common.source_2.19.0.v20200324-0932.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (218.73kB)
[INFO] Fetching org.eclipse.emf.common.source_2.19.0.v20200324-0932.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (218.73kB)
[INFO] Fetching org.eclipse.emf.common.source_2.19.0.v20200324-0932.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (20.23kB)
[INFO] Fetching org.eclipse.emf.common.source_2.19.0.v20200324-0932.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (20.23kB)
[INFO] Fetching org.eclipse.emf.ecore_2.22.0.v20200519-1135.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (19.1kB)
[INFO] Fetching org.eclipse.emf.ecore_2.22.0.v20200519-1135.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (19.1kB)
[INFO] Fetching org.eclipse.emf.ecore.source_2.22.0.v20200519-1135.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (820.38kB)
[INFO] Fetching org.eclipse.emf.ecore.source_2.22.0.v20200519-1135.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (820.38kB)
[INFO] Fetching org.eclipse.emf.ecore.change.source_2.14.0.v20190528-0725.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (90.75kB)
[INFO] Fetching org.eclipse.emf.ecore.change.source_2.14.0.v20190528-0725.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (90.75kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.16.0.v20190528-0725.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (151.52kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.16.0.v20190528-0725.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (151.52kB)
[INFO] Fetching org.eclipse.emf.ecore.source_2.22.0.v20200519-1135.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (20.25kB)
[INFO] Fetching org.eclipse.emf.ecore.source_2.22.0.v20200519-1135.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (20.25kB)
[INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (123kB)
[INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (123kB)
[INFO] Fetching org.eclipse.swtbot.eclipse.finder_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/technology/swtbot/releases/latest/plugins/ (62.54kB)
[INFO] Fetching org.eclipse.swtbot.eclipse.finder_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/technology/swtbot/releases/latest/plugins/ (62.54kB)
[INFO] Fetching org.eclipse.swtbot.junit4_x_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/technology/swtbot/releases/latest/plugins/ (20.41kB)
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (144.31kB)
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (144.31kB)
[INFO] Fetching org.hamcrest_1.1.0.v20090501071000.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (8.34kB)
[INFO] Fetching org.hamcrest_1.1.0.v20090501071000.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (8.34kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (29.18kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (29.18kB)
[INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (32.1kB)
[INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (32.1kB)
[INFO] Fetching org.mockito_2.23.0.v20190527-1420.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/S20200128200239/repository/plugins/ (170.56kB)
[INFO] Fetching org.mockito_2.23.0.v20190527-1420.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/S20200128200239/repository/plugins/ (170.56kB)
[INFO] Fetching org.eclipse.equinox.ds_1.6.200.v20200422-1833.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (17.46kB)
[INFO] Fetching org.eclipse.equinox.ds_1.6.200.v20200422-1833.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (17.46kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (19.47kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (19.47kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (34.56kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (34.56kB)
[INFO] Fetching org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (16.59kB)
[INFO] Fetching org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (16.59kB)
[INFO] Fetching org.eclipse.equinox.http.servlet_1.6.500.v20200511-1535.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (76.4kB)
[INFO] Fetching org.eclipse.equinox.http.servlet_1.6.500.v20200511-1535.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (76.4kB)
[INFO] Fetching org.eclipse.jetty.http_9.4.28.v20200408.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (220.67kB)
[INFO] Fetching org.eclipse.jetty.http_9.4.28.v20200408.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (220.67kB)
[INFO] Fetching org.eclipse.jetty.server_9.4.28.v20200408.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (709.96kB)
[INFO] Fetching org.eclipse.jetty.server_9.4.28.v20200408.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (709.96kB)
[INFO] Fetching org.eclipse.jetty.servlet_9.4.28.v20200408.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (139.2kB)
[INFO] Fetching org.eclipse.jetty.servlet_9.4.28.v20200408.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (139.2kB)
[INFO] Fetching org.eclipse.jetty.util_9.4.28.v20200408.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (573kB)
[INFO] Fetching org.eclipse.jetty.util_9.4.28.v20200408.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (573kB)
[INFO] Fetching org.eclipse.equinox.http.registry_1.1.800.v20200422-1833.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (18.41kB)
[INFO] Fetching org.eclipse.equinox.http.registry_1.1.800.v20200422-1833.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (18.41kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (14.65kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (14.65kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (8.69kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (8.69kB)
[INFO] Fetching org.eclipse.equinox.p2.console_1.1.300.v20191014-1219.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (17.99kB)
[INFO] Fetching org.eclipse.equinox.p2.console_1.1.300.v20191014-1219.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (17.99kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (13.86kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (13.86kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (46.47kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (46.47kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.600.v20200511-1530.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (35.76kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.600.v20200511-1530.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (35.76kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (16.64kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (16.64kB)
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (37.04kB)
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (37.04kB)
[INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.600.v20200511-1530.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (19.67kB)
[INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.600.v20200511-1530.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (19.67kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.3.500.v20200406-2025.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (106.96kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.3.500.v20200406-2025.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (106.96kB)
[INFO] Fetching org.eclipse.equinox.p2.console.source_1.1.300.v20191014-1219.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (19.94kB)
[INFO] Fetching org.eclipse.equinox.p2.console.source_1.1.300.v20191014-1219.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (19.94kB)
[INFO] Fetching org.eclipse.equinox.p2.core.source_2.6.300.v20200211-1504.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (60.76kB)
[INFO] Fetching org.eclipse.equinox.p2.core.source_2.6.300.v20200211-1504.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (60.76kB)
[INFO] Fetching org.eclipse.equinox.p2.director.source_2.4.700.v20200511-1530.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (66.98kB)
[INFO] Fetching org.eclipse.equinox.p2.director.source_2.4.700.v20200511-1530.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (66.98kB)
[INFO] Fetching org.eclipse.equinox.p2.engine.source_2.6.700.v20200511-1530.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (138.75kB)
[INFO] Fetching org.eclipse.equinox.p2.engine.source_2.6.700.v20200511-1530.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (138.75kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.1.400.v20200221-1022.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (18.84kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.1.400.v20200221-1022.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (18.84kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.5.0.v20200511-1530.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (247.75kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.5.0.v20200511-1530.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (247.75kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.3.400.v20191211-1528.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (59.65kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.3.400.v20191211-1528.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (59.65kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.source_2.4.700.v20200110-2121.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (121.46kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.source_2.4.700.v20200110-2121.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (121.46kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.2.600.v20200114-1339.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (96.06kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.2.600.v20200114-1339.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (96.06kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.3.600.v20200511-1530.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (60.9kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.3.600.v20200511-1530.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (60.9kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.1.500.v20200211-1505.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (19.62kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.1.500.v20200211-1505.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (19.62kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.1.400.v20191002-0702.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (34.92kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.1.400.v20191002-0702.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (34.92kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.1.400.v20200319-1546.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (47.5kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.1.400.v20200319-1546.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (47.5kB)
[INFO] Fetching org.eclipse.equinox.security.source_1.3.500.v20200114-1637.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (101.88kB)
[INFO] Fetching org.eclipse.equinox.security.source_1.3.500.v20200114-1637.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (101.88kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.1.600.v20200217-1130.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (47.24kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.1.600.v20200217-1130.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (47.24kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.2.400.v20200123-2221.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (31.22kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.2.400.v20200123-2221.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (31.22kB)
[INFO] Fetching org.eclipse.equinox.p2.operations.source_2.5.800.v20200410-1336.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (64.25kB)
[INFO] Fetching org.eclipse.equinox.p2.operations.source_2.5.800.v20200410-1336.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (64.25kB)
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64.source_1.1.200.v20190812-0919.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (16.57kB)
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64.source_1.1.200.v20190812-0919.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (16.57kB)
[INFO] Fetching org.tukaani.xz.source_1.8.0.v20180207-1613.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (149.53kB)
[INFO] Fetching org.tukaani.xz.source_1.8.0.v20180207-1613.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (149.53kB)
[INFO] Fetching org.eclipse.equinox.concurrent.source_1.1.500.v20200106-1437.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (25.94kB)
[INFO] Fetching org.eclipse.equinox.concurrent.source_1.1.500.v20200106-1437.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (25.94kB)
[INFO] Fetching org.eclipse.equinox.p2.core.feature.source_1.6.600.v20200511-1530.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (19.47kB)
[INFO] Fetching org.eclipse.equinox.p2.core.feature.source_1.6.600.v20200511-1530.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (19.47kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (37.85kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (37.85kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.2.500.v20191211-1631.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (17.45kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.2.500.v20191211-1631.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (17.45kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (43.28kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (43.28kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.600.v20200318-1507.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (105.95kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.600.v20200318-1507.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (105.95kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.3.400.v20191213-1911.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (17.43kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.3.400.v20191213-1911.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (17.43kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.3.400.v20200511-1530.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (27.51kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.3.400.v20200511-1530.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (27.51kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (121.9kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (121.9kB)
[INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.800.v20200511-1530.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (19.1kB)
[INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.800.v20200511-1530.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (19.1kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.1.600.v20200511-1530.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (34.79kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.1.600.v20200511-1530.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (34.79kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.2.500.v20191211-1631.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (22.74kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.2.500.v20191211-1631.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (22.74kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.3.400.v20200511-1530.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (34.02kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.3.400.v20200511-1530.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (34.02kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.5.400.v20200511-1530.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (74.67kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.5.400.v20200511-1530.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (74.67kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.3.400.v20191213-1911.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (26.24kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.3.400.v20191213-1911.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (26.24kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.2.500.v20200110-2121.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (178.62kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.2.500.v20200110-2121.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (178.62kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.3.600.v20200318-1507.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (149.49kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.3.600.v20200318-1507.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (149.49kB)
[INFO] Fetching org.eclipse.equinox.p2.extras.feature.source_1.4.800.v20200511-1530.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (19.15kB)
[INFO] Fetching org.eclipse.equinox.p2.extras.feature.source_1.4.800.v20200511-1530.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (19.15kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.4.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (46.77kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.4.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (46.77kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.2.300.v20200222-1600.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (10.9kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.2.300.v20200222-1600.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (10.9kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.1.600.v20200412-0601.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (26.78kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.1.600.v20200412-0601.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (26.78kB)
[INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.800.v20200523-1317.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (19.03kB)
[INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.800.v20200523-1317.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (19.03kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.source_2.6.0.v20200523-1317.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (294.12kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.source_2.6.0.v20200523-1317.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (294.12kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.4.700.v20200511-1530.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (55.68kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.2.300.v20200222-1600.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (15.42kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.2.300.v20200222-1600.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (15.42kB)
[INFO] Fetching org.eclipse.equinox.security.ui.source_1.2.600.v20191213-1901.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (85.29kB)
[INFO] Fetching org.eclipse.equinox.security.ui.source_1.2.600.v20191213-1901.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (85.29kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.1.600.v20200412-0601.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (30.23kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.1.600.v20200412-0601.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (30.23kB)
[INFO] Fetching org.eclipse.equinox.p2.rcp.feature.source_1.4.800.v20200523-1317.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (19.12kB)
[INFO] Fetching org.eclipse.equinox.p2.rcp.feature.source_1.4.800.v20200523-1317.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (19.12kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.2.400.v20191016-0512.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (62.67kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.2.400.v20191016-0512.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (62.67kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.400.v20200511-1530.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (44.5kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.400.v20200511-1530.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (44.5kB)
[INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.800.v20200523-1317.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (18.9kB)
[INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.800.v20200523-1317.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (18.9kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.1.400.v20200511-1530.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (70.85kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.2.400.v20191016-0512.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (50.91kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.2.400.v20191016-0512.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (50.91kB)
[INFO] Fetching org.eclipse.equinox.p2.user.ui.source_2.4.800.v20200523-1317.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (19.16kB)
[INFO] Fetching org.eclipse.equinox.p2.user.ui.source_2.4.800.v20200523-1317.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/features/ (19.16kB)
[INFO] Fetching org.eclipse.help.base_4.2.1000.v20200526-0600.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (164.27kB)
[INFO] Fetching org.eclipse.help.ui_4.1.900.v20200525-0615.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-0640/plugins/ (204.98kB)
[INFO] Fetching org.eclipse.help.ui_4.1.900.v20200525-0615.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-0640/plugins/ (204.98kB)
[INFO] Fetching org.eclipse.help.webapp_3.9.900.v20200525-1514.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-1800/plugins/ (273.1kB)
[INFO] Fetching org.eclipse.help.webapp_3.9.900.v20200525-1514.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-1800/plugins/ (273.1kB)
[INFO] Fetching org.eclipse.jetty.continuation_9.4.28.v20200408.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (31.79kB)
[INFO] Fetching org.eclipse.jetty.continuation_9.4.28.v20200408.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (31.79kB)
[INFO] Fetching org.eclipse.jetty.io_9.4.28.v20200408.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (171.9kB)
[INFO] Fetching org.eclipse.jetty.io_9.4.28.v20200408.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (171.9kB)
[INFO] Fetching org.eclipse.jetty.security_9.4.28.v20200408.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (126.53kB)
[INFO] Fetching org.eclipse.jetty.security_9.4.28.v20200408.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (126.53kB)
[INFO] Fetching org.eclipse.help_2.3.200.v20200526-0600.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/features/ (19.51kB)
[INFO] Fetching org.eclipse.help_2.3.200.v20200526-0600.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/features/ (19.51kB)
[INFO] Fetching javax.el.source_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (57.06kB)
[INFO] Fetching javax.el.source_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (57.06kB)
[INFO] Fetching javax.servlet.source_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (118.48kB)
[INFO] Fetching javax.servlet.source_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (118.48kB)
[INFO] Fetching javax.servlet.jsp.source_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (129.82kB)
[INFO] Fetching javax.servlet.jsp.source_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (129.82kB)
[INFO] Fetching com.sun.el.source_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (73.27kB)
[INFO] Fetching com.sun.el.source_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (73.27kB)
[INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (321.04kB)
[INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (321.04kB)
[INFO] Fetching org.apache.lucene.analyzers-common.source_8.4.1.v20200122-1459.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (1.66MB)
[INFO] Fetching org.apache.lucene.analyzers-common.source_8.4.1.v20200122-1459.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (1.66MB)
[INFO] Fetching org.apache.lucene.core.source_8.4.1.v20200122-1459.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (2.24MB)
[INFO] Fetching org.apache.lucene.core.source_8.4.1.v20200122-1459.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (2.24MB)
[INFO] Fetching org.apache.lucene.analyzers-smartcn.source_8.4.1.v20200122-1459.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (3.45MB)
[INFO] Fetching org.apache.lucene.analyzers-smartcn.source_8.4.1.v20200122-1459.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (3.45MB)
[INFO] Fetching org.eclipse.equinox.http.jetty.source_3.7.400.v20200123-1333.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (22.47kB)
[INFO] Fetching org.eclipse.equinox.http.jetty.source_3.7.400.v20200123-1333.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (22.47kB)
[INFO] Fetching org.eclipse.equinox.http.registry.source_1.1.800.v20200422-1833.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (32.5kB)
[INFO] Fetching org.eclipse.equinox.http.registry.source_1.1.800.v20200422-1833.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (32.5kB)
[INFO] Fetching org.eclipse.equinox.http.servlet.source_1.6.500.v20200511-1535.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (140.6kB)
[INFO] Fetching org.eclipse.equinox.http.servlet.source_1.6.500.v20200511-1535.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (140.6kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.1.500.v20200422-1833.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (19.16kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.1.500.v20200422-1833.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (19.16kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry.source_1.1.400.v20200422-1833.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (12.02kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry.source_1.1.400.v20200422-1833.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (12.02kB)
[INFO] Fetching org.eclipse.help.base.source_4.2.1000.v20200526-0600.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (306.99kB)
[INFO] Fetching org.eclipse.help.base.source_4.2.1000.v20200526-0600.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (306.99kB)
[INFO] Fetching org.eclipse.help.ui.source_4.1.900.v20200525-0615.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-0640/plugins/ (220.7kB)
[INFO] Fetching org.eclipse.help.ui.source_4.1.900.v20200525-0615.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-0640/plugins/ (220.7kB)
[INFO] Fetching org.eclipse.help.webapp.source_3.9.900.v20200525-1514.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-1800/plugins/ (198.61kB)
[INFO] Fetching org.eclipse.help.webapp.source_3.9.900.v20200525-1514.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-1800/plugins/ (198.61kB)
[INFO] Fetching org.eclipse.jetty.continuation.source_9.4.28.v20200408.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (32.81kB)
[INFO] Fetching org.eclipse.jetty.continuation.source_9.4.28.v20200408.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (32.81kB)
[INFO] Fetching org.eclipse.jetty.http.source_9.4.28.v20200408.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (134.25kB)
[INFO] Fetching org.eclipse.jetty.http.source_9.4.28.v20200408.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (134.25kB)
[INFO] Fetching org.eclipse.jetty.io.source_9.4.28.v20200408.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (97.09kB)
[INFO] Fetching org.eclipse.jetty.io.source_9.4.28.v20200408.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (97.09kB)
[INFO] Fetching org.eclipse.jetty.security.source_9.4.28.v20200408.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (94.3kB)
[INFO] Fetching org.eclipse.jetty.security.source_9.4.28.v20200408.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (94.3kB)
[INFO] Fetching org.eclipse.jetty.server.source_9.4.28.v20200408.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (433.52kB)
[INFO] Fetching org.eclipse.jetty.server.source_9.4.28.v20200408.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (433.52kB)
[INFO] Fetching org.eclipse.jetty.servlet.source_9.4.28.v20200408.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (84.88kB)
[INFO] Fetching org.eclipse.jetty.servlet.source_9.4.28.v20200408.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (84.88kB)
[INFO] Fetching org.eclipse.jetty.util.source_9.4.28.v20200408.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (382.38kB)
[INFO] Fetching org.eclipse.jetty.util.source_9.4.28.v20200408.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (382.38kB)
[INFO] Fetching org.eclipse.core.net.source_1.3.900.v20200428-1255.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (58.51kB)
[INFO] Fetching org.eclipse.core.net.source_1.3.900.v20200428-1255.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (58.51kB)
[INFO] Fetching org.eclipse.help.source_2.3.200.v20200526-0600.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/features/ (18.8kB)
[INFO] Fetching org.eclipse.help.source_2.3.200.v20200526-0600.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/features/ (18.8kB)
[INFO] Fetching org.eclipse.jdt_3.18.400.v20200526-0600.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (29.44kB)
[INFO] Fetching org.eclipse.jdt_3.18.400.v20200526-0600.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (29.44kB)
[INFO] Fetching org.eclipse.ui.intro_3.5.1000.v20200525-1037.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-0640/plugins/ (142.89kB)
[INFO] Fetching org.eclipse.ui.intro_3.5.1000.v20200525-1037.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-0640/plugins/ (142.89kB)
[INFO] Fetching org.eclipse.ui.cheatsheets_3.5.800.v20200522-1354.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (150.45kB)
[INFO] Fetching org.eclipse.ui.cheatsheets_3.5.800.v20200522-1354.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (150.45kB)
[INFO] Fetching org.eclipse.jdt.annotation_1.1.500.v20200407-1355.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (9.46kB)
[INFO] Fetching org.eclipse.jdt.annotation_1.1.500.v20200407-1355.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (9.46kB)
[INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (16.59kB)
[INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (16.59kB)
[INFO] Fetching org.eclipse.jdt.apt.core_3.6.600.v20200513-0655.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (127.91kB)
[INFO] Fetching org.eclipse.jdt.apt.core_3.6.600.v20200513-0655.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (127.91kB)
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.500.v20200322-1447.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (18.1kB)
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.500.v20200322-1447.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (18.1kB)
[INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.900.v20200428-1854.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (153.68kB)
[INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.900.v20200428-1854.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (153.68kB)
[INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.1000.v20200505-1625.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (77.26kB)
[INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.1000.v20200505-1625.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (77.26kB)
[INFO] Fetching org.eclipse.jdt.apt.ui_3.6.400.v20200429-0738.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (31.56kB)
[INFO] Fetching org.eclipse.jdt.apt.ui_3.6.400.v20200429-0738.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (31.56kB)
[INFO] Fetching org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (9.04kB)
[INFO] Fetching org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (9.04kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.0.v20200526-0740.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (493.48kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.0.v20200526-0740.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (493.48kB)
[INFO] Fetching org.eclipse.jdt.debug_3.15.100.v20200525-2012.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (966.69kB)
[INFO] Fetching org.eclipse.jdt.debug_3.15.100.v20200525-2012.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (966.69kB)
[INFO] Fetching org.eclipse.search_3.11.1000.v20200410-1852.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (215.04kB)
[INFO] Fetching org.eclipse.search_3.11.1000.v20200410-1852.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (215.04kB)
[INFO] Fetching org.eclipse.jdt.doc.isv_3.14.800.v20200520-1542.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (5MB)
[INFO] Fetching org.eclipse.jdt.doc.isv_3.14.800.v20200520-1542.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (5MB)
[INFO] Fetching org.eclipse.jdt.doc.user_3.15.700.v20200519-1153.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (9.06MB)
[INFO] Fetching org.eclipse.jdt.doc.user_3.15.700.v20200519-1153.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (9.06MB)
May 26, 2020 11:31:23 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
May 26, 2020 11:31:23 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
[INFO] Fetching org.eclipse.jdt.junit.core_3.10.700.v20200501-1429.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (65.97kB)
[INFO] Fetching org.eclipse.jdt.junit.core_3.10.700.v20200501-1429.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (65.97kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.200.v20200501-1429.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (24.57kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.200.v20200501-1429.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (24.57kB)
[INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1200.v20200214-0716.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (13.19kB)
[INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1200.v20200214-0716.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (13.19kB)
[INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.900.v20200513-0617.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (12.96kB)
[INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.900.v20200513-0617.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (12.96kB)
[INFO] Fetching org.junit.jupiter.api_5.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (56.99kB)
[INFO] Fetching org.junit.jupiter.api_5.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (56.99kB)
[INFO] Fetching org.junit.jupiter.engine_5.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (72.22kB)
[INFO] Fetching org.junit.jupiter.engine_5.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (72.22kB)
[INFO] Fetching org.junit.jupiter.migrationsupport_5.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (21.54kB)
[INFO] Fetching org.junit.jupiter.migrationsupport_5.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (21.54kB)
[INFO] Fetching org.junit.jupiter.params_5.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (184.66kB)
[INFO] Fetching org.junit.jupiter.params_5.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (184.66kB)
[INFO] Fetching org.junit.platform.commons_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (50.23kB)
[INFO] Fetching org.junit.platform.commons_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (50.23kB)
[INFO] Fetching org.junit.platform.engine_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (58.76kB)
[INFO] Fetching org.junit.platform.engine_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (58.76kB)
[INFO] Fetching org.junit.platform.launcher_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (50.12kB)
[INFO] Fetching org.junit.platform.launcher_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (50.12kB)
[INFO] Fetching org.junit.platform.runner_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (21.1kB)
[INFO] Fetching org.junit.platform.runner_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (21.1kB)
[INFO] Fetching org.junit.platform.suite.api_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (16.89kB)
[INFO] Fetching org.junit.platform.suite.api_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (16.89kB)
[INFO] Fetching org.junit.vintage.engine_5.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (33.61kB)
[INFO] Fetching org.junit.vintage.engine_5.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (33.61kB)
[INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (14.79kB)
[INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (14.79kB)
[INFO] Fetching org.eclipse.jdt_3.18.400.v20200526-0801.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/features/ (19.72kB)
[INFO] Fetching org.eclipse.jdt_3.18.400.v20200526-0801.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/features/ (19.72kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.0.v20200515-0330.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (176.74kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.0.v20200515-0330.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (176.74kB)
[INFO] Fetching org.eclipse.ant.ui.source_3.7.800.v20200413-1643.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (609.79kB)
[INFO] Fetching org.eclipse.ant.ui.source_3.7.800.v20200413-1643.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (609.79kB)
[INFO] Fetching org.eclipse.jdt.apt.core.source_3.6.600.v20200513-0655.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (355.5kB)
[INFO] Fetching org.eclipse.jdt.apt.core.source_3.6.600.v20200513-0655.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (355.5kB)
[INFO] Fetching org.eclipse.jdt.apt.ui.source_3.6.400.v20200429-0738.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (45.87kB)
[INFO] Fetching org.eclipse.jdt.apt.ui.source_3.6.400.v20200429-0738.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (45.87kB)
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core.source_1.2.500.v20200322-1447.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (33.82kB)
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core.source_1.2.500.v20200322-1447.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (33.82kB)
[INFO] Fetching org.eclipse.jdt.compiler.apt.source_1.3.1000.v20200505-1625.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (135.19kB)
[INFO] Fetching org.eclipse.jdt.compiler.apt.source_1.3.1000.v20200505-1625.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (135.19kB)
[INFO] Fetching org.eclipse.jdt.compiler.tool.source_1.2.900.v20200428-1854.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (50.63kB)
[INFO] Fetching org.eclipse.jdt.compiler.tool.source_1.2.900.v20200428-1854.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (50.63kB)
[INFO] Fetching org.eclipse.jdt.core.source_3.22.0.v20200525-1927.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (5.15MB)
[INFO] Fetching org.eclipse.jdt.core.source_3.22.0.v20200525-1927.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (5.15MB)
[INFO] Fetching org.eclipse.jdt.core.formatterapp.source_1.0.0.v20200119-0748.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (10.86kB)
[INFO] Fetching org.eclipse.jdt.core.formatterapp.source_1.0.0.v20200119-0748.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (10.86kB)
[INFO] Fetching org.eclipse.jdt.annotation.source_1.1.500.v20200407-1355.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (12.03kB)
[INFO] Fetching org.eclipse.jdt.annotation.source_1.1.500.v20200407-1355.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (12.03kB)
[INFO] Fetching org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (17.86kB)
[INFO] Fetching org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (17.86kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation.source_1.14.0.v20200526-0740.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (999.4kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation.source_1.14.0.v20200526-0740.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (999.4kB)
[INFO] Fetching org.eclipse.jdt.debug.ui.source_3.11.0.v20200525-2012.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (840.71kB)
[INFO] Fetching org.eclipse.jdt.debug.ui.source_3.11.0.v20200525-2012.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (840.71kB)
[INFO] Fetching org.eclipse.jdt.debug.source_3.15.100.v20200525-2012.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (854.38kB)
[INFO] Fetching org.eclipse.jdt.debug.source_3.15.100.v20200525-2012.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (854.38kB)
[INFO] Fetching org.eclipse.jdt.junit.source_3.11.800.v20200518-1033.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (197.67kB)
[INFO] Fetching org.eclipse.jdt.junit.source_3.11.800.v20200518-1033.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (197.67kB)
[INFO] Fetching org.eclipse.jdt.junit.core.source_3.10.700.v20200501-1429.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (113.93kB)
[INFO] Fetching org.eclipse.jdt.junit.core.source_3.10.700.v20200501-1429.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (113.93kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.5.200.v20200501-1429.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (45.85kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.5.200.v20200501-1429.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (45.85kB)
[INFO] Fetching org.eclipse.jdt.junit4.runtime.source_1.1.1200.v20200214-0716.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (18.36kB)
[INFO] Fetching org.eclipse.jdt.junit4.runtime.source_1.1.1200.v20200214-0716.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (18.36kB)
[INFO] Fetching org.eclipse.jdt.junit5.runtime.source_1.0.900.v20200513-0617.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (15.08kB)
[INFO] Fetching org.eclipse.jdt.junit5.runtime.source_1.0.900.v20200513-0617.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (15.08kB)
[INFO] Fetching org.eclipse.jdt.launching.source_3.17.100.v20200515-1452.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (346.78kB)
[INFO] Fetching org.eclipse.jdt.launching.source_3.17.100.v20200515-1452.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (346.78kB)
[INFO] Fetching org.eclipse.jdt.ui.source_3.21.100.v20200526-0801.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (5.22MB)
[INFO] Fetching org.eclipse.jdt.ui.source_3.21.100.v20200526-0801.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (5.22MB)
[INFO] Fetching org.junit.source_4.13.0.v20200204-1500.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (258.21kB)
[INFO] Fetching org.junit.source_4.13.0.v20200204-1500.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (258.21kB)
[INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (51.3kB)
[INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (51.3kB)
[INFO] Fetching org.junit.jupiter.api.source_5.6.0.v20200203-2009.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (183.89kB)
[INFO] Fetching org.junit.jupiter.api.source_5.6.0.v20200203-2009.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (183.89kB)
[INFO] Fetching org.junit.jupiter.engine.source_5.6.0.v20200203-2009.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (138.46kB)
[INFO] Fetching org.junit.jupiter.engine.source_5.6.0.v20200203-2009.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (138.46kB)
[INFO] Fetching org.junit.jupiter.migrationsupport.source_5.6.0.v20200203-2009.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (39.76kB)
[INFO] Fetching org.junit.jupiter.migrationsupport.source_5.6.0.v20200203-2009.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (39.76kB)
[INFO] Fetching org.junit.jupiter.params.source_5.6.0.v20200203-2009.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (82.48kB)
[INFO] Fetching org.junit.jupiter.params.source_5.6.0.v20200203-2009.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (82.48kB)
[INFO] Fetching org.junit.platform.commons.source_1.6.0.v20200203-2009.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (87.25kB)
[INFO] Fetching org.junit.platform.commons.source_1.6.0.v20200203-2009.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (87.25kB)
[INFO] Fetching org.junit.platform.engine.source_1.6.0.v20200203-2009.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (148.46kB)
[INFO] Fetching org.junit.platform.engine.source_1.6.0.v20200203-2009.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (148.46kB)
[INFO] Fetching org.junit.platform.launcher.source_1.6.0.v20200203-2009.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (94.95kB)
[INFO] Fetching org.junit.platform.launcher.source_1.6.0.v20200203-2009.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (94.95kB)
[INFO] Fetching org.junit.platform.runner.source_1.6.0.v20200203-2009.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (26.97kB)
[INFO] Fetching org.junit.platform.runner.source_1.6.0.v20200203-2009.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (26.97kB)
[INFO] Fetching org.junit.platform.suite.api.source_1.6.0.v20200203-2009.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (34.48kB)
[INFO] Fetching org.junit.platform.suite.api.source_1.6.0.v20200203-2009.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (34.48kB)
[INFO] Fetching org.junit.vintage.engine.source_5.6.0.v20200203-2009.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (53.73kB)
[INFO] Fetching org.junit.vintage.engine.source_5.6.0.v20200203-2009.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (53.73kB)
[INFO] Fetching org.opentest4j.source_1.2.0.v20190826-0900.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (20.88kB)
[INFO] Fetching org.opentest4j.source_1.2.0.v20190826-0900.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (20.88kB)
[INFO] Fetching org.apiguardian.source_1.1.0.v20190826-0900.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (14.05kB)
[INFO] Fetching org.apiguardian.source_1.1.0.v20190826-0900.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (14.05kB)
[INFO] Fetching org.eclipse.ant.launching.source_1.2.900.v20200410-1424.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (128.09kB)
[INFO] Fetching org.eclipse.ant.launching.source_1.2.900.v20200410-1424.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (128.09kB)
[INFO] Fetching org.eclipse.jdt.source_3.18.400.v20200526-0801.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/features/ (19.08kB)
[INFO] Fetching org.eclipse.jdt.source_3.18.400.v20200526-0801.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/features/ (19.08kB)
[INFO] Fetching org.eclipse.team.ui_3.8.900.v20200422-1935.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (492.92kB)
[INFO] Fetching org.eclipse.team.ui_3.8.900.v20200422-1935.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (492.92kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.7.300.v20200417-1241.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (71.64kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.7.300.v20200417-1241.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (71.64kB)
[INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (20.71kB)
[INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (20.71kB)
[INFO] Fetching org.eclipse.jsch.ui_1.3.900.v20200422-1935.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (34.58kB)
[INFO] Fetching org.eclipse.jsch.ui_1.3.900.v20200422-1935.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (34.58kB)
[INFO] Fetching org.eclipse.pde.ds.lib_1.1.400.v20191119-0943.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (31.5kB)
[INFO] Fetching org.eclipse.pde.ds.lib_1.1.400.v20191119-0943.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (31.5kB)
[INFO] Fetching org.eclipse.pde.api.tools_1.1.1300.v20200514-1749.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (924.8kB)
[INFO] Fetching org.eclipse.pde.api.tools_1.1.1300.v20200514-1749.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (924.8kB)
[INFO] Fetching org.eclipse.pde.core_3.13.400.v20200415-0531.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (1.29MB)
[INFO] Fetching org.objectweb.asm_8.0.1.v20200420-1007.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (60.92kB)
[INFO] Fetching org.objectweb.asm_8.0.1.v20200420-1007.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (60.92kB)
[INFO] Fetching org.objectweb.asm.tree_8.0.1.v20200420-1007.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (26.37kB)
[INFO] Fetching org.objectweb.asm.tree_8.0.1.v20200420-1007.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (26.37kB)
[INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.400.v20190929-1236.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (7.65kB)
[INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.400.v20190929-1236.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (7.65kB)
[INFO] Fetching org.eclipse.pde.api.tools.ui_1.1.1200.v20200426-1136.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (206.92kB)
[INFO] Fetching org.eclipse.pde.api.tools.ui_1.1.1200.v20200426-1136.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (206.92kB)
[INFO] Fetching org.eclipse.pde.ui_3.11.400.v20200514-1728.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (1.46MB)
[INFO] Fetching org.eclipse.pde.ui_3.11.400.v20200514-1728.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (1.46MB)
[INFO] Fetching org.eclipse.pde.build_3.10.800.v20200410-1419.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (478.57kB)
[INFO] Fetching org.eclipse.pde.build_3.10.800.v20200410-1419.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (478.57kB)
[INFO] Fetching org.eclipse.update.configurator_3.4.600.v20200422-1910.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (43.22kB)
[INFO] Fetching org.eclipse.update.configurator_3.4.600.v20200422-1910.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (43.22kB)
[INFO] Fetching org.eclipse.pde.doc.user_3.14.800.v20200520-1542.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (6.89MB)
[INFO] Fetching org.eclipse.pde.doc.user_3.14.800.v20200520-1542.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (6.89MB)
[INFO] Fetching org.eclipse.pde.ds.annotations_1.1.800.v20200514-1728.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (63.29kB)
[INFO] Fetching org.eclipse.pde.ds.annotations_1.1.800.v20200514-1728.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (63.29kB)
[INFO] Fetching org.eclipse.pde.ds.core_1.1.800.v20200106-1341.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (26.05kB)
[INFO] Fetching org.eclipse.pde.ds.core_1.1.800.v20200106-1341.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (26.05kB)
[INFO] Fetching org.eclipse.pde.ds.ui_1.1.900.v20200514-1728.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (80.19kB)
[INFO] Fetching org.eclipse.pde.ds.ui_1.1.900.v20200514-1728.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (80.19kB)
[INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.400.v20191119-0943.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (27.92kB)
[INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.400.v20191119-0943.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (27.92kB)
[INFO] Fetching org.eclipse.pde_3.13.1100.v20200526-0600.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (41.27kB)
[INFO] Fetching org.eclipse.pde_3.13.1100.v20200526-0600.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (41.27kB)
[INFO] Fetching org.eclipse.pde.junit.runtime_3.5.800.v20200310-0710.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (13.72kB)
[INFO] Fetching org.eclipse.pde.junit.runtime_3.5.800.v20200310-0710.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (13.72kB)
[INFO] Fetching org.eclipse.pde.runtime_3.6.800.v20200203-0916.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (114.23kB)
[INFO] Fetching org.eclipse.pde.runtime_3.6.800.v20200203-0916.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (114.23kB)
[INFO] Fetching org.eclipse.pde.ui.templates_3.6.1000.v20200513-1026.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (377.23kB)
[INFO] Fetching org.eclipse.pde.ui.templates_3.6.1000.v20200513-1026.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (377.23kB)
[INFO] Fetching org.eclipse.pde.launching_3.8.200.v20200512-0948.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (51.65kB)
[INFO] Fetching org.eclipse.pde.launching_3.8.200.v20200512-0948.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (51.65kB)
[INFO] Fetching org.eclipse.pde.ua.core_1.1.500.v20200113-1730.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (33.06kB)
[INFO] Fetching org.eclipse.pde.ua.core_1.1.500.v20200113-1730.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (33.06kB)
[INFO] Fetching org.eclipse.pde.ua.ui_1.1.800.v20200116-1522.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (144.84kB)
[INFO] Fetching org.eclipse.pde.ua.ui_1.1.800.v20200116-1522.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (144.84kB)
[INFO] Fetching org.eclipse.ui.trace_1.1.800.v20200106-1301.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (26.28kB)
[INFO] Fetching org.eclipse.ui.trace_1.1.800.v20200106-1301.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (26.28kB)
[INFO] Fetching org.eclipse.pde.genericeditor.extension_1.0.700.v20200123-1806.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (32.78kB)
[INFO] Fetching org.eclipse.pde.genericeditor.extension_1.0.700.v20200123-1806.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (32.78kB)
[INFO] Fetching org.eclipse.tools.layout.spy_1.0.500.v20200116-1522.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (24.88kB)
[INFO] Fetching org.eclipse.tools.layout.spy_1.0.500.v20200116-1522.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (24.88kB)
[INFO] Fetching org.eclipse.pde_3.14.400.v20200526-0600.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/features/ (19.44kB)
[INFO] Fetching org.eclipse.pde_3.14.400.v20200526-0600.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/features/ (19.44kB)
[INFO] Fetching org.eclipse.pde.build.source_3.10.800.v20200410-1419.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (319.72kB)
[INFO] Fetching org.eclipse.pde.build.source_3.10.800.v20200410-1419.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (319.72kB)
[INFO] Fetching org.eclipse.pde.core.source_3.13.400.v20200415-0531.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (980.08kB)
[INFO] Fetching org.eclipse.pde.core.source_3.13.400.v20200415-0531.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (980.08kB)
[INFO] Fetching org.eclipse.pde.junit.runtime.source_3.5.800.v20200310-0710.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (20.6kB)
[INFO] Fetching org.eclipse.pde.junit.runtime.source_3.5.800.v20200310-0710.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (20.6kB)
[INFO] Fetching org.eclipse.pde.runtime.source_3.6.800.v20200203-0916.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (83.25kB)
[INFO] Fetching org.eclipse.pde.runtime.source_3.6.800.v20200203-0916.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (83.25kB)
[INFO] Fetching org.eclipse.pde.ui.source_3.11.400.v20200514-1728.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (2.05MB)
[INFO] Fetching org.eclipse.pde.ui.source_3.11.400.v20200514-1728.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (2.05MB)
[INFO] Fetching org.eclipse.pde.ui.templates.source_3.6.1000.v20200513-1026.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (107.46kB)
[INFO] Fetching org.eclipse.pde.ui.templates.source_3.6.1000.v20200513-1026.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (107.46kB)
[INFO] Fetching org.objectweb.asm.source_8.0.1.v20200420-1007.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (188.43kB)
[INFO] Fetching org.objectweb.asm.source_8.0.1.v20200420-1007.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (188.43kB)
[INFO] Fetching org.objectweb.asm.tree.source_8.0.1.v20200420-1007.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (86.69kB)
[INFO] Fetching org.objectweb.asm.tree.source_8.0.1.v20200420-1007.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (86.69kB)
[INFO] Fetching org.eclipse.pde.api.tools.source_1.1.1300.v20200514-1749.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (651.86kB)
[INFO] Fetching org.eclipse.pde.api.tools.source_1.1.1300.v20200514-1749.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (651.86kB)
[INFO] Fetching org.eclipse.pde.api.tools.annotations.source_1.1.400.v20190929-1236.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (12.56kB)
[INFO] Fetching org.eclipse.pde.api.tools.annotations.source_1.1.400.v20190929-1236.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (12.56kB)
[INFO] Fetching org.eclipse.pde.api.tools.ui.source_1.1.1200.v20200426-1136.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (251.71kB)
[INFO] Fetching org.eclipse.pde.api.tools.ui.source_1.1.1200.v20200426-1136.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (251.71kB)
[INFO] Fetching org.eclipse.pde.ds.core.source_1.1.800.v20200106-1341.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (50.86kB)
[INFO] Fetching org.eclipse.pde.ds.core.source_1.1.800.v20200106-1341.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (50.86kB)
[INFO] Fetching org.eclipse.pde.ds.ui.source_1.1.900.v20200514-1728.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (94.78kB)
[INFO] Fetching org.eclipse.pde.ds.ui.source_1.1.900.v20200514-1728.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (94.78kB)
[INFO] Fetching org.eclipse.pde.launching.source_3.8.200.v20200512-0948.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (93.28kB)
[INFO] Fetching org.eclipse.pde.launching.source_3.8.200.v20200512-0948.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (93.28kB)
[INFO] Fetching org.eclipse.pde.ua.core.source_1.1.500.v20200113-1730.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (104.82kB)
[INFO] Fetching org.eclipse.pde.ua.core.source_1.1.500.v20200113-1730.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (104.82kB)
[INFO] Fetching org.eclipse.pde.ua.ui.source_1.1.800.v20200116-1522.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (272.56kB)
[INFO] Fetching org.eclipse.pde.ua.ui.source_1.1.800.v20200116-1522.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (272.56kB)
[INFO] Fetching org.eclipse.ui.trace.source_1.1.800.v20200106-1301.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (52.02kB)
[INFO] Fetching org.eclipse.ui.trace.source_1.1.800.v20200106-1301.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (52.02kB)
[INFO] Fetching org.eclipse.pde.ds.annotations.source_1.1.800.v20200514-1728.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (77.36kB)
[INFO] Fetching org.eclipse.pde.ds.annotations.source_1.1.800.v20200514-1728.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (77.36kB)
[INFO] Fetching org.eclipse.pde.genericeditor.extension.source_1.0.700.v20200123-1806.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (63.32kB)
[INFO] Fetching org.eclipse.pde.genericeditor.extension.source_1.0.700.v20200123-1806.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (63.32kB)
[INFO] Fetching org.eclipse.pde.ds.lib.source_1.1.400.v20191119-0943.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (29.99kB)
[INFO] Fetching org.eclipse.pde.ds.lib.source_1.1.400.v20191119-0943.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (29.99kB)
[INFO] Fetching org.eclipse.pde.ds1_2.lib.source_1.0.400.v20191119-0943.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (20.57kB)
[INFO] Fetching org.eclipse.pde.ds1_2.lib.source_1.0.400.v20191119-0943.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (20.57kB)
[INFO] Fetching org.eclipse.tools.layout.spy.source_1.0.500.v20200116-1522.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (26.07kB)
[INFO] Fetching org.eclipse.tools.layout.spy.source_1.0.500.v20200116-1522.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (26.07kB)
[INFO] Fetching org.eclipse.pde.source_3.14.400.v20200526-0600.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/features/ (18.87kB)
[INFO] Fetching org.eclipse.pde.source_3.14.400.v20200526-0600.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/features/ (18.87kB)
[INFO] Fetching org.eclipse.ui.views.log_1.2.1100.v20200513-0930.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (85.26kB)
[INFO] Fetching org.eclipse.ui.views.log_1.2.1100.v20200513-0930.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (85.26kB)
[INFO] Fetching org.eclipse.ui.genericeditor_1.1.700.v20200211-1227.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (49.3kB)
[INFO] Fetching org.eclipse.ui.genericeditor_1.1.700.v20200211-1227.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (49.3kB)
[INFO] Fetching org.eclipse.platform_4.16.0.v20200526-0600.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (341.12kB)
[INFO] Fetching org.eclipse.platform_4.16.0.v20200526-0600.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (341.12kB)
[INFO] Fetching org.eclipse.platform.doc.isv_4.16.0.v20200520-1542.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (21.32MB)
[INFO] Fetching org.eclipse.platform.doc.isv_4.16.0.v20200520-1542.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (21.32MB)
[INFO] Fetching org.eclipse.platform.doc.user_4.16.0.v20200421-0851.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (8.48MB)
[INFO] Fetching org.eclipse.platform.doc.user_4.16.0.v20200421-0851.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (8.48MB)
[INFO] Fetching org.eclipse.text.quicksearch_1.0.300.v20200519-2023.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (36.02kB)
[INFO] Fetching org.eclipse.text.quicksearch_1.0.300.v20200519-2023.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (36.02kB)
[INFO] Fetching org.eclipse.ui.intro.universal_3.3.900.v20200330-1059.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (1.84MB)
[INFO] Fetching org.eclipse.ui.intro.universal_3.3.900.v20200330-1059.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (1.84MB)
[INFO] Fetching org.eclipse.ui.monitoring_1.1.700.v20200513-0930.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (27.63kB)
[INFO] Fetching org.eclipse.ui.monitoring_1.1.700.v20200513-0930.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (27.63kB)
[INFO] Fetching org.eclipse.ui.net_1.3.800.v20200422-1935.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (19.83kB)
[INFO] Fetching org.eclipse.ui.net_1.3.800.v20200422-1935.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (19.83kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.3.700.v20200525-1456.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-1800/plugins/ (56.86kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.3.700.v20200525-1456.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-1800/plugins/ (56.86kB)
[INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (13.36kB)
[INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (13.36kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.900.v20200513-0930.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (40.75kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.900.v20200513-0930.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (40.75kB)
[INFO] Fetching org.eclipse.ui.themes_1.2.1000.v20200518-0801.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (28.79kB)
[INFO] Fetching org.eclipse.ui.themes_1.2.1000.v20200518-0801.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (28.79kB)
[INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.500.v20200515-1758.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (14.28kB)
[INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.500.v20200515-1758.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (14.28kB)
[INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.600.v20200212-1524.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (9.83kB)
[INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.600.v20200212-1524.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (9.83kB)
[INFO] Fetching org.eclipse.platform_4.16.0.v20200526-1004.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/features/ (20.55kB)
[INFO] Fetching org.eclipse.platform_4.16.0.v20200526-1004.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/features/ (20.55kB)
[INFO] Fetching org.eclipse.platform_root_4.16.0.v20200526-1004 from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/binary/ (196B)
[INFO] Fetching org.eclipse.platform_root_4.16.0.v20200526-1004 from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/binary/ (196B)
[INFO] Fetching org.apache.ant.source_1.10.8.v20200515-1239.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (2.45MB)
[INFO] Fetching org.apache.ant.source_1.10.8.v20200515-1239.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (2.45MB)
[INFO] Fetching org.eclipse.ant.core.source_3.5.700.v20191221-1203.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (97.19kB)
[INFO] Fetching org.eclipse.ant.core.source_3.5.700.v20191221-1203.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (97.19kB)
[INFO] Fetching com.jcraft.jsch.source_0.1.55.v20190404-1902.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (294.21kB)
[INFO] Fetching com.jcraft.jsch.source_0.1.55.v20190404-1902.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (294.21kB)
[INFO] Fetching org.eclipse.compare.core.source_3.6.900.v20200412-2017.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (62.36kB)
[INFO] Fetching org.eclipse.compare.core.source_3.6.900.v20200412-2017.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (62.36kB)
[INFO] Fetching org.eclipse.compare.source_3.7.1000.v20200511-1203.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (423.43kB)
[INFO] Fetching org.eclipse.compare.source_3.7.1000.v20200511-1203.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (423.43kB)
[INFO] Fetching org.eclipse.compare.win32.source_1.2.800.v20200127-1343.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (23.06kB)
[INFO] Fetching org.eclipse.compare.win32.source_1.2.800.v20200127-1343.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (23.06kB)
[INFO] Fetching org.eclipse.core.filebuffers.source_3.6.1000.v20200409-1035.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (87.79kB)
[INFO] Fetching org.eclipse.core.filebuffers.source_3.6.1000.v20200409-1035.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (87.79kB)
[INFO] Fetching org.eclipse.core.filesystem.source_1.7.700.v20200110-1734.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (90.36kB)
[INFO] Fetching org.eclipse.core.filesystem.source_1.7.700.v20200110-1734.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (90.36kB)
[INFO] Fetching org.eclipse.core.net.win32.x86_64.source_1.1.500.v20190925-1337.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (8.48kB)
[INFO] Fetching org.eclipse.core.net.win32.x86_64.source_1.1.500.v20190925-1337.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (8.48kB)
[INFO] Fetching org.eclipse.core.resources.source_3.13.700.v20200209-1624.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (795.39kB)
[INFO] Fetching org.eclipse.core.resources.source_3.13.700.v20200209-1624.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (795.39kB)
[INFO] Fetching org.eclipse.debug.core.source_3.15.100.v20200514-0816.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (395.99kB)
[INFO] Fetching org.eclipse.debug.core.source_3.15.100.v20200514-0816.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (395.99kB)
[INFO] Fetching org.eclipse.debug.ui.source_3.14.500.v20200520-0842.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (1.67MB)
[INFO] Fetching org.eclipse.debug.ui.source_3.14.500.v20200520-0842.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (1.67MB)
[INFO] Fetching org.eclipse.e4.ui.ide.source_3.15.100.v20200323-2111.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (10.74kB)
[INFO] Fetching org.eclipse.e4.ui.ide.source_3.15.100.v20200323-2111.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (10.74kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring.source_3.11.0.v20200515-0330.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (295.22kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring.source_3.11.0.v20200515-0330.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (295.22kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring.source_3.11.0.v20200515-0330.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (251.25kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring.source_3.11.0.v20200515-0330.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (251.25kB)
[INFO] Fetching org.eclipse.platform.source_4.16.0.v20200526-0600.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (10.71kB)
[INFO] Fetching org.eclipse.platform.source_4.16.0.v20200526-0600.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (10.71kB)
[INFO] Fetching org.eclipse.search.source_3.11.1000.v20200410-1852.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (298.16kB)
[INFO] Fetching org.eclipse.search.source_3.11.1000.v20200410-1852.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (298.16kB)
[INFO] Fetching org.eclipse.text.quicksearch.source_1.0.300.v20200519-2023.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (58.64kB)
[INFO] Fetching org.eclipse.text.quicksearch.source_1.0.300.v20200519-2023.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (58.64kB)
[INFO] Fetching org.eclipse.team.core.source_3.8.1000.v20200428-1255.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (367.92kB)
[INFO] Fetching org.eclipse.team.core.source_3.8.1000.v20200428-1255.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (367.92kB)
[INFO] Fetching org.eclipse.team.ui.source_3.8.900.v20200422-1935.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (766.2kB)
[INFO] Fetching org.eclipse.team.ui.source_3.8.900.v20200422-1935.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (766.2kB)
[INFO] Fetching org.eclipse.text.source_3.10.200.v20200428-0633.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (280.74kB)
[INFO] Fetching org.eclipse.text.source_3.10.200.v20200428-0633.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (280.74kB)
[INFO] Fetching org.eclipse.jface.text.source_3.16.300.v20200526-0811.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (809.82kB)
[INFO] Fetching org.eclipse.jface.text.source_3.16.300.v20200526-0811.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (809.82kB)
[INFO] Fetching org.eclipse.jsch.core.source_1.3.900.v20200422-1935.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (38.72kB)
[INFO] Fetching org.eclipse.jsch.core.source_1.3.900.v20200422-1935.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (38.72kB)
[INFO] Fetching org.eclipse.jsch.ui.source_1.3.900.v20200422-1935.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (47.88kB)
[INFO] Fetching org.eclipse.jsch.ui.source_1.3.900.v20200422-1935.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (47.88kB)
[INFO] Fetching org.eclipse.ui.console.source_3.9.200.v20200511-1122.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (136.82kB)
[INFO] Fetching org.eclipse.ui.console.source_3.9.200.v20200511-1122.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (136.82kB)
[INFO] Fetching org.eclipse.ui.intro.source_3.5.1000.v20200525-1037.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-0640/plugins/ (254.03kB)
[INFO] Fetching org.eclipse.ui.intro.source_3.5.1000.v20200525-1037.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-0640/plugins/ (254.03kB)
[INFO] Fetching org.eclipse.ui.intro.universal.source_3.3.900.v20200330-1059.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (57.04kB)
[INFO] Fetching org.eclipse.ui.intro.universal.source_3.3.900.v20200330-1059.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (57.04kB)
[INFO] Fetching org.eclipse.ui.cheatsheets.source_3.5.800.v20200522-1354.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (251.02kB)
[INFO] Fetching org.eclipse.ui.cheatsheets.source_3.5.800.v20200522-1354.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (251.02kB)
[INFO] Fetching org.eclipse.ui.browser.source_3.6.800.v20200410-1405.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (95.85kB)
[INFO] Fetching org.eclipse.ui.browser.source_3.6.800.v20200410-1405.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (95.85kB)
[INFO] Fetching org.eclipse.ui.genericeditor.source_1.1.700.v20200211-1227.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (88.4kB)
[INFO] Fetching org.eclipse.ui.genericeditor.source_1.1.700.v20200211-1227.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (88.4kB)
[INFO] Fetching org.eclipse.ui.monitoring.source_1.1.700.v20200513-0930.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (45.22kB)
[INFO] Fetching org.eclipse.ui.monitoring.source_1.1.700.v20200513-0930.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (45.22kB)
[INFO] Fetching org.eclipse.ui.navigator.source_3.9.300.v20200513-0930.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (309.01kB)
[INFO] Fetching org.eclipse.ui.navigator.source_3.9.300.v20200513-0930.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (309.01kB)
[INFO] Fetching org.eclipse.ui.navigator.resources.source_3.7.300.v20200417-1241.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (102.49kB)
[INFO] Fetching org.eclipse.ui.navigator.resources.source_3.7.300.v20200417-1241.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (102.49kB)
[INFO] Fetching org.eclipse.ui.net.source_1.3.800.v20200422-1935.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (28.57kB)
[INFO] Fetching org.eclipse.ui.net.source_1.3.800.v20200422-1935.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (28.57kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor.source_3.14.200.v20200421-1954.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (421.66kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor.source_3.14.200.v20200421-1954.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (421.66kB)
[INFO] Fetching org.eclipse.ui.views.source_3.10.300.v20200311-1018.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (80.29kB)
[INFO] Fetching org.eclipse.ui.views.source_3.10.300.v20200311-1018.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (80.29kB)
[INFO] Fetching org.eclipse.ui.editors.source_3.13.200.v20200501-2307.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (326.42kB)
[INFO] Fetching org.eclipse.ui.editors.source_3.13.200.v20200501-2307.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (326.42kB)
[INFO] Fetching org.eclipse.ui.externaltools.source_3.4.700.v20200319-0924.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (82.17kB)
[INFO] Fetching org.eclipse.ui.externaltools.source_3.4.700.v20200319-0924.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (82.17kB)
[INFO] Fetching org.eclipse.ui.ide.source_3.17.100.v20200522-1057.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (1.25MB)
[INFO] Fetching org.eclipse.ui.ide.source_3.17.100.v20200522-1057.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (1.25MB)
[INFO] Fetching org.eclipse.ui.ide.application.source_1.3.700.v20200525-1456.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-1800/plugins/ (49.94kB)
[INFO] Fetching org.eclipse.ui.ide.application.source_1.3.700.v20200525-1456.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-1800/plugins/ (49.94kB)
[INFO] Fetching org.eclipse.ui.win32.source_3.4.400.v20200414-1247.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (15.6kB)
[INFO] Fetching org.eclipse.ui.win32.source_3.4.400.v20200414-1247.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (15.6kB)
[INFO] Fetching org.eclipse.core.variables.source_3.4.800.v20200120-1101.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (37.71kB)
[INFO] Fetching org.eclipse.core.variables.source_3.4.800.v20200120-1101.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (37.71kB)
[INFO] Fetching org.eclipse.ui.forms.source_3.9.100.v20200413-1417.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (215.87kB)
[INFO] Fetching org.eclipse.ui.forms.source_3.9.100.v20200413-1417.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (215.87kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed.source_3.8.900.v20200513-0930.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (82.81kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed.source_3.8.900.v20200513-0930.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (82.81kB)
[INFO] Fetching org.eclipse.core.externaltools.source_1.1.700.v20200416-1310.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (35.85kB)
[INFO] Fetching org.eclipse.core.externaltools.source_1.1.700.v20200416-1310.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (35.85kB)
[INFO] Fetching org.eclipse.ui.themes.source_1.2.1000.v20200518-0801.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (7.36kB)
[INFO] Fetching org.eclipse.ui.themes.source_1.2.1000.v20200518-0801.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (7.36kB)
[INFO] Fetching org.eclipse.ui.intro.quicklinks.source_1.0.500.v20200515-1758.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (18.25kB)
[INFO] Fetching org.eclipse.ui.intro.quicklinks.source_1.0.500.v20200515-1758.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (18.25kB)
[INFO] Fetching org.eclipse.team.genericeditor.diff.extension.source_1.0.600.v20200212-1524.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (14.16kB)
[INFO] Fetching org.eclipse.team.genericeditor.diff.extension.source_1.0.600.v20200212-1524.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (14.16kB)
[INFO] Fetching org.eclipse.ui.views.log.source_1.2.1100.v20200513-0930.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (59.51kB)
[INFO] Fetching org.eclipse.ui.views.log.source_1.2.1100.v20200513-0930.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (59.51kB)
[INFO] Fetching org.eclipse.platform.source_4.16.0.v20200526-1004.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/features/ (20.14kB)
[INFO] Fetching org.eclipse.platform.source_4.16.0.v20200526-1004.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/features/ (20.14kB)
[INFO] Fetching org.eclipse.rcp_4.16.0.v20200526-0600.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (9.4kB)
[INFO] Fetching org.eclipse.rcp_4.16.0.v20200526-0600.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (9.4kB)
[INFO] Fetching org.eclipse.rcp_4.16.0.v20200526-1004.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/features/ (19.08kB)
[INFO] Fetching org.eclipse.rcp_4.16.0.v20200526-1004.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/features/ (19.08kB)
[INFO] Fetching org.eclipse.rcp_root_4.16.0.v20200526-1004 from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/binary/ (25.54kB)
[INFO] Fetching org.eclipse.rcp_root_4.16.0.v20200526-1004 from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/binary/ (25.54kB)
[INFO] Fetching org.eclipse.help.source_3.8.800.v20200525-0755.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-0640/plugins/ (180kB)
[INFO] Fetching org.eclipse.help.source_3.8.800.v20200525-0755.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200525-0640/plugins/ (180kB)
[INFO] Fetching org.eclipse.ui.source_3.117.0.v20200518-1705.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (145.54kB)
[INFO] Fetching org.eclipse.ui.source_3.117.0.v20200518-1705.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (145.54kB)
[INFO] Fetching org.eclipse.ui.workbench.source_3.119.0.v20200521-1247.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (2.55MB)
[INFO] Fetching org.eclipse.ui.workbench.source_3.119.0.v20200521-1247.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (2.55MB)
[INFO] Fetching org.eclipse.update.configurator.source_3.4.600.v20200422-1910.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (77.11kB)
[INFO] Fetching org.eclipse.update.configurator.source_3.4.600.v20200422-1910.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (77.11kB)
[INFO] Fetching org.eclipse.rcp.source_4.16.0.v20200526-1004.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/features/ (19.14kB)
[INFO] Fetching org.eclipse.rcp.source_4.16.0.v20200526-1004.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/features/ (19.14kB)
[INFO] Fetching org.eclipse.sdk_4.16.0.v20200526-0600.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (161.47kB)
[INFO] Fetching org.eclipse.sdk_4.16.0.v20200526-0600.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (161.47kB)
[INFO] Fetching org.eclipse.sdk_4.16.0.v20200526-1004.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/features/ (19.03kB)
[INFO] Fetching org.eclipse.sdk_4.16.0.v20200526-1004.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/features/ (19.03kB)
[INFO] Fetching org.eclipse.swtbot.swt.finder_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/technology/swtbot/releases/latest/plugins/ (261.65kB)
[INFO] Fetching org.eclipse.swtbot.swt.finder_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/technology/swtbot/releases/latest/plugins/ (261.65kB)
[INFO] Fetching org.hamcrest.integration_1.3.0.v201305210900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (10.06kB)
[INFO] Fetching org.hamcrest.integration_1.3.0.v201305210900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (10.06kB)
[INFO] Fetching org.hamcrest.text_1.1.0.v20090501071000.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (15.42kB)
[INFO] Fetching org.hamcrest.text_1.1.0.v20090501071000.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (15.42kB)
[INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (27.19kB)
[INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (27.19kB)
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (11.32kB)
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (11.32kB)
[INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.400.v20190924-1023.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (93.41kB)
[INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.400.v20190924-1023.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (93.41kB)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1200.v20200508-1552.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (69.04kB)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1200.v20200508-1552.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (69.04kB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (8kB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (8kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64.source_3.114.100.v20200526-1004.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (1.78MB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64.source_3.114.100.v20200526-1004.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (1.78MB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk.source_1.0.600.v20190627-0755.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (9.5kB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk.source_1.0.600.v20190627-0755.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (9.5kB)
[INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.300.v20190830-1238.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (12.67kB)
[INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.300.v20190830-1238.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (12.67kB)
[INFO] Fetching org.eclipse.equinox.security.linux.x86_64.source_1.1.300.v20190830-1238.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (14.61kB)
[INFO] Fetching org.eclipse.equinox.security.linux.x86_64.source_1.1.300.v20190830-1238.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (14.61kB)
[INFO] Fetching org.eclipse.core.net.linux.x86_64.source_1.2.400.v20190924-1023.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (8.5kB)
[INFO] Fetching org.eclipse.core.net.linux.x86_64.source_1.2.400.v20190924-1023.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (8.5kB)
[INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.200.v20190903-0945.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (15.18kB)
[INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.200.v20190903-0945.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (15.18kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (16kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (16kB)
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1200.v20200508-1552.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (39.42kB)
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1200.v20200508-1552.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (39.42kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source_0.12.600.v20200416-0656.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (23.86kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source_0.12.600.v20200416-0656.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (23.86kB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64.source_3.114.100.v20200526-1004.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (1.62MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64.source_3.114.100.v20200526-1004.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200526-0600/plugins/ (1.62MB)
[INFO] Fetching org.eclipse.equinox.security.macosx_1.101.200.v20190903-0934.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (24.56kB)
[INFO] Fetching org.eclipse.equinox.security.macosx_1.101.200.v20190903-0934.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (24.56kB)
[INFO] Fetching org.eclipse.equinox.security.macosx.source_1.101.200.v20190903-0934.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (29.36kB)
[INFO] Fetching org.eclipse.equinox.security.macosx.source_1.101.200.v20190903-0934.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (29.36kB)
[INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.500.v20200116-2251.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (12.12kB)
[INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.500.v20200116-2251.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (12.12kB)
[INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.600.v20200204-1737.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (29.17kB)
[INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.600.v20200204-1737.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (29.17kB)
[INFO] Fetching org.eclipse.jdt.launching.macosx.source_3.4.500.v20200116-2251.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (17.59kB)
[INFO] Fetching org.eclipse.jdt.launching.macosx.source_3.4.500.v20200116-2251.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (17.59kB)
[INFO] Fetching org.eclipse.jdt.launching.ui.macosx.source_1.2.600.v20200204-1737.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (28.07kB)
[INFO] Fetching org.eclipse.jdt.launching.ui.macosx.source_1.2.600.v20200204-1737.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (28.07kB)
[INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (7.61kB)
[INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (7.61kB)
[INFO] Fetching org.eclipse.ui.cocoa.source_1.2.400.v20191217-1850.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (8.88kB)
[INFO] Fetching org.eclipse.ui.cocoa.source_1.2.400.v20191217-1850.jar from http://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200524-1800/plugins/ (8.88kB)
[INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.tests:1.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.tests.catalog:1.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests.catalog/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.tests.catalog:1.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests.catalog/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.tests.catalog:1.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests.catalog/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.ui:1.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.ui:1.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.ui:1.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.ui.css:1.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.ui.css:1.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.ui.css:1.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.epp.mpc-target                                         [pom]
[INFO] org.eclipse.epp.mpc.core                                [eclipse-plugin]
[INFO] org.eclipse.epp.mpc.core.win32                          [eclipse-plugin]
[INFO] org.eclipse.epp.mpc.dependencies                       [eclipse-feature]
[INFO] org.eclipse.epp.mpc.ui.css                              [eclipse-plugin]
[INFO] org.eclipse.epp.mpc.ui                                  [eclipse-plugin]
[INFO] org.eclipse.epp.mpc.help.ui                             [eclipse-plugin]
[INFO] org.eclipse.epp.mpc                                    [eclipse-feature]
[INFO] EPP Marketplace Client                              [eclipse-repository]
[INFO] org.eclipse.epp.mpc.tests                          [eclipse-test-plugin]
[INFO] org.eclipse.epp.mpc.tests.catalog                       [eclipse-plugin]
[INFO] org.eclipse.epp.mpc-root                                           [pom]
[INFO] 
[INFO] -----------< org.eclipse.epp.mpc:org.eclipse.epp.mpc-target >-----------
[INFO] Building org.eclipse.epp.mpc-target 1.8.3-SNAPSHOT                [1/12]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc-target ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.eclipse.epp.mpc-target ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (attach-artifacts) @ org.eclipse.epp.mpc-target ---
[INFO] 
[INFO] ------------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.core >------------
[INFO] Building org.eclipse.epp.mpc.core 1.8.3-SNAPSHOT                  [2/12]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.epp.mpc.core ---
[INFO] The project's OSGi version is 1.8.3.v20200522-1533
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.epp.mpc.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.epp.mpc.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.eclipse.epp.mpc.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.epp.mpc.core ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.epp.mpc.core ---
[INFO] Compiling 123 source files to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/target/classes
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/ServiceLocator.java:[254] 
	MarketplaceClientCore.error("Userstorage API failed to initialize", ex);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/src/org/eclipse/epp/mpc/core/service/IMarketplaceServiceLocator.java:[17] 
	import org.eclipse.epp.internal.mpc.core.service.MarketplaceService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type MarketplaceService is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/service/MarketplaceStorageService.java:[268] 
	MarketplaceClientCore.error(NLS.bind("Failed to migrate secure storage values from {0} to {1}",
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
4. INFO in /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/src/org/eclipse/epp/mpc/core/service/ServiceUnavailableException.java (at line 24)
	@SuppressWarnings("serial")
	                  ^^^^^^^^
At least one of the problems in category 'serial' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/MarketplaceClientCorePlugin.java:[135] 
	properties.put(ComponentConstants.COMPONENT_NAME, "legacy:" + factory.getClass().getName());
	                                                  ^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/CacheCredentialsProvider.java:[38] 
	throw new IllegalArgumentException("Authentication scope may not be null");
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/CacheCredentialsProvider.java:[57] 
	throw new IllegalArgumentException("Authentication scope may not be null");
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/CacheCredentialsProvider.java:[98] 
	throw new IllegalArgumentException("Authentication scope may not be null");
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/service/UserFavoritesService.java:[264] 
	.error(NLS.bind("Invalid list URL {0} for favorites list {1} - falling back to default URL",
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/service/UserFavoritesService.java:[490] 
	.resolve("marketplace/favorites/?name=" + URLUtil.urlEncode(name));
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/HttpClientProxyUtil.java:[39] 
	private static final String PROP_HTTP_AUTH_NTLM_DOMAIN = "http.auth.ntlm.domain";
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/HttpClientProxyUtil.java:[41] 
	private static final String ENV_USER_DOMAIN = "USERDOMAIN";
	                                              ^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/HttpClientProxyUtil.java:[78] 
	executor.auth(new AuthScope(proxyHost, AuthScope.ANY_REALM, "ntlm"),
	                                                            ^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/HttpClientProxyUtil.java:[97] 
	if (hostName != null && !"".equals(hostName) && !"localhost".equals(hostName)) {
	                         ^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/HttpClientProxyUtil.java:[97] 
	if (hostName != null && !"".equals(hostName) && !"localhost".equals(hostName)) {
	                                                 ^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/HttpClientProxyUtil.java:[104] 
	String computerName = System.getenv("COMPUTERNAME");
	                                    ^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/HttpClientProxyUtil.java:[105] 
	String hostName = System.getenv("HOSTNAME");
	                                ^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/HttpClientProxyUtil.java:[169] 
	private static IProxyData getProxyData(IProxyService proxyService, URI uri) {
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getProxyData(IProxyService, URI) from the type HttpClientProxyUtil is never used locally
19. INFO in /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/service/NotFoundException.java (at line 21)
	@SuppressWarnings("serial")
	                  ^^^^^^^^
At least one of the problems in category 'serial' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/service/AbstractDataStorageService.java:[50] 
	if (reasonPhrase != null && !"".equals(reasonPhrase)) {
	                             ^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/service/AbstractDataStorageService.java:[60] 
	return (message != null) ? (s + ": " + message) : s;
	                                ^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/service/AbstractDataStorageService.java:[99] 
	if (ex.getStatusCode() == 406 && ex.getMessage() != null && ex.getMessage().toLowerCase().contains("account")
	                                                                                                   ^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/service/AbstractDataStorageService.java:[100] 
	&& ex.getMessage().toLowerCase().contains("blocked")) {
	                                          ^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/CacheCredentialsAuthenticationStrategy.java:[35] 
	+ ".credentialsCache";
	  ^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/HttpClientFactory.java:[30] 
	import org.eclipse.userstorage.internal.StorageProperties;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'StorageProperties' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.userstorage/1.2.0.v20190307-0457/org.eclipse.userstorage-1.2.0.v20190307-0457.jar')
26. INFO in /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/src/org/eclipse/epp/internal/mpc/core/service/ServiceUnavailableException.java (at line 25)
	@SuppressWarnings("serial")
	                  ^^^^^^^^
At least one of the problems in category 'serial' is not analysed due to a compiler option being ignored
26 problems (0 errors, 23 warnings, 23 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.epp.mpc.core ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.5.1:plugin-source (attach-source) @ org.eclipse.epp.mpc.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/target/org.eclipse.epp.mpc.core-1.8.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.epp.mpc.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.epp.mpc.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/target/org.eclipse.epp.mpc.core-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.epp.mpc.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/target/org.eclipse.epp.mpc.core-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.epp.mpc.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/target/org.eclipse.epp.mpc.core-1.8.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/target/org.eclipse.epp.mpc.core-1.8.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.epp.mpc.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/target/org.eclipse.epp.mpc.core-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc.core ---
[INFO] 
[INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.epp.mpc.core >>>
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.epp.mpc.core ---
[INFO] Fork Value is true
     [java] Warnings generated: 21
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.epp.mpc.core <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.epp.mpc.core ---
[INFO] BugInstance size is 21
[INFO] Error size is 0
[INFO] Total bugs: 21
[ERROR] Load of known null value in org.eclipse.epp.internal.mpc.core.MarketplaceClientCore.error(String, Throwable) [org.eclipse.epp.internal.mpc.core.MarketplaceClientCore] At MarketplaceClientCore.java:[line 59] NP_LOAD_OF_KNOWN_NULL_VALUE
[ERROR] org.eclipse.epp.internal.mpc.core.MarketplaceClientCorePlugin.DEBUG should be package protected [org.eclipse.epp.internal.mpc.core.MarketplaceClientCorePlugin] At MarketplaceClientCorePlugin.java:[line 46] MS_PKGPROTECT
[ERROR] org.eclipse.epp.internal.mpc.core.MarketplaceClientCorePlugin.DEBUG_FAKE_CLIENT should be package protected [org.eclipse.epp.internal.mpc.core.MarketplaceClientCorePlugin] At MarketplaceClientCorePlugin.java:[line 48] MS_PKGPROTECT
[ERROR] Redundant nullcheck of registration, which is known to be non-null in org.eclipse.epp.internal.mpc.core.ServiceLocator.unbindFromUserFavoritesService(ServiceReference, ServiceReference, IMarketplaceStorageService) [org.eclipse.epp.internal.mpc.core.ServiceLocator] Redundant null check at ServiceLocator.java:[line 450] RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
[ERROR] Unwritten field: org.eclipse.epp.internal.mpc.core.ServiceLocator.catalogService [org.eclipse.epp.internal.mpc.core.ServiceLocator] At ServiceLocator.java:[line 508] UWF_UNWRITTEN_FIELD
[ERROR] org.eclipse.epp.internal.mpc.core.model.Node.getChanged() may expose internal representation by returning Node.changed [org.eclipse.epp.internal.mpc.core.model.Node] At Node.java:[line 183] EI_EXPOSE_REP
[ERROR] org.eclipse.epp.internal.mpc.core.model.Node.getCreated() may expose internal representation by returning Node.created [org.eclipse.epp.internal.mpc.core.model.Node] At Node.java:[line 171] EI_EXPOSE_REP
[ERROR] org.eclipse.epp.internal.mpc.core.model.Node.setChanged(Date) may expose internal representation by storing an externally mutable object into Node.changed [org.eclipse.epp.internal.mpc.core.model.Node] At Node.java:[line 187] EI_EXPOSE_REP2
[ERROR] org.eclipse.epp.internal.mpc.core.model.Node.setCreated(Date) may expose internal representation by storing an externally mutable object into Node.created [org.eclipse.epp.internal.mpc.core.model.Node] At Node.java:[line 175] EI_EXPOSE_REP2
[ERROR] Redundant nullcheck of userFavoritesService, which is known to be non-null in org.eclipse.epp.internal.mpc.core.service.DefaultMarketplaceService.userFavorites(List, IProgressMonitor) [org.eclipse.epp.internal.mpc.core.service.DefaultMarketplaceService] Redundant null check at DefaultMarketplaceService.java:[line 681] RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
[ERROR] Inconsistent synchronization of org.eclipse.epp.internal.mpc.core.service.MarketplaceStorageService.storage; locked 80% of time [org.eclipse.epp.internal.mpc.core.service.MarketplaceStorageService, org.eclipse.epp.internal.mpc.core.service.MarketplaceStorageService, org.eclipse.epp.internal.mpc.core.service.MarketplaceStorageService, org.eclipse.epp.internal.mpc.core.service.MarketplaceStorageService, org.eclipse.epp.internal.mpc.core.service.MarketplaceStorageService] Unsynchronized access at MarketplaceStorageService.java:[line 135]Synchronized access at MarketplaceStorageService.java:[line 91]Synchronized access at MarketplaceStorageService.java:[line 128]Synchronized access at MarketplaceStorageService.java:[line 131]Synchronized access at MarketplaceStorageService.java:[line 129] IS2_INCONSISTENT_SYNC
[ERROR] org.eclipse.epp.internal.mpc.core.service.MarketplaceStorageService.getServiceUri() is unsynchronized, org.eclipse.epp.internal.mpc.core.service.MarketplaceStorageService.setServiceUri(URI) is synchronized [org.eclipse.epp.internal.mpc.core.service.MarketplaceStorageService] At MarketplaceStorageService.java:[line 83] UG_SYNC_SET_UNSYNC_GET
[ERROR] Exception is caught when Exception is not thrown in org.eclipse.epp.internal.mpc.core.service.MarketplaceUnmarshaller.createContentInfo(ByteBuffer) [org.eclipse.epp.internal.mpc.core.service.MarketplaceUnmarshaller] At MarketplaceUnmarshaller.java:[line 147] REC_CATCH_EXCEPTION
[ERROR] org.eclipse.epp.internal.mpc.core.service.RemoteMarketplaceService.addMetaParameters(String) concatenates strings using + in a loop [org.eclipse.epp.internal.mpc.core.service.RemoteMarketplaceService] At RemoteMarketplaceService.java:[line 225] SBSC_USE_STRINGBUFFER_CONCATENATION
[ERROR] The class name org.eclipse.epp.internal.mpc.core.service.ServiceUnavailableException shadows the simple name of the superclass org.eclipse.epp.mpc.core.service.ServiceUnavailableException [org.eclipse.epp.internal.mpc.core.service.ServiceUnavailableException] At ServiceUnavailableException.java:[lines 29-30] NM_SAME_SIMPLE_NAME_AS_SUPERCLASS
[ERROR] Redundant nullcheck of bytes, which is known to be non-null in org.eclipse.epp.internal.mpc.core.service.UserFavoritesService$AbstractJSONListRequest.read(InputStream, Charset) [org.eclipse.epp.internal.mpc.core.service.UserFavoritesService$AbstractJSONListRequest] Redundant null check at UserFavoritesService.java:[line 638] RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
[ERROR] org.eclipse.epp.internal.mpc.core.service.xml.UnmarshalContentHandler.toBoolean(String) has Boolean return type and returns explicit null [org.eclipse.epp.internal.mpc.core.service.xml.UnmarshalContentHandler, org.eclipse.epp.internal.mpc.core.service.xml.UnmarshalContentHandler] At UnmarshalContentHandler.java:[line 118]Another occurrence at UnmarshalContentHandler.java:[line 122] NP_BOOLEAN_RETURN_NULL
[ERROR] Exception is caught when Exception is not thrown in org.eclipse.epp.internal.mpc.core.util.Eclipse36TransportFactory.getTransportService() [org.eclipse.epp.internal.mpc.core.util.Eclipse36TransportFactory] At Eclipse36TransportFactory.java:[line 40] REC_CATCH_EXCEPTION
[ERROR] org.eclipse.epp.internal.mpc.core.util.FallbackTransportFactory$FallbackTransport.tryBuffer(BufferedInputStream) ignores result of java.io.BufferedInputStream.read(byte[]) [org.eclipse.epp.internal.mpc.core.util.FallbackTransportFactory$FallbackTransport] At FallbackTransportFactory.java:[line 116] RR_NOT_CHECKED
[ERROR] The class name org.eclipse.epp.internal.mpc.core.util.ITransport shadows the simple name of implemented interface org.eclipse.epp.mpc.core.service.ITransport [org.eclipse.epp.internal.mpc.core.util.ITransport] In ITransport.java NM_SAME_SIMPLE_NAME_AS_INTERFACE
[ERROR] org.eclipse.epp.internal.mpc.core.util.TextUtil.stripHtmlMarkup(String) concatenates strings using + in a loop [org.eclipse.epp.internal.mpc.core.util.TextUtil] At TextUtil.java:[line 44] SBSC_USE_STRINGBUFFER_CONCATENATION
[INFO] 


To see bug detail using the Spotbugs GUI, use the following command "mvn spotbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.epp.mpc.core >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.epp.mpc.core ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.epp.mpc.core <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.epp.mpc.core ---
[INFO] You have 2 CPD duplications. For more details see: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/target/cpd.xml
[INFO] 
[INFO] ---------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.core.win32 >---------
[INFO] Building org.eclipse.epp.mpc.core.win32 1.8.3-SNAPSHOT            [3/12]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] The project's OSGi version is 1.8.3.v20200522-1533
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core.win32/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core.win32/target/classes
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core.win32/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/win32/WinClientBuilderCustomizer.java:[25] 
	import org.apache.http.impl.auth.win.WindowsCredentialsProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WindowsCredentialsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.apache.httpcomponents.httpclient.win/4.5.10.v20200113-2105/org.apache.httpcomponents.httpclient.win-4.5.10.v20200113-2105.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core.win32/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/win32/WinClientBuilderCustomizer.java:[26] 
	import org.apache.http.impl.auth.win.WindowsNTLMSchemeFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WindowsNTLMSchemeFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.apache.httpcomponents.httpclient.win/4.5.10.v20200113-2105/org.apache.httpcomponents.httpclient.win-4.5.10.v20200113-2105.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core.win32/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/win32/WinClientBuilderCustomizer.java:[27] 
	import org.apache.http.impl.auth.win.WindowsNegotiateSchemeFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WindowsNegotiateSchemeFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.apache.httpcomponents.httpclient.win/4.5.10.v20200113-2105/org.apache.httpcomponents.httpclient.win-4.5.10.v20200113-2105.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core.win32/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/win32/WinClientBuilderCustomizer.java:[68] 
	public HttpClientBuilder customizeBuilder(HttpClientBuilder builder) {
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method customizeBuilder(HttpClientBuilder) of type WinClientBuilderCustomizer should be tagged with @Override since it actually overrides a superinterface method
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core.win32/src/org/eclipse/epp/internal/mpc/core/transport/httpclient/win32/WinClientBuilderCustomizer.java:[89] 
	public CredentialsProvider customizeCredentialsProvider(CredentialsProvider credentialsProvider) {
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method customizeCredentialsProvider(CredentialsProvider) of type WinClientBuilderCustomizer should be tagged with @Override since it actually overrides a superinterface method
5 problems (5 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core.win32/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.5.1:plugin-source (attach-source) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core.win32/target/org.eclipse.epp.mpc.core.win32-1.8.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core.win32/target/org.eclipse.epp.mpc.core.win32-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core.win32/target/org.eclipse.epp.mpc.core.win32-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core.win32/target/org.eclipse.epp.mpc.core.win32-1.8.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core.win32/target/org.eclipse.epp.mpc.core.win32-1.8.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core.win32/target/org.eclipse.epp.mpc.core.win32-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] 
[INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.epp.mpc.core.win32 >>>
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] Fork Value is true
     [java] Warnings generated: 1
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.epp.mpc.core.win32 <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] BugInstance size is 1
[INFO] Error size is 0
[INFO] Total bugs: 1
[ERROR] Incorrect lazy initialization of static field org.eclipse.epp.internal.mpc.core.transport.httpclient.win32.WinClientBuilderCustomizer.winAuthAvailable in org.eclipse.epp.internal.mpc.core.transport.httpclient.win32.WinClientBuilderCustomizer.isWinAuthAvailable() [org.eclipse.epp.internal.mpc.core.transport.httpclient.win32.WinClientBuilderCustomizer] At WinClientBuilderCustomizer.java:[lines 49-52] LI_LAZY_INIT_STATIC
[INFO] 


To see bug detail using the Spotbugs GUI, use the following command "mvn spotbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.epp.mpc.core.win32 >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.epp.mpc.core.win32 ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.epp.mpc.core.win32 <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] 
[INFO] 
[INFO] --------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.dependencies >--------
[INFO] Building org.eclipse.epp.mpc.dependencies 1.8.3-SNAPSHOT          [4/12]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.dependencies ---
[INFO] Deleting /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.dependencies.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.mpc.dependencies ---
[INFO] The project's OSGi version is 1.8.3.v20200522-1533
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.epp.mpc.dependencies ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.epp.mpc.dependencies ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.eclipse.epp.mpc.dependencies ---
[INFO] 
[INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.epp.mpc.dependencies ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:package-feature (default-package-feature) @ org.eclipse.epp.mpc.dependencies ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.dependencies.feature/target/org.eclipse.epp.mpc.dependencies-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.dependencies ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.mpc.dependencies ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.1:source-feature (source-feature) @ org.eclipse.epp.mpc.dependencies ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.dependencies.feature/target/org.eclipse.epp.mpc.dependencies-1.8.3-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.epp.mpc.dependencies ---
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.dependencies.feature/target/org.eclipse.epp.mpc.dependencies-1.8.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.dependencies.feature/target/org.eclipse.epp.mpc.dependencies-1.8.3-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc.dependencies ---
[INFO] 
[INFO] -----------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.ui.css >-----------
[INFO] Building org.eclipse.epp.mpc.ui.css 1.8.3-SNAPSHOT                [5/12]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.ui.css ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.epp.mpc.ui.css ---
[INFO] The project's OSGi version is 1.8.3.v20200522-1533
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.epp.mpc.ui.css ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.epp.mpc.ui.css ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.eclipse.epp.mpc.ui.css ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.epp.mpc.ui.css ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.epp.mpc.ui.css ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/target/classes
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasElement.java:[74] 
	"Dynamic theming for GradientCanvas is limited", ex));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[18] 
	import org.eclipse.e4.ui.css.core.dom.properties.Gradient;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Gradient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[19] 
	import org.eclipse.e4.ui.css.core.engine.CSSEngine;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[20] 
	import org.eclipse.e4.ui.css.swt.properties.AbstractCSSPropertySWTHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractCSSPropertySWTHandler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.13.1000.v20200525-0806/org.eclipse.e4.ui.css.swt-0.13.1000.v20200525-0806.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[21] 
	import org.eclipse.equinox.internal.p2.ui.discovery.util.GradientCanvas;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GradientCanvas' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[27] 
	public class GradientCanvasPropertyHandler  extends AbstractCSSPropertySWTHandler {
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractCSSPropertySWTHandler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.13.1000.v20200525-0806/org.eclipse.e4.ui.css.swt-0.13.1000.v20200525-0806.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[35] 
	protected void applyCSSProperty(Control control, String property, CSSValue value, String pseudo, CSSEngine engine)
	                                                                                                 ^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[37] 
	if (!(control instanceof GradientCanvas)) {
	                         ^^^^^^^^^^^^^^
Discouraged access: The type 'GradientCanvas' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[40] 
	GradientCanvas canvas = (GradientCanvas) control;
	^^^^^^^^^^^^^^
Discouraged access: The type 'GradientCanvas' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[40] 
	GradientCanvas canvas = (GradientCanvas) control;
	                         ^^^^^^^^^^^^^^
Discouraged access: The type 'GradientCanvas' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[43] 
	Gradient grad = (Gradient) engine.convert(value, Gradient.class, canvas.getDisplay());
	^^^^^^^^
Discouraged access: The type 'Gradient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[43] 
	Gradient grad = (Gradient) engine.convert(value, Gradient.class, canvas.getDisplay());
	                 ^^^^^^^^
Discouraged access: The type 'Gradient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[43] 
	Gradient grad = (Gradient) engine.convert(value, Gradient.class, canvas.getDisplay());
	                                  ^^^^^^^
Discouraged access: The method 'CSSEngine.convert(CSSValue, Object, Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[43] 
	Gradient grad = (Gradient) engine.convert(value, Gradient.class, canvas.getDisplay());
	                                                 ^^^^^^^^
Discouraged access: The type 'Gradient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[45] 
	canvas.setBackgroundGradient(null, null, false);
	       ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'GradientCanvas.setBackgroundGradient(Color[], int[], boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[48] 
	List<CSSPrimitiveValue> values = grad.getValues();
	                                      ^^^^^^^^^
Discouraged access: The method 'Gradient.getValues()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[53] 
	Color color = (Color) engine.convert(cssValue, Color.class, canvas.getDisplay());
	                             ^^^^^^^
Discouraged access: The method 'CSSEngine.convert(CSSValue, Object, Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[60] 
	List<Integer> list = grad.getPercents();
	                          ^^^^^^^^^^^
Discouraged access: The method 'Gradient.getPercents()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[65] 
	canvas.setBackgroundGradient(colors.toArray(new Color[0]), percents,
	       ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'GradientCanvas.setBackgroundGradient(Color[], int[], boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[66] 
	grad.getVerticalGradient());
	     ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Gradient.getVerticalGradient()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[68] 
	canvas.setBackgroundGradient(null, null, false);
	       ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'GradientCanvas.setBackgroundGradient(Color[], int[], boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[71] 
	Color color = (Color) engine.convert(value, Color.class, canvas.getDisplay());
	                             ^^^^^^^
Discouraged access: The method 'CSSEngine.convert(CSSValue, Object, Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[72] 
	canvas.setBackgroundGradient(null, null, false);
	       ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'GradientCanvas.setBackgroundGradient(Color[], int[], boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[73] 
	canvas.setBackground(color);
	       ^^^^^^^^^^^^^
Discouraged access: The method 'GradientCanvas.setBackground(Color)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[77] 
	Color color = (Color) engine.convert(value, Color.class, canvas.getDisplay());
	                             ^^^^^^^
Discouraged access: The method 'CSSEngine.convert(CSSValue, Object, Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[81] 
	canvas.putColor(GradientCanvas.H_BOTTOM_KEYLINE1, color);
	       ^^^^^^^^
Discouraged access: The method 'GradientCanvas.putColor(String, Color)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[81] 
	canvas.putColor(GradientCanvas.H_BOTTOM_KEYLINE1, color);
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GradientCanvas' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[81] 
	canvas.putColor(GradientCanvas.H_BOTTOM_KEYLINE1, color);
	                               ^^^^^^^^^^^^^^^^^
Discouraged access: The field 'GradientCanvas.H_BOTTOM_KEYLINE1' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[83] 
	canvas.putColor(GradientCanvas.H_BOTTOM_KEYLINE2, color);
	       ^^^^^^^^
Discouraged access: The method 'GradientCanvas.putColor(String, Color)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[83] 
	canvas.putColor(GradientCanvas.H_BOTTOM_KEYLINE2, color);
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GradientCanvas' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[83] 
	canvas.putColor(GradientCanvas.H_BOTTOM_KEYLINE2, color);
	                               ^^^^^^^^^^^^^^^^^
Discouraged access: The field 'GradientCanvas.H_BOTTOM_KEYLINE2' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[85] 
	canvas.setBackground(color);
	       ^^^^^^^^^^^^^
Discouraged access: The method 'GradientCanvas.setBackground(Color)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/GradientCanvasPropertyHandler.java:[91] 
	protected String retrieveCSSProperty(Control control, String property, String pseudo, CSSEngine engine)
	                                                                                      ^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/DiscoveryItemElementProvider.java:[15] 
	import org.eclipse.e4.ui.css.core.dom.IElementProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IElementProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/DiscoveryItemElementProvider.java:[16] 
	import org.eclipse.e4.ui.css.core.engine.CSSEngine;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/DiscoveryItemElementProvider.java:[17] 
	import org.eclipse.equinox.internal.p2.ui.discovery.util.GradientCanvas;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GradientCanvas' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/DiscoveryItemElementProvider.java:[20] 
	public class DiscoveryItemElementProvider implements IElementProvider {
	                                                     ^^^^^^^^^^^^^^^^
Discouraged access: The type 'IElementProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/DiscoveryItemElementProvider.java:[22] 
	public static final IElementProvider INSTANCE = new DiscoveryItemElementProvider();
	                    ^^^^^^^^^^^^^^^^
Discouraged access: The type 'IElementProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/DiscoveryItemElementProvider.java:[25] 
	public Element getElement(Object element, CSSEngine engine) {
	                                          ^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/DiscoveryItemElementProvider.java:[26] 
	if (element instanceof GradientCanvas) {
	                       ^^^^^^^^^^^^^^
Discouraged access: The type 'GradientCanvas' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/org/eclipse/epp/internal/mpc/ui/css/DiscoveryItemElementProvider.java:[27] 
	return new GradientCanvasElement((GradientCanvas) element, engine);
	                                  ^^^^^^^^^^^^^^
Discouraged access: The type 'GradientCanvas' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
41 problems (41 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.epp.mpc.ui.css ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.5.1:plugin-source (attach-source) @ org.eclipse.epp.mpc.ui.css ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/target/org.eclipse.epp.mpc.ui.css-1.8.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.epp.mpc.ui.css ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.epp.mpc.ui.css ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/target/org.eclipse.epp.mpc.ui.css-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.ui.css ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.epp.mpc.ui.css ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/target/org.eclipse.epp.mpc.ui.css-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.epp.mpc.ui.css ---
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/target/org.eclipse.epp.mpc.ui.css-1.8.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/target/org.eclipse.epp.mpc.ui.css-1.8.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.epp.mpc.ui.css ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/target/org.eclipse.epp.mpc.ui.css-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc.ui.css ---
[INFO] 
[INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.epp.mpc.ui.css >>>
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.epp.mpc.ui.css ---
[INFO] Fork Value is true
     [java] Warnings generated: 1
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.epp.mpc.ui.css <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.epp.mpc.ui.css ---
[INFO] BugInstance size is 1
[INFO] Error size is 0
[INFO] Total bugs: 1
[ERROR] Exception is caught when Exception is not thrown in org.eclipse.epp.internal.mpc.ui.css.GradientCanvasElement$GradientCanvasAccess.read(GradientCanvas) [org.eclipse.epp.internal.mpc.ui.css.GradientCanvasElement$GradientCanvasAccess] At GradientCanvasElement.java:[line 103] REC_CATCH_EXCEPTION
[INFO] 


To see bug detail using the Spotbugs GUI, use the following command "mvn spotbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.epp.mpc.ui.css >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.epp.mpc.ui.css ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.epp.mpc.ui.css <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.epp.mpc.ui.css ---
[INFO] 
[INFO] 
[INFO] -------------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.ui >-------------
[INFO] Building org.eclipse.epp.mpc.ui 1.8.3-SNAPSHOT                    [6/12]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.epp.mpc.ui ---
[INFO] The project's OSGi version is 1.8.3.v20200526-1554
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.epp.mpc.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.epp.mpc.ui ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.eclipse.epp.mpc.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.epp.mpc.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.epp.mpc.ui ---
[INFO] Compiling 128 source files to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/ShowNatureProposalsDialog.java:[23] 
	import org.eclipse.equinox.internal.p2.ui.discovery.DiscoveryImages;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/ShowNatureProposalsDialog.java:[72] 
	wizban = DiscoveryImages.BANNER_DISOVERY.createImage();
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/ShowNatureProposalsDialog.java:[72] 
	wizban = DiscoveryImages.BANNER_DISOVERY.createImage();
	                         ^^^^^^^^^^^^^^^
Discouraged access: The field 'DiscoveryImages.BANNER_DISOVERY' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserActionViewerItem.java:[15] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.AbstractDiscoveryItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractDiscoveryItem<T>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserActionViewerItem.java:[16] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.CatalogViewer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserActionViewerItem.java:[17] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.DiscoveryResources;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryResources' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserActionViewerItem.java:[26] 
	public abstract class UserActionViewerItem<E> extends AbstractDiscoveryItem<E> {
	                                                      ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractDiscoveryItem<E>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserActionViewerItem.java:[28] 
	private final CatalogViewer viewer;
	              ^^^^^^^^^^^^^
Discouraged access: The type 'CatalogViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserActionViewerItem.java:[29] 
	protected final DiscoveryResources resources;
	                ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryResources' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserActionViewerItem.java:[32] 
	public UserActionViewerItem(Composite parent, DiscoveryResources resources, IShellProvider shellProvider, E element,
	                                              ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryResources' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserActionViewerItem.java:[33] 
	CatalogViewer viewer) {
	^^^^^^^^^^^^^
Discouraged access: The type 'CatalogViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserActionViewerItem.java:[34] 
	super(parent, SWT.NULL, resources, element);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'AbstractDiscoveryItem<E>(Composite, int, DiscoveryResources, E)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserActionViewerItem.java:[83] 
	protected CatalogViewer getViewer() {
	          ^^^^^^^^^^^^^
Discouraged access: The type 'CatalogViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoriteListDiscoveryItem.java:[17] 
	import org.eclipse.equinox.internal.p2.discovery.model.Icon;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoriteListDiscoveryItem.java:[18] 
	import org.eclipse.equinox.internal.p2.ui.discovery.util.WorkbenchUtil;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoriteListDiscoveryItem.java:[28] 
	private static final Icon DEFAULT_LIST_ICON = createIcon(
	                     ^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoriteListDiscoveryItem.java:[43] 
	return "FavoriteListItem";
	       ^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoriteListDiscoveryItem.java:[48] 
	return "favorite-" + connector.getId();
	       ^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoriteListDiscoveryItem.java:[48] 
	return "favorite-" + connector.getId();
	                               ^^^^^
Discouraged access: The method 'CatalogItem.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoriteListDiscoveryItem.java:[52] 
	protected Icon getIcon() {
	          ^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoriteListDiscoveryItem.java:[53] 
	Icon icon = connector.getIcon();
	^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoriteListDiscoveryItem.java:[53] 
	Icon icon = connector.getIcon();
	                      ^^^^^^^
Discouraged access: The method 'CatalogItem.getIcon()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoriteListDiscoveryItem.java:[67] 
	String description = connector.getDescription();
	                               ^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getDescription()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoriteListDiscoveryItem.java:[78] 
	return NLS.bind("by {0}", connector.getOwner());
	                ^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoriteListDiscoveryItem.java:[83] 
	createButton(parent, "Show", "Open this favorite list", 0);
	                     ^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoriteListDiscoveryItem.java:[83] 
	createButton(parent, "Show", "Open this favorite list", 0);
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoriteListDiscoveryItem.java:[97] 
	configureProviderLink(subline, "by {0}", connector.getOwner(), connector.getOwnerProfileUrl(),
	                               ^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoriteListDiscoveryItem.java:[102] 
	WorkbenchUtil.openUrl((String) href, IWorkbenchBrowserSupport.AS_EXTERNAL);
	^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoriteListDiscoveryItem.java:[102] 
	WorkbenchUtil.openUrl((String) href, IWorkbenchBrowserSupport.AS_EXTERNAL);
	              ^^^^^^^
Discouraged access: The method 'WorkbenchUtil.openUrl(String, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesPage.java:[30] 
	import org.eclipse.equinox.internal.p2.discovery.AbstractDiscoveryStrategy;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractDiscoveryStrategy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesPage.java:[31] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.CatalogPage;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesPage.java:[32] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.CatalogViewer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesPage.java:[42] 
	public class ImportFavoritesPage extends CatalogPage {
	                                         ^^^^^^^^^^^
Discouraged access: The type 'CatalogPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesPage.java:[46] 
	super(catalog);
	^^^^^^^^^^^^^^^
Discouraged access: The constructor 'CatalogPage(Catalog)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesPage.java:[96] 
	return (FavoritesViewer) super.getViewer();
	                               ^^^^^^^^^
Discouraged access: The method 'CatalogPage.getViewer()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesPage.java:[101] 
	new StyleHelper().on(parent).setId("ImportFavoritesPage");
	                                   ^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesPage.java:[102] 
	super.createControl(parent);
	      ^^^^^^^^^^^^^
Discouraged access: The method 'CatalogPage.createControl(Composite)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesPage.java:[106] 
	protected CatalogViewer doCreateViewer(Composite parent) {
	          ^^^^^^^^^^^^^
Discouraged access: The type 'CatalogViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesPage.java:[108] 
	FavoritesViewer viewer = new FavoritesViewer(getCatalog(), this, wizard.getConfiguration());
	                                             ^^^^^^^^^^
Discouraged access: The method 'CatalogPage.getCatalog()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesPage.java:[109] 
	viewer.setMinimumHeight(MINIMUM_HEIGHT);
	       ^^^^^^^^^^^^^^^^
Discouraged access: The method 'FilteredViewer.setMinimumHeight(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesPage.java:[109] 
	viewer.setMinimumHeight(MINIMUM_HEIGHT);
	                        ^^^^^^^^^^^^^^
Discouraged access: The field 'CatalogPage.MINIMUM_HEIGHT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesPage.java:[193] 
	IStructuredSelection selection = getViewer().getSelection();
	                                             ^^^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.getSelection()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesPage.java:[201] 
	for (AbstractDiscoveryStrategy strategy : getCatalog().getDiscoveryStrategies()) {
	     ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractDiscoveryStrategy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesPage.java:[201] 
	for (AbstractDiscoveryStrategy strategy : getCatalog().getDiscoveryStrategies()) {
	                                          ^^^^^^^^^^
Discouraged access: The method 'CatalogPage.getCatalog()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesPage.java:[201] 
	for (AbstractDiscoveryStrategy strategy : getCatalog().getDiscoveryStrategies()) {
	                                                       ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Catalog.getDiscoveryStrategies()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesPage.java:[215] 
	return (ImportFavoritesWizard) super.getWizard();
	                                     ^^^^^^^^^
Discouraged access: The method 'CatalogPage.getWizard()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[34] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[45] 
	private final Map<CatalogItem, Operation> itemToOperation = new HashMap<>();
	                  ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[62] 
	* @deprecated use {@link #select(CatalogItem, Operation)} instead
	                                 ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[65] 
	public void select(CatalogItem item, org.eclipse.epp.internal.mpc.ui.wizards.Operation operation) {
	                   ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[77] 
	public boolean select(CatalogItem item, Operation operation) {
	                      ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[139] 
	for (Entry<CatalogItem, Operation> entry : itemToOperation.entrySet()) {
	           ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[140] 
	CatalogItem item = entry.getKey();
	^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[152] 
	* @deprecated use {@link #createItemEntry(CatalogItem, Operation)} instead
	                                          ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[155] 
	public CatalogItemEntry createItemEntry(CatalogItem item,
	                                        ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[160] 
	public CatalogItemEntry createItemEntry(CatalogItem item, Operation operation) {
	                                        ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[206] 
	private final CatalogItem item;
	              ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[212] 
	private CatalogItemEntry(CatalogItem item, Operation operation) {
	                         ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[217] 
	public CatalogItem getItem() {
	       ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[438] 
	public Map<CatalogItem, org.eclipse.epp.internal.mpc.ui.wizards.Operation> getItemToOperation() {
	           ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[439] 
	Map<CatalogItem, org.eclipse.epp.internal.mpc.ui.wizards.Operation> itemToOperation = new HashMap<>();
	    ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[440] 
	Set<Entry<CatalogItem, Operation>> entrySet = this.itemToOperation.entrySet();
	          ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[441] 
	for (Entry<CatalogItem, Operation> entry : entrySet) {
	           ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[447] 
	public Map<CatalogItem, Operation> getItemToSelectedOperation() {
	           ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[452] 
	Map<CatalogItem, Operation> itemToSelectedOperation = getItemToSelectedOperation();
	    ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[454] 
	for (Entry<CatalogItem, Operation> entry : itemToSelectedOperation.entrySet()) {
	           ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[455] 
	itemIdToOperation.put(entry.getKey().getId(), entry.getValue());
	                                     ^^^^^
Discouraged access: The method 'CatalogItem.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[510] 
	public Set<CatalogItem> getSelectedCatalogItems() {
	           ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[511] 
	Set<CatalogItem> items = new HashSet<>();
	    ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[531] 
	* @deprecated use {@link #getSelectedOperation(CatalogItem)} instead
	                                               ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[534] 
	public org.eclipse.epp.internal.mpc.ui.wizards.Operation getOperation(CatalogItem item) {
	                                                                      ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[539] 
	public Operation getSelectedOperation(CatalogItem item) {
	                                      ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[549] 
	Map<Operation, List<CatalogItem>> operationToItem = computeOperationToItem();
	                    ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[583] 
	Map<Operation, List<CatalogItem>> operationToItem = computeOperationToItem();
	                    ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[588] 
	Entry<Operation, List<CatalogItem>> entry = operationToItem.entrySet().iterator().next();
	                      ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[598] 
	for (List<CatalogItem> items : operationToItem.values()) {
	          ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[623] 
	private Map<Operation, List<CatalogItem>> computeOperationToItem() {
	                            ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[624] 
	Map<CatalogItem, Operation> itemToOperation = getItemToSelectedOperation();
	    ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[625] 
	Map<Operation, List<CatalogItem>> catalogItemByOperation = new HashMap<>();
	                    ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[626] 
	for (Map.Entry<CatalogItem, Operation> entry : itemToOperation.entrySet()) {
	               ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModel.java:[630] 
	List<CatalogItem> list = catalogItemByOperation.get(entry.getValue());
	     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceDiscoveryResources.java:[28] 
	import org.eclipse.equinox.internal.p2.discovery.AbstractCatalogSource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractCatalogSource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceDiscoveryResources.java:[29] 
	import org.eclipse.equinox.internal.p2.discovery.model.Icon;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceDiscoveryResources.java:[30] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.DiscoveryResources;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryResources' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceDiscoveryResources.java:[43] 
	public class MarketplaceDiscoveryResources extends DiscoveryResources {
	                                                   ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryResources' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceDiscoveryResources.java:[56] 
	super(display);
	^^^^^^^^^^^^^^^
Discouraged access: The constructor 'DiscoveryResources(Display)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceDiscoveryResources.java:[66] 
	Field resourceManager = DiscoveryResources.class.getDeclaredField("resourceManager"); //$NON-NLS-1$
	                        ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryResources' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceDiscoveryResources.java:[81] 
	super.dispose();
	      ^^^^^^^
Discouraged access: The method 'DiscoveryResources.dispose()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceDiscoveryResources.java:[87] 
	public String getIconPath(Icon icon, int dimension, boolean fallback) {
	                          ^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceDiscoveryResources.java:[91] 
	imagePath = icon.getImage64();
	                 ^^^^^^^^^^
Discouraged access: The method 'Icon.getImage64()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceDiscoveryResources.java:[96] 
	imagePath = icon.getImage48();
	                 ^^^^^^^^^^
Discouraged access: The method 'Icon.getImage48()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceDiscoveryResources.java:[101] 
	imagePath = icon.getImage32();
	                 ^^^^^^^^^^
Discouraged access: The method 'Icon.getImage32()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceDiscoveryResources.java:[109] 
	public void setImage(final ImageReceiver receiver, final AbstractCatalogSource discoverySource,
	                                                         ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractCatalogSource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceDiscoveryResources.java:[149] 
	final URL resource = discoverySource.getResource(imagePath);
	                                     ^^^^^^^^^^^
Discouraged access: The method 'AbstractCatalogSource.getResource(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceDiscoveryResources.java:[162] 
	discoverySource.getId(), e);
	                ^^^^^
Discouraged access: The method 'AbstractCatalogSource.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/ProfileChangeOperationComputer.java:[36] 
	import org.eclipse.core.runtime.SubProgressMonitor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/ProfileChangeOperationComputer.java:[40] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/ProfileChangeOperationComputer.java:[41] 
	import org.eclipse.equinox.internal.p2.ui.discovery.util.WorkbenchUtil;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/ProfileChangeOperationComputer.java:[58] 
	* A job that configures a p2 provisioning operation for installing/updating/removing one or more {@link CatalogItem
	                                                                                                        ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/ProfileChangeOperationComputer.java:[138] 
	public ProfileChangeOperationComputer(OperationType operationType, Collection<CatalogItem> items, Collection<FeatureEntry> featureEntries,
	                                                                              ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/ProfileChangeOperationComputer.java:[367] 
	operation.resolveModal(new SubProgressMonitor(monitor, items.size()));
	                           ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/ProfileChangeOperationComputer.java:[367] 
	operation.resolveModal(new SubProgressMonitor(monitor, items.size()));
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/ProfileChangeOperationComputer.java:[491] 
	for (CatalogItem descriptor : items) {
	     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/ProfileChangeOperationComputer.java:[507] 
	message += descriptor.getName();
	                      ^^^^^^^
Discouraged access: The method 'CatalogItem.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/ProfileChangeOperationComputer.java:[513] 
	descriptor.getName(), unavailableIds.toString(), descriptor.getSiteUrl() });
	           ^^^^^^^
Discouraged access: The method 'CatalogItem.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/ProfileChangeOperationComputer.java:[513] 
	descriptor.getName(), unavailableIds.toString(), descriptor.getSiteUrl() });
	                                                            ^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getSiteUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/ProfileChangeOperationComputer.java:[522] 
	.syncExec(() -> okayToProceed[0] = MessageDialog.openQuestion(WorkbenchUtil.getShell(),
	                                                              ^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/ProfileChangeOperationComputer.java:[522] 
	.syncExec(() -> okayToProceed[0] = MessageDialog.openQuestion(WorkbenchUtil.getShell(),
	                                                                            ^^^^^^^^
Discouraged access: The method 'WorkbenchUtil.getShell()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java:[52] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java:[53] 
	import org.eclipse.equinox.internal.p2.ui.discovery.DiscoveryImages;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java:[54] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.CatalogPage;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java:[55] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.CatalogViewer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java:[88] 
	public class MarketplacePage extends CatalogPage implements IWizardButtonLabelProvider {
	                                     ^^^^^^^^^^^
Discouraged access: The type 'CatalogPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java:[161] 
	super(catalog);
	^^^^^^^^^^^^^^^
Discouraged access: The constructor 'CatalogPage(Catalog)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java:[183] 
	styleHelper.on(pageContent).setId("MarketplacePage");
	                                  ^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java:[189] 
	super.createControl(tabFolder);
	      ^^^^^^^^^^^^^
Discouraged access: The method 'CatalogPage.createControl(Composite)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java:[192] 
	styleHelper.on(tabContent).setId("MarketplaceContent");
	                                 ^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java:[266] 
	getViewer().addSelectionChangedListener(new ISelectionChangedListener() {
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.addSelectionChangedListener(ISelectionChangedListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java:[306] 
	highlightField = CTabFolder.class.getDeclaredField("highlight");
	                                                   ^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java:[365] 
	Map<CatalogItem, Operation> selectedOperations = selectionModel.getItemToSelectedOperation();
	    ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java:[366] 
	Set<Entry<CatalogItem, Operation>> entrySet = selectedOperations.entrySet();
	          ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java:[368] 
	for (Entry<CatalogItem, Operation> entry : entrySet) {
	           ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java:[650] 
	composite.setData("CSS_SUPPORTS_BORDERS", true);
	                  ^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java:[652] 
	styleHelper.on(composite).setId("switcher-parent");
	                                ^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java:[667] 
	styleHelper.on(switcher).setId("MarketplaceSwitcher");
	                               ^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java:[773] 
	return (MarketplaceWizard) super.getWizard();
	                                 ^^^^^^^^^
Discouraged access: The method 'CatalogPage.getWizard()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java:[778] 
	return (MarketplaceViewer) super.getViewer();
	                                 ^^^^^^^^^
Discouraged access: The method 'CatalogPage.getViewer()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java:[782] 
	protected CatalogViewer doCreateViewer(Composite parent) {
	          ^^^^^^^^^^^^^
Discouraged access: The type 'CatalogViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java:[784] 
	viewer.setMinimumHeight(MINIMUM_HEIGHT);
	       ^^^^^^^^^^^^^^^^
Discouraged access: The method 'FilteredViewer.setMinimumHeight(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java:[784] 
	viewer.setMinimumHeight(MINIMUM_HEIGHT);
	                        ^^^^^^^^^^^^^^
Discouraged access: The field 'CatalogPage.MINIMUM_HEIGHT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java:[785] 
	viewer.createControl(parent);
	       ^^^^^^^^^^^^^
Discouraged access: The method 'FilteredViewer.createControl(Composite)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java:[786] 
	Composite viewerPanel = (Composite) viewer.getControl();
	                                           ^^^^^^^^^^
Discouraged access: The method 'FilteredViewer.getControl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java:[845] 
	super.setVisible(visible);
	      ^^^^^^^^^^
Discouraged access: The method 'CatalogPage.setVisible(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java:[891] 
	ICatalogBranding oldBranding = currentBranding;
	                 ^^^^^^^^^^^
The value of the local variable oldBranding is not used
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java:[950] 
	final ImageDescriptor defaultWizardIconDescriptor = DiscoveryImages.BANNER_DISOVERY;
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java:[950] 
	final ImageDescriptor defaultWizardIconDescriptor = DiscoveryImages.BANNER_DISOVERY;
	                                                                    ^^^^^^^^^^^^^^^
Discouraged access: The field 'DiscoveryImages.BANNER_DISOVERY' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java:[1086] 
	if (getViewer().getControl().isDisposed()) {
	                ^^^^^^^^^^
Discouraged access: The method 'FilteredViewer.getControl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePage.java:[1216] 
	return (MarketplaceCatalog) super.getCatalog();
	                                  ^^^^^^^^^^
Discouraged access: The method 'CatalogPage.getCatalog()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserFavoritesSignInActionItem.java:[21] 
	import org.eclipse.equinox.internal.p2.discovery.model.Icon;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserFavoritesSignInActionItem.java:[22] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.CatalogViewer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserFavoritesSignInActionItem.java:[30] 
	UserActionCatalogItem connector, CatalogViewer viewer) {
	                                 ^^^^^^^^^^^^^
Discouraged access: The type 'CatalogViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserFavoritesSignInActionItem.java:[41] 
	UserActionCatalogItem loginItem = getData();
	                                  ^^^^^^^
Discouraged access: The method 'ControlListItem<UserActionCatalogItem>.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserFavoritesSignInActionItem.java:[42] 
	if (loginItem != null && loginItem.getData() != null && !"".equals(loginItem.getData())) { //$NON-NLS-1$
	                                   ^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserFavoritesSignInActionItem.java:[42] 
	if (loginItem != null && loginItem.getData() != null && !"".equals(loginItem.getData())) { //$NON-NLS-1$
	                                                                             ^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserFavoritesSignInActionItem.java:[43] 
	String loginMessage = (String) loginItem.getData();
	                                         ^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserFavoritesSignInActionItem.java:[52] 
	protected Icon getIcon() {
	          ^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/NewsViewer.java:[26] 
	import org.eclipse.equinox.internal.p2.ui.discovery.util.WorkbenchUtil;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/NewsViewer.java:[90] 
	.indent(IDialogConstants.SMALL_INDENT, 0)
	                         ^^^^^^^^^^^^
The field IDialogConstants.SMALL_INDENT is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/NewsViewer.java:[92] 
	.hint(450 - IDialogConstants.SMALL_INDENT, SWT.DEFAULT)
	                             ^^^^^^^^^^^^
The field IDialogConstants.SMALL_INDENT is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/NewsViewer.java:[100] 
	WorkbenchUtil.openUrl(e.text, IWorkbenchBrowserSupport.AS_EXTERNAL);
	^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/NewsViewer.java:[100] 
	WorkbenchUtil.openUrl(e.text, IWorkbenchBrowserSupport.AS_EXTERNAL);
	              ^^^^^^^
Discouraged access: The method 'WorkbenchUtil.openUrl(String, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesDiscoveryItem.java:[55] 
	checkbox.setSelection(connector.isSelected());
	                                ^^^^^^^^^^
Discouraged access: The method 'CatalogItem.isSelected()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesDiscoveryItem.java:[57] 
	checkbox.setData("connectorId", connector.getId()); //$NON-NLS-1$
	                                          ^^^^^
Discouraged access: The method 'CatalogItem.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesDiscoveryItem.java:[71] 
	connector.addPropertyChangeListener(evt -> {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.addPropertyChangeListener(PropertyChangeListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/ShowFileSupportProposalsDialog.java:[16] 
	import org.eclipse.equinox.internal.p2.ui.discovery.DiscoveryImages;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/ShowFileSupportProposalsDialog.java:[38] 
	import org.eclipse.ui.internal.ide.IDEWorkbenchPlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.ui.ide/3.17.100.v20200522-1057/org.eclipse.ui.ide-3.17.100.v20200522-1057.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/ShowFileSupportProposalsDialog.java:[74] 
	wizban = DiscoveryImages.BANNER_DISOVERY.createImage();
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/ShowFileSupportProposalsDialog.java:[74] 
	wizban = DiscoveryImages.BANNER_DISOVERY.createImage();
	                         ^^^^^^^^^^^^^^^
Discouraged access: The field 'DiscoveryImages.BANNER_DISOVERY' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/ShowFileSupportProposalsDialog.java:[155] 
	} else if (IDEWorkbenchPlugin.DEFAULT_TEXT_EDITOR_ID.equals(editorId)) {
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDEWorkbenchPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.ui.ide/3.17.100.v20200522-1057/org.eclipse.ui.ide-3.17.100.v20200522-1057.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/ShowFileSupportProposalsDialog.java:[155] 
	} else if (IDEWorkbenchPlugin.DEFAULT_TEXT_EDITOR_ID.equals(editorId)) {
	                              ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDEWorkbenchPlugin.DEFAULT_TEXT_EDITOR_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.ui.ide/3.17.100.v20200522-1057/org.eclipse.ui.ide-3.17.100.v20200522-1057.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[27] 
	import org.eclipse.equinox.internal.p2.discovery.AbstractDiscoveryStrategy;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractDiscoveryStrategy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[28] 
	import org.eclipse.equinox.internal.p2.discovery.Catalog;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Catalog' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[29] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogCategory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[30] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[31] 
	import org.eclipse.equinox.internal.p2.ui.discovery.util.ControlListItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ControlListItem<T>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[32] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.CatalogConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogConfiguration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[33] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.CatalogViewer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[54] 
	public class FavoritesViewer extends CatalogViewer {
	                                     ^^^^^^^^^^^^^
Discouraged access: The type 'CatalogViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[68] 
	public FavoritesViewer(Catalog catalog, ImportFavoritesPage page, CatalogConfiguration configuration) {
	                       ^^^^^^^
Discouraged access: The type 'Catalog' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[68] 
	public FavoritesViewer(Catalog catalog, ImportFavoritesPage page, CatalogConfiguration configuration) {
	                                                                  ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogConfiguration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[69] 
	super(catalog, page, page.getWizard().getContainer(), configuration);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'CatalogViewer(Catalog, IShellProvider, IRunnableContext, CatalogConfiguration)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[70] 
	setAutomaticFind(false);
	^^^^^^^^^^^^^^^^
Discouraged access: The method 'FilteredViewer.setAutomaticFind(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[71] 
	setRefreshJobDelay(50L);
	^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'FilteredViewer.setRefreshJobDelay(long)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[76] 
	super.setFilterText(newFilter);
	      ^^^^^^^^^^^^^
Discouraged access: The method 'FilteredViewer.setFilterText(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[81] 
	super.createControl(parent);
	      ^^^^^^^^^^^^^
Discouraged access: The method 'FilteredViewer.createControl(Composite)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[82] 
	createViewerButtonBar((Composite) getControl());
	                                  ^^^^^^^^^^
Discouraged access: The method 'FilteredViewer.getControl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[105] 
	updateButtonState(getSelection());
	                  ^^^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.getSelection()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[111] 
	addSelectionChangedListener(event -> {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.addSelectionChangedListener(ISelectionChangedListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[118] 
	List<MarketplaceNodeCatalogItem> items = filterSelectableItems(getCatalog().getItems().iterator());
	                                                               ^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.getCatalog()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[118] 
	List<MarketplaceNodeCatalogItem> items = filterSelectableItems(getCatalog().getItems().iterator());
	                                                                            ^^^^^^^^
Discouraged access: The method 'Catalog.getItems()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[196] 
	StructuredSelection all = new StructuredSelection(getCatalog().getItems());
	                                                  ^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.getCatalog()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[196] 
	StructuredSelection all = new StructuredSelection(getCatalog().getItems());
	                                                               ^^^^^^^^
Discouraged access: The method 'Catalog.getItems()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[224] 
	StructuredViewer viewer = super.doCreateViewer(container);
	                                ^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.doCreateViewer(Composite)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[230] 
	super.getResources().dispose();
	      ^^^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.getResources()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[230] 
	super.getResources().dispose();
	                     ^^^^^^^
Discouraged access: The method 'DiscoveryResources.dispose()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[232] 
	new StyleHelper().on(viewer.getControl()).setClass("FavoritesViewer");
	                                                   ^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[264] 
	filterTextChanged();
	^^^^^^^^^^^^^^^^^
Discouraged access: The method 'FilteredViewer.filterTextChanged()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[272] 
	protected void modifySelection(CatalogItem connector, boolean selected) {
	                               ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[275] 
	List<CatalogItem> checkedItems = getCheckedItems();
	     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[275] 
	List<CatalogItem> checkedItems = getCheckedItems();
	                                 ^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.getCheckedItems()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[277] 
	if (alreadyChecked && ((!connector.isSelected() || !getSelection().toList().contains(connector)))) {
	                                   ^^^^^^^^^^
Discouraged access: The method 'CatalogItem.isSelected()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[277] 
	if (alreadyChecked && ((!connector.isSelected() || !getSelection().toList().contains(connector)))) {
	                                                    ^^^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.getSelection()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[279] 
	super.modifySelection(connector, false);
	      ^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.modifySelection(CatalogItem, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[280] 
	super.modifySelection(connector, true);
	      ^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.modifySelection(CatalogItem, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[283] 
	super.modifySelection(connector, selected);
	      ^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.modifySelection(CatalogItem, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[290] 
	if (selection.isEmpty() || (getSelection().isEmpty() && getCheckedItems().isEmpty())) {
	                            ^^^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.getSelection()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[290] 
	if (selection.isEmpty() || (getSelection().isEmpty() && getCheckedItems().isEmpty())) {
	                                                        ^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.getCheckedItems()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[291] 
	super.setSelection(selection);
	      ^^^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.setSelection(IStructuredSelection)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[293] 
	super.setSelection(StructuredSelection.EMPTY);
	      ^^^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.setSelection(IStructuredSelection)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[294] 
	super.setSelection(selection);
	      ^^^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.setSelection(IStructuredSelection)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[305] 
	super.updateCatalog();
	      ^^^^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.updateCatalog()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[306] 
	updateButtonState(getSelection());
	                  ^^^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.getSelection()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[315] 
	protected CatalogContentProvider doCreateContentProvider() {
	          ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogViewer.CatalogContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[320] 
	protected ControlListItem<?> doCreateViewerItem(Composite parent, Object element) {
	          ^^^^^^^^^^^^^^^
Discouraged access: The type 'ControlListItem<?>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[321] 
	ControlListItem<?> item;
	^^^^^^^^^^^^^^^
Discouraged access: The type 'ControlListItem<?>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[331] 
	item = super.doCreateViewerItem(parent, element);
	             ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.doCreateViewerItem(Composite, Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[332] 
	isCategory = (element instanceof CatalogCategory);
	                                 ^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[334] 
	new StyleHelper().on(item).addClasses(isCategory ? "MarketplaceCategory" : "MarketplaceItem", "FavoriteItem");
	                                                   ^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[334] 
	new StyleHelper().on(item).addClasses(isCategory ? "MarketplaceCategory" : "MarketplaceItem", "FavoriteItem");
	                                                                           ^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[334] 
	new StyleHelper().on(item).addClasses(isCategory ? "MarketplaceCategory" : "MarketplaceItem", "FavoriteItem");
	                                                                                              ^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[359] 
	List<AbstractDiscoveryStrategy> discoveryStrategies = getCatalog().getDiscoveryStrategies();
	     ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractDiscoveryStrategy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[359] 
	List<AbstractDiscoveryStrategy> discoveryStrategies = getCatalog().getDiscoveryStrategies();
	                                                      ^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.getCatalog()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[359] 
	List<AbstractDiscoveryStrategy> discoveryStrategies = getCatalog().getDiscoveryStrategies();
	                                                                   ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Catalog.getDiscoveryStrategies()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[360] 
	for (AbstractDiscoveryStrategy strategy : discoveryStrategies) {
	     ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractDiscoveryStrategy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[371] 
	List<CatalogItem> items = getCatalog().getItems();
	     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[371] 
	List<CatalogItem> items = getCatalog().getItems();
	                          ^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.getCatalog()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[371] 
	List<CatalogItem> items = getCatalog().getItems();
	                                       ^^^^^^^^
Discouraged access: The method 'Catalog.getItems()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[372] 
	Set<CatalogItem> selectedItems = new LinkedHashSet<>();
	    ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[373] 
	for (CatalogItem catalogItem : items) {
	     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[374] 
	if (catalogItem.isSelected()) {
	                ^^^^^^^^^^
Discouraged access: The method 'CatalogItem.isSelected()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[379] 
	super.catalogUpdated(wasCancelled, wasError);
	      ^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.catalogUpdated(boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FavoritesViewer.java:[394] 
	filterTextChanged();
	^^^^^^^^^^^^^^^^^
Discouraged access: The method 'FilteredViewer.filterTextChanged()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[33] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogCategory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[34] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[35] 
	import org.eclipse.equinox.internal.p2.discovery.model.Icon;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[122] 
	for (CatalogItem catalogItem : items) {
	     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[122] 
	for (CatalogItem catalogItem : items) {
	                               ^^^^^
Discouraged access: The field 'AbstractDiscoveryStrategy.items' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[124] 
	catalogItem.setSelected(true);
	            ^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.setSelected(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[150] 
	catalogCategory.setName(Messages.FavoritesDiscoveryStrategy_favoritesCategoryTitle);
	                ^^^^^^^
Discouraged access: The method 'CatalogCategory.setName(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[157] 
	item.setId(favoriteList.getId());
	     ^^^^^
Discouraged access: The method 'CatalogItem.setId(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[158] 
	item.setName(favoriteList.getName());
	     ^^^^^^^
Discouraged access: The method 'CatalogItem.setName(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[159] 
	item.setProvider(favoriteList.getOwner());
	     ^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.setProvider(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[172] 
	private static void createIcon(CatalogItem catalogItem, final IFavoriteList list) {
	                               ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[173] 
	Icon icon = new Icon();
	^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[173] 
	Icon icon = new Icon();
	                ^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[173] 
	Icon icon = new Icon();
	                ^^^^
Discouraged access: The constructor 'Icon()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[175] 
	icon.setImage32(list.getIcon());
	     ^^^^^^^^^^
Discouraged access: The method 'Icon.setImage32(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[176] 
	icon.setImage48(list.getIcon());
	     ^^^^^^^^^^
Discouraged access: The method 'Icon.setImage48(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[177] 
	icon.setImage64(list.getIcon());
	     ^^^^^^^^^^
Discouraged access: The method 'Icon.setImage64(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[178] 
	icon.setImage128(list.getIcon());
	     ^^^^^^^^^^^
Discouraged access: The method 'Icon.setImage128(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[179] 
	catalogItem.setIcon(icon);
	            ^^^^^^^
Discouraged access: The method 'CatalogItem.setIcon(Icon)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[182] 
	private void addEmptyInfoItem(CatalogCategory catalogCategory) {
	                              ^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[187] 
	private void addInstructionInfoItem(CatalogCategory catalogCategory) {
	                                    ^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[192] 
	private void addInfoItem(CatalogCategory catalogCategory, String title, String description) {
	                         ^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[195] 
	for (ListIterator<CatalogItem> i = items.listIterator(items.size()); i.hasPrevious();) {
	                  ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[195] 
	for (ListIterator<CatalogItem> i = items.listIterator(items.size()); i.hasPrevious();) {
	                                   ^^^^^
Discouraged access: The field 'AbstractDiscoveryStrategy.items' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[195] 
	for (ListIterator<CatalogItem> i = items.listIterator(items.size()); i.hasPrevious();) {
	                                                      ^^^^^
Discouraged access: The field 'AbstractDiscoveryStrategy.items' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[196] 
	CatalogItem item = i.previous();
	^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[197] 
	if (item.getSource() == source
	         ^^^^^^^^^
Discouraged access: The method 'CatalogItem.getSource()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[198] 
	&& (item.getCategory() == catalogCategory || catalogCategory.getId().equals(item.getCategoryId()))
	         ^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getCategory()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[198] 
	&& (item.getCategory() == catalogCategory || catalogCategory.getId().equals(item.getCategoryId()))
	                                                             ^^^^^
Discouraged access: The method 'CatalogCategory.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[198] 
	&& (item.getCategory() == catalogCategory || catalogCategory.getId().equals(item.getCategoryId()))
	                                                                                 ^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getCategoryId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[201] 
	if (actionItem.getUserAction() == UserAction.INFO && id.equals(actionItem.getId())) {
	                                                                          ^^^^^
Discouraged access: The method 'CatalogItem.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[208] 
	infoItem.setDescription(description);
	         ^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.setDescription(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[209] 
	infoItem.setName(title);
	         ^^^^^^^
Discouraged access: The method 'CatalogItem.setName(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[210] 
	infoItem.setId(id);
	         ^^^^^
Discouraged access: The method 'CatalogItem.setId(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[214] 
	private void addItem(CatalogCategory catalogCategory, CatalogItem item) {
	                     ^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[214] 
	private void addItem(CatalogCategory catalogCategory, CatalogItem item) {
	                                                      ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[216] 
	item.setSource(catalogSource);
	     ^^^^^^^^^
Discouraged access: The method 'CatalogItem.setSource(AbstractCatalogSource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[217] 
	item.setCategoryId(catalogCategory.getId());
	     ^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.setCategoryId(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[217] 
	item.setCategoryId(catalogCategory.getId());
	                                   ^^^^^
Discouraged access: The method 'CatalogCategory.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoritesDiscoveryStrategy.java:[218] 
	items.add(item);
	^^^^^
Discouraged access: The field 'AbstractDiscoveryStrategy.items' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ComboTagFilter.java:[21] 
	import org.eclipse.equinox.internal.p2.discovery.model.Tag;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ComboTagFilter.java:[57] 
	Tag tag = getChoices().get(selectionIndex - 1);
	^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ComboTagFilter.java:[60] 
	setSelected(Collections.<Tag> emptySet());
	                         ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ComboTagFilter.java:[89] 
	for (Tag tag : getChoices()) {
	     ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ComboTagFilter.java:[90] 
	combo.add(tag.getLabel());
	              ^^^^^^^^
Discouraged access: The method 'Tag.getLabel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ComboTagFilter.java:[99] 
	protected void choicesChanged(List<Tag> choices, List<Tag> previousChoices) {
	                                   ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ComboTagFilter.java:[99] 
	protected void choicesChanged(List<Tag> choices, List<Tag> previousChoices) {
	                                                      ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ComboTagFilter.java:[125] 
	Tag selected = getSelected().iterator().next();
	^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/BrowseCatalogItem.java:[30] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.DiscoveryResources;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryResources' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/BrowseCatalogItem.java:[49] 
	public BrowseCatalogItem(Composite parent, DiscoveryResources resources, IShellProvider shellProvider,
	                                           ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryResources' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/BrowseCatalogItem.java:[70] 
	return NLS.bind(Messages.BrowseCatalogItem_openUrlBrowser, getData().getUrl());
	                                                           ^^^^^^^
Discouraged access: The method 'ControlListItem<CatalogDescriptor>.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/BrowseCatalogItem.java:[79] 
	openMarketplace(getData(), getViewer(), browser);
	                ^^^^^^^
Discouraged access: The method 'ControlListItem<CatalogDescriptor>.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/ImportFavoritesWizardCommand.java:[24] 
	import org.eclipse.equinox.internal.p2.ui.discovery.util.WorkbenchUtil;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/ImportFavoritesWizardCommand.java:[25] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.DiscoveryWizard;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/ImportFavoritesWizardCommand.java:[34] 
	protected ImportFavoritesWizardDialog createWizardDialog(DiscoveryWizard wizard, ExecutionEvent event) {
	                                                         ^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/ImportFavoritesWizardCommand.java:[35] 
	return new ImportFavoritesWizardDialog(WorkbenchUtil.getShell(), (ImportFavoritesWizard) wizard);
	                                       ^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/ImportFavoritesWizardCommand.java:[35] 
	return new ImportFavoritesWizardDialog(WorkbenchUtil.getShell(), (ImportFavoritesWizard) wizard);
	                                                     ^^^^^^^^
Discouraged access: The method 'WorkbenchUtil.getShell()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/ImportFavoritesWizardCommand.java:[52] 
	favoritesCatalog.getDiscoveryStrategies()
	                 ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Catalog.getDiscoveryStrategies()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesWizard.java:[27] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.DiscoveryWizard;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesWizard.java:[30] 
	public class ImportFavoritesWizard extends DiscoveryWizard {
	                                           ^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesWizard.java:[40] 
	super(catalog, configuration);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'DiscoveryWizard(Catalog, CatalogConfiguration)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesWizard.java:[48] 
	return (MarketplaceCatalogConfiguration) super.getConfiguration();
	                                               ^^^^^^^^^^^^^^^^
Discouraged access: The method 'DiscoveryWizard.getConfiguration()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ImportFavoritesWizard.java:[53] 
	return (MarketplaceCatalog) super.getCatalog();
	                                  ^^^^^^^^^^
Discouraged access: The method 'DiscoveryWizard.getCatalog()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalogSource.java:[21] 
	import org.eclipse.equinox.internal.p2.discovery.AbstractCatalogSource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractCatalogSource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalogSource.java:[27] 
	public class MarketplaceCatalogSource extends AbstractCatalogSource {
	                                              ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractCatalogSource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/ResourceProviderImageDescriptor.java:[123] 
	public ImageData getImageData() {
	                 ^^^^^^^^^^^^^^
The method ResourceProviderImageDescriptor.getImageData() overrides a deprecated method from ImageDescriptor
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/ResourceProviderImageDescriptor.java:[125] 
	return delegate == null ? null : delegate.getImageData();
	                                          ^^^^^^^^^^^^^^
The method getImageData() from the type ImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ItemButtonController.java:[219] 
	MarketplaceNodeCatalogItem catalogItem = (MarketplaceNodeCatalogItem) item.getData();
	                                                                           ^^^^^^^
Discouraged access: The method 'ControlListItem.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ItemButtonController.java:[220] 
	if (catalogItem.getInstallableUnits().isEmpty()) {
	                ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getInstallableUnits()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceCatalogConfiguration.java:[26] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.CatalogConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogConfiguration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceCatalogConfiguration.java:[32] 
	public class MarketplaceCatalogConfiguration extends CatalogConfiguration implements IMarketplaceClientConfiguration {
	                                                     ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogConfiguration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceCatalogConfiguration.java:[44] 
	setShowTagFilter(false);
	^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogConfiguration.setShowTagFilter(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceCatalogConfiguration.java:[45] 
	setShowInstalled(true);
	^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogConfiguration.setShowInstalled(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceCatalogConfiguration.java:[46] 
	setShowInstalledFilter(false);
	^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogConfiguration.setShowInstalledFilter(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceCatalogConfiguration.java:[47] 
	setVerifyUpdateSiteAvailability(true);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogConfiguration.setVerifyUpdateSiteAvailability(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceCatalogConfiguration.java:[48] 
	setShowCategories(false);
	^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogConfiguration.setShowCategories(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractSimpleDiscoveryItem.java:[16] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractSimpleDiscoveryItem.java:[17] 
	import org.eclipse.equinox.internal.p2.discovery.model.Icon;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractSimpleDiscoveryItem.java:[18] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.CatalogViewer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractSimpleDiscoveryItem.java:[32] 
	public abstract class AbstractSimpleDiscoveryItem<T extends CatalogItem> extends AbstractMarketplaceDiscoveryItem<T> {
	                                                            ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractSimpleDiscoveryItem.java:[35] 
	IMarketplaceWebBrowser browser, final T connector, CatalogViewer viewer) {
	                                                   ^^^^^^^^^^^^^
Discouraged access: The type 'CatalogViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractSimpleDiscoveryItem.java:[49] 
	protected abstract Icon getIcon();
	                   ^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractSimpleDiscoveryItem.java:[112] 
	subline.setForeground(resources.getColorDisabled());
	                      ^^^^^^^^^
Discouraged access: The field 'AbstractDiscoveryItem<T>.resources' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractSimpleDiscoveryItem.java:[112] 
	subline.setForeground(resources.getColorDisabled());
	                                ^^^^^^^^^^^^^^^^
Discouraged access: The method 'DiscoveryResources.getColorDisabled()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractSimpleDiscoveryItem.java:[117] 
	new StyleHelper().on(subline).setClasses("subline", "disabled");
	                                         ^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractSimpleDiscoveryItem.java:[117] 
	new StyleHelper().on(subline).setClasses("subline", "disabled");
	                                                    ^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[27] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[32] 
	public class MarketplaceNodeCatalogItem extends CatalogItem {
	                                                ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[40] 
	field = CatalogItem.class.getDeclaredField("changeSupport"); //$NON-NLS-1$
	        ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[55] 
	super();
	^^^^^^^^
Discouraged access: The constructor 'CatalogItem()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[101] 
	super.setInstallableUnits(installableUnits);
	      ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.setInstallableUnits(List<String>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[108] 
	for (String iuId : installableUnits) {
	                   ^^^^^^^^^^^^^^^^
Discouraged access: The field 'CatalogItem.installableUnits' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[147] 
	installableUnits.clear();
	^^^^^^^^^^^^^^^^
Discouraged access: The field 'CatalogItem.installableUnits' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[149] 
	installableUnits.add(iuItem.getId());
	^^^^^^^^^^^^^^^^
Discouraged access: The field 'CatalogItem.installableUnits' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[151] 
	super.setInstallableUnits(installableUnits);
	      ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.setInstallableUnits(List<String>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[151] 
	super.setInstallableUnits(installableUnits);
	                          ^^^^^^^^^^^^^^^^
Discouraged access: The field 'CatalogItem.installableUnits' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[160] 
	return (INode) super.getData();
	                     ^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[201] 
	Boolean available = super.getAvailable();
	                          ^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getAvailable()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[236] 
	if (!getInstallableUnits().isEmpty()) {
	     ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getInstallableUnits()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[237] 
	if (isInstalled()) {
	    ^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.isInstalled()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[282] 
	boolean wasSelected = isSelected();
	                      ^^^^^^^^^^
Discouraged access: The method 'CatalogItem.isSelected()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[284] 
	super.setSelected(selected);
	      ^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.setSelected(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[293] 
	result = prime * result + ((id == null) ? 0 : id.hashCode());
	                            ^^
Discouraged access: The field 'CatalogItem.id' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[293] 
	result = prime * result + ((id == null) ? 0 : id.hashCode());
	                                              ^^
Discouraged access: The field 'CatalogItem.id' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[309] 
	if (id == null) {
	    ^^
Discouraged access: The field 'CatalogItem.id' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[310] 
	if (other.id != null) {
	          ^^
Discouraged access: The field 'CatalogItem.id' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[313] 
	} else if (!id.equals(other.id)) {
	            ^^
Discouraged access: The field 'CatalogItem.id' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeCatalogItem.java:[313] 
	} else if (!id.equals(other.id)) {
	                            ^^
Discouraged access: The field 'CatalogItem.id' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[39] 
	import org.eclipse.equinox.internal.p2.discovery.model.Tag;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[40] 
	import org.eclipse.equinox.internal.p2.ui.discovery.util.WorkbenchUtil;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[41] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.CatalogFilter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogFilter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[42] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.DiscoveryWizard;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[68] 
	configuration.getFilters().clear();
	              ^^^^^^^^^^
Discouraged access: The method 'CatalogConfiguration.getFilters()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[73] 
	List<Tag> choices = new ArrayList<>();
	     ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[76] 
	Tag marketTag = new Tag(IMarket.class, market.getId(), market.getName());
	^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[76] 
	Tag marketTag = new Tag(IMarket.class, market.getId(), market.getName());
	                    ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[76] 
	Tag marketTag = new Tag(IMarket.class, market.getId(), market.getName());
	                    ^^^
Discouraged access: The constructor 'Tag(Object, String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[77] 
	marketTag.setData(market);
	          ^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.setData(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[86] 
	marketFilter.setChoices(new ArrayList<Tag>());
	                                      ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[97] 
	marketCategoryTagFilter.setChoices(new ArrayList<Tag>());
	                                                 ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[107] 
	configuration.getFilters().add(marketFilter);
	              ^^^^^^^^^^
Discouraged access: The method 'CatalogConfiguration.getFilters()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[108] 
	configuration.getFilters().add(marketCategoryTagFilter);
	              ^^^^^^^^^^
Discouraged access: The method 'CatalogConfiguration.getFilters()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[114] 
	for (CatalogFilter filter : configuration.getFilters()) {
	     ^^^^^^^^^^^^^
Discouraged access: The type 'CatalogFilter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[114] 
	for (CatalogFilter filter : configuration.getFilters()) {
	                                          ^^^^^^^^^^
Discouraged access: The method 'CatalogConfiguration.getFilters()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[121] 
	protected MarketplaceWizardDialog createWizardDialog(DiscoveryWizard wizard, ExecutionEvent event) {
	                                                     ^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[124] 
	activeShell = WorkbenchUtil.getShell();
	              ^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[124] 
	activeShell = WorkbenchUtil.getShell();
	                            ^^^^^^^^
Discouraged access: The method 'WorkbenchUtil.getShell()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[141] 
	Set<Tag> newChoices = new HashSet<>();
	    ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[142] 
	List<Tag> choices = new ArrayList<>();
	     ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[145] 
	for (Tag marketTag : marketFilter.getSelected()) {
	     ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[146] 
	selectedMarkets.add((IMarket) marketTag.getData());
	                                        ^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[154] 
	Tag categoryTag = new Tag(ICategory.class, marketCategory.getId(), marketCategory.getName());
	^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[154] 
	Tag categoryTag = new Tag(ICategory.class, marketCategory.getId(), marketCategory.getName());
	                      ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[154] 
	Tag categoryTag = new Tag(ICategory.class, marketCategory.getId(), marketCategory.getName());
	                      ^^^
Discouraged access: The constructor 'Tag(Object, String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[155] 
	categoryTag.setData(marketCategory);
	            ^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.setData(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[162] 
	Collections.sort(choices, (o1, o2) -> o1.getLabel().compareTo(o2.getLabel()));
	                                         ^^^^^^^^
Discouraged access: The method 'Tag.getLabel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/MarketplaceWizardCommand.java:[162] 
	Collections.sort(choices, (o1, o2) -> o1.getLabel().compareTo(o2.getLabel()));
	                                                                 ^^^^^^^^
Discouraged access: The method 'Tag.getLabel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractUserActionItem.java:[16] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.CatalogViewer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractUserActionItem.java:[23] 
	UserActionCatalogItem connector, CatalogViewer viewer) {
	                                 ^^^^^^^^^^^^^
Discouraged access: The type 'CatalogViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractUserActionItem.java:[30] 
	setBackground(this.getDisplay().getSystemColor(SWT.COLOR_TITLE_BACKGROUND_GRADIENT));
	^^^^^^^^^^^^^
Discouraged access: The method 'ControlListItem<UserActionCatalogItem>.setBackground(Color)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractUserActionItem.java:[41] 
	return "NotificationItem";
	       ^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/MarketplaceClientUi.java:[263] 
	return service.getBoolean(BUNDLE_ID, "native-borders", true,
	                                     ^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[31] 
	import org.eclipse.equinox.internal.p2.discovery.AbstractCatalogSource;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractCatalogSource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[32] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[33] 
	import org.eclipse.equinox.internal.p2.discovery.model.Icon;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[34] 
	import org.eclipse.equinox.internal.p2.discovery.model.Overview;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Overview' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[35] 
	import org.eclipse.equinox.internal.p2.ui.discovery.util.WorkbenchUtil;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[36] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.AbstractDiscoveryItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractDiscoveryItem<T>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[37] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.CatalogViewer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[78] 
	public abstract class AbstractMarketplaceDiscoveryItem<T extends CatalogItem> extends AbstractDiscoveryItem<T> {
	                                                                 ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[78] 
	public abstract class AbstractMarketplaceDiscoveryItem<T extends CatalogItem> extends AbstractDiscoveryItem<T> {
	                                                                                      ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractDiscoveryItem<T>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[148] 
	private final CatalogViewer viewer;
	              ^^^^^^^^^^^^^
Discouraged access: The type 'CatalogViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[163] 
	IMarketplaceWebBrowser browser, final T connector, CatalogViewer viewer) {
	                                                   ^^^^^^^^^^^^^
Discouraged access: The type 'CatalogViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[164] 
	super(parent, style, resources, connector);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'AbstractDiscoveryItem<T>(Composite, int, DiscoveryResources, T)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[184] 
	connector.addPropertyChangeListener(propertyChangeListener);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.addPropertyChangeListener(PropertyChangeListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[185] 
	this.addDisposeListener(e -> connector.removePropertyChangeListener(propertyChangeListener));
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.removePropertyChangeListener(PropertyChangeListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[345] 
	return connector.getDescription();
	                 ^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getDescription()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[358] 
	nameLabel.setFont(resources.getSmallHeaderFont());
	                  ^^^^^^^^^
Discouraged access: The field 'AbstractDiscoveryItem<T>.resources' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[358] 
	nameLabel.setFont(resources.getSmallHeaderFont());
	                            ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DiscoveryResources.getSmallHeaderFont()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[363] 
	String name = connector.getName();
	                        ^^^^^^^
Discouraged access: The method 'CatalogItem.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[365] 
	name = NLS.bind(Messages.DiscoveryItem_UnnamedSolution, connector.getId());
	                                                                  ^^^^^
Discouraged access: The method 'CatalogItem.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[384] 
	Object data = connector.getData();
	                        ^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[395] 
	if (internalBrowserAvailable && (hasTooltip(connector) || connector.isInstalled())) {
	                                                                    ^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.isInstalled()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[399] 
	hookTooltip(description.getParent(), description, description, description, connector.getSource(),
	                                                                                      ^^^^^^^^^
Discouraged access: The method 'CatalogItem.getSource()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[400] 
	connector.getOverview());
	          ^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getOverview()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[409] 
	WorkbenchUtil.openUrl(connector.getOverview().getUrl().trim(),
	^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[409] 
	WorkbenchUtil.openUrl(connector.getOverview().getUrl().trim(),
	              ^^^^^^^
Discouraged access: The method 'WorkbenchUtil.openUrl(String, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[409] 
	WorkbenchUtil.openUrl(connector.getOverview().getUrl().trim(),
	                                ^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getOverview()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[409] 
	WorkbenchUtil.openUrl(connector.getOverview().getUrl().trim(),
	                                              ^^^^^^
Discouraged access: The method 'Overview.getUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[425] 
	provideIconImage(iconLabel, connector.getSource(), getIcon(), 64, true);
	                                      ^^^^^^^^^
Discouraged access: The method 'CatalogItem.getSource()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[437] 
	protected Icon getIcon() {
	          ^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[438] 
	return connector.getIcon();
	                 ^^^^^^^
Discouraged access: The method 'CatalogItem.getIcon()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[441] 
	private void provideIconImage(final Label iconLabel, AbstractCatalogSource source, Icon icon, int size,
	                                                     ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractCatalogSource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[441] 
	private void provideIconImage(final Label iconLabel, AbstractCatalogSource source, Icon icon, int size,
	                                                                                   ^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[509] 
	return (MarketplaceDiscoveryResources) resources;
	                                       ^^^^^^^^^
Discouraged access: The field 'AbstractDiscoveryItem<T>.resources' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[512] 
	private boolean hasOverviewUrl(CatalogItem connector) {
	                               ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[513] 
	return connector.getOverview() != null && connector.getOverview().getUrl() != null
	                 ^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getOverview()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[513] 
	return connector.getOverview() != null && connector.getOverview().getUrl() != null
	                                                    ^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getOverview()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[513] 
	return connector.getOverview() != null && connector.getOverview().getUrl() != null
	                                                                  ^^^^^^
Discouraged access: The method 'Overview.getUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[514] 
	&& connector.getOverview().getUrl().trim().length() > 0;
	             ^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getOverview()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[514] 
	&& connector.getOverview().getUrl().trim().length() > 0;
	                           ^^^^^^
Discouraged access: The method 'Overview.getUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[545] 
	providerLink.setForeground(resources.getColorDisabled());
	                           ^^^^^^^^^
Discouraged access: The field 'AbstractDiscoveryItem<T>.resources' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[545] 
	providerLink.setForeground(resources.getColorDisabled());
	                                     ^^^^^^^^^^^^^^^^
Discouraged access: The method 'DiscoveryResources.getColorDisabled()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[546] 
	new StyleHelper().on(providerLink).addClass("disabled");
	                                            ^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[548] 
	String providerName = connector.getProvider();
	                                ^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[567] 
	connector.getLicense()));
	          ^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getLicense()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[673] 
	new StyleHelper().on(shell).addClasses("ToolTip", "TagsToolTip"); //$NON-NLS-1$
	                                                  ^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[680] 
	helper.on(result).setClasses("ToolTip", "TagsToolTip");
	                             ^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[680] 
	helper.on(result).setClasses("ToolTip", "TagsToolTip");
	                                        ^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[685] 
	helper.on(fullTagLinks).setClass("Tags");
	                                 ^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[728] 
	protected boolean hasTooltip(CatalogItem connector) {
	                             ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[729] 
	return connector.getOverview() != null && connector.getOverview().getSummary() != null
	                 ^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getOverview()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[729] 
	return connector.getOverview() != null && connector.getOverview().getSummary() != null
	                                                    ^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getOverview()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[729] 
	return connector.getOverview() != null && connector.getOverview().getSummary() != null
	                                                                  ^^^^^^^^^^
Discouraged access: The method 'Overview.getSummary()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[730] 
	&& connector.getOverview().getSummary().length() > 0;
	             ^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getOverview()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[730] 
	&& connector.getOverview().getSummary().length() > 0;
	                           ^^^^^^^^^^
Discouraged access: The method 'Overview.getSummary()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[735] 
	return getData().isSelected();
	       ^^^^^^^
Discouraged access: The method 'ControlListItem<T>.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[735] 
	return getData().isSelected();
	                 ^^^^^^^^^^
Discouraged access: The method 'CatalogItem.isSelected()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[778] 
	final Control titleControl, AbstractCatalogSource source, Overview overview, Image image) {
	                            ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractCatalogSource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[778] 
	final Control titleControl, AbstractCatalogSource source, Overview overview, Image image) {
	                                                          ^^^^^^^^
Discouraged access: The type 'Overview' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[783] 
	final Control titleControl, AbstractCatalogSource source, Overview overview) {
	                            ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractCatalogSource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[783] 
	final Control titleControl, AbstractCatalogSource source, Overview overview) {
	                                                          ^^^^^^^^
Discouraged access: The type 'Overview' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[845] 
	protected CatalogViewer getViewer() {
	          ^^^^^^^^^^^^^
Discouraged access: The type 'CatalogViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[864] 
	protected static Icon createIcon(String path) {
	                 ^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[865] 
	Icon icon = new Icon();
	^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[865] 
	Icon icon = new Icon();
	                ^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[865] 
	Icon icon = new Icon();
	                ^^^^
Discouraged access: The constructor 'Icon()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[866] 
	icon.setImage128(path);
	     ^^^^^^^^^^^
Discouraged access: The method 'Icon.setImage128(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[867] 
	icon.setImage64(path);
	     ^^^^^^^^^^
Discouraged access: The method 'Icon.setImage64(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[868] 
	icon.setImage32(path);
	     ^^^^^^^^^^
Discouraged access: The method 'Icon.setImage32(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractMarketplaceDiscoveryItem.java:[869] 
	icon.setImage16(path);
	     ^^^^^^^^^^
Discouraged access: The method 'Icon.setImage16(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[56] 
	import org.eclipse.equinox.internal.p2.discovery.AbstractDiscoveryStrategy;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractDiscoveryStrategy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[57] 
	import org.eclipse.equinox.internal.p2.discovery.Catalog;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Catalog' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[58] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogCategory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[59] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[60] 
	import org.eclipse.equinox.internal.p2.discovery.model.Tag;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[61] 
	import org.eclipse.equinox.internal.p2.ui.discovery.util.ControlListItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ControlListItem<T>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[62] 
	import org.eclipse.equinox.internal.p2.ui.discovery.util.ControlListViewer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ControlListViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[63] 
	import org.eclipse.equinox.internal.p2.ui.discovery.util.FilteredViewer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FilteredViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[64] 
	import org.eclipse.equinox.internal.p2.ui.discovery.util.GradientCanvas;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GradientCanvas' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[65] 
	import org.eclipse.equinox.internal.p2.ui.discovery.util.PatternFilter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PatternFilter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[66] 
	import org.eclipse.equinox.internal.p2.ui.discovery.util.TextSearchControl;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TextSearchControl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[67] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.CatalogFilter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogFilter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[68] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.CatalogViewer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[69] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.CategoryItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CategoryItem<T>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[100] 
	public class MarketplaceViewer extends CatalogViewer {
	                                       ^^^^^^^^^^^^^
Discouraged access: The type 'CatalogViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[108] 
	public static class MarketplaceCatalogContentProvider extends CatalogContentProvider {
	                                                              ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogViewer.CatalogContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[113] 
	public Catalog getCatalog() {
	       ^^^^^^^
Discouraged access: The type 'Catalog' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[114] 
	return super.getCatalog();
	             ^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.CatalogContentProvider.getCatalog()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[121] 
	List<Object> items = new ArrayList<>(getCatalog().getItems());
	                                                  ^^^^^^^^
Discouraged access: The method 'Catalog.getItems()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[122] 
	for (CatalogCategory category : getCatalog().getCategories()) {
	     ^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[122] 
	for (CatalogCategory category : getCatalog().getCategories()) {
	                                             ^^^^^^^^^^^^^
Discouraged access: The method 'Catalog.getCategories()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[245] 
	final Control control = MarketplaceViewer.this.getControl();
	                                               ^^^^^^^^^^
Discouraged access: The method 'FilteredViewer.getControl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[258] 
	public MarketplaceViewer(Catalog catalog, IShellProvider shellProvider, MarketplaceWizard wizard) {
	                         ^^^^^^^
Discouraged access: The type 'Catalog' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[259] 
	super(catalog, shellProvider, wizard.getContainer(), wizard.getConfiguration());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'CatalogViewer(Catalog, IShellProvider, IRunnableContext, CatalogConfiguration)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[263] 
	setAutomaticFind(false);
	^^^^^^^^^^^^^^^^
Discouraged access: The method 'FilteredViewer.setAutomaticFind(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[268] 
	new StyleHelper().on(parent).setClass("MarketplaceSearchHeader");
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[273] 
	for (CatalogFilter filter : getConfiguration().getFilters()) {
	     ^^^^^^^^^^^^^
Discouraged access: The type 'CatalogFilter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[273] 
	for (CatalogFilter filter : getConfiguration().getFilters()) {
	                                               ^^^^^^^^^^
Discouraged access: The method 'CatalogConfiguration.getFilters()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[300] 
	TextSearchControl search = null;
	^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TextSearchControl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[302] 
	if (control instanceof TextSearchControl) {
	                       ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TextSearchControl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[303] 
	search = (TextSearchControl) control;
	          ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TextSearchControl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[310] 
	Text text = search.getTextControl();
	                   ^^^^^^^^^^^^^^
Discouraged access: The method 'TextSearchControl.getTextControl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[338] 
	protected CatalogContentProvider doCreateContentProvider() {
	          ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogViewer.CatalogContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[355] 
	List<AbstractDiscoveryStrategy> discoveryStrategies = catalog.getDiscoveryStrategies();
	     ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractDiscoveryStrategy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[355] 
	List<AbstractDiscoveryStrategy> discoveryStrategies = catalog.getDiscoveryStrategies();
	                                                              ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Catalog.getDiscoveryStrategies()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[356] 
	for (AbstractDiscoveryStrategy discoveryStrategy : discoveryStrategies) {
	     ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractDiscoveryStrategy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[360] 
	for (CatalogCategory catalogCategory : catalog.getCategories()) {
	     ^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[360] 
	for (CatalogCategory catalogCategory : catalog.getCategories()) {
	                                               ^^^^^^^^^^^^^
Discouraged access: The method 'Catalog.getCategories()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[378] 
	MarketplaceViewer.super.catalogUpdated(wasCancelled, wasError);
	                        ^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.catalogUpdated(boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[380] 
	for (CatalogFilter filter : getConfiguration().getFilters()) {
	     ^^^^^^^^^^^^^
Discouraged access: The type 'CatalogFilter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[380] 
	for (CatalogFilter filter : getConfiguration().getFilters()) {
	                                               ^^^^^^^^^^
Discouraged access: The method 'CatalogConfiguration.getFilters()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[393] 
	String key = item.getMarketplaceUrl() + "::" + item.getId(); //$NON-NLS-1$
	                                                    ^^^^^
Discouraged access: The method 'CatalogItem.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[413] 
	doFind(getFilterText());
	       ^^^^^^^^^^^^^
Discouraged access: The method 'FilteredViewer.getFilterText()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[423] 
	protected ControlListItem<?> doCreateViewerItem(Composite parent, Object element) {
	          ^^^^^^^^^^^^^^^
Discouraged access: The type 'ControlListItem<?>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[424] 
	ControlListItem<?> item;
	^^^^^^^^^^^^^^^
Discouraged access: The type 'ControlListItem<?>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[426] 
	if (element instanceof CatalogItem) {
	                       ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[427] 
	CatalogItem catalogItem = (CatalogItem) element;
	^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[427] 
	CatalogItem catalogItem = (CatalogItem) element;
	                           ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[431] 
	} else if (catalogItem.getData() instanceof CatalogDescriptor) {
	                       ^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[436] 
	DiscoveryItem<CatalogItem> discoveryItem = createDiscoveryItem(parent, catalogItem);
	              ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[437] 
	discoveryItem.setSelected(getCheckedItems().contains(catalogItem));
	              ^^^^^^^^^^^
Discouraged access: The method 'ControlListItem<CatalogItem>.setSelected(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[443] 
	category.setName(Messages.MarketplaceViewer_featured);
	         ^^^^^^^
Discouraged access: The method 'CatalogCategory.setName(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[445] 
	category.setName(Messages.MarketplaceViewer_PopularBannerTitle);
	         ^^^^^^^
Discouraged access: The method 'CatalogCategory.setName(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[449] 
	CategoryItem<?> categoryItem = (CategoryItem<?>) super.doCreateViewerItem(parent, element);
	^^^^^^^^^^^^
Discouraged access: The type 'CategoryItem<?>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[449] 
	CategoryItem<?> categoryItem = (CategoryItem<?>) super.doCreateViewerItem(parent, element);
	                                ^^^^^^^^^^^^^^^
Discouraged access: The type 'CategoryItem<?>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[449] 
	CategoryItem<?> categoryItem = (CategoryItem<?>) super.doCreateViewerItem(parent, element);
	                                                       ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.doCreateViewerItem(Composite, Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[455] 
	item = super.doCreateViewerItem(parent, element);
	             ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.doCreateViewerItem(Composite, Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[457] 
	new StyleHelper().on(item).addClass(isCategory ? "MarketplaceCategory" : "MarketplaceItem");
	                                                 ^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[457] 
	new StyleHelper().on(item).addClass(isCategory ? "MarketplaceCategory" : "MarketplaceItem");
	                                                                         ^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[461] 
	private BrowseCatalogItem createBrowseItem(CatalogItem catalogItem, Composite parent) {
	                                           ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[462] 
	CatalogDescriptor catalogDescriptor = (CatalogDescriptor) catalogItem.getData();
	                                                                      ^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[463] 
	return new BrowseCatalogItem(parent, getResources(), shellProvider, browser,
	                                                     ^^^^^^^^^^^^^
Discouraged access: The field 'CatalogViewer.shellProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[464] 
	(MarketplaceCategory) catalogItem.getCategory(), catalogDescriptor, this);
	                                  ^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getCategory()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[467] 
	private ControlListItem<?> createUserActionViewerItem(UserActionCatalogItem catalogItem, Composite parent) {
	        ^^^^^^^^^^^^^^^
Discouraged access: The type 'ControlListItem<?>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[497] 
	private DiscoveryItem<CatalogItem> createDiscoveryItem(Composite parent, CatalogItem catalogItem) {
	                      ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[497] 
	private DiscoveryItem<CatalogItem> createDiscoveryItem(Composite parent, CatalogItem catalogItem) {
	                                                                         ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[499] 
	return discoveryItemFactory.createDiscoveryItem(catalogItem, this, parent, getResources(), shellProvider,
	                                                                                           ^^^^^^^^^^^^^
Discouraged access: The field 'CatalogViewer.shellProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[528] 
	for (CatalogFilter filter : getConfiguration().getFilters()) {
	     ^^^^^^^^^^^^^
Discouraged access: The type 'CatalogFilter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[528] 
	for (CatalogFilter filter : getConfiguration().getFilters()) {
	                                               ^^^^^^^^^^
Discouraged access: The method 'CatalogConfiguration.getFilters()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[532] 
	List<Tag> choices = tagFilter.getChoices();
	     ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[533] 
	Tag tag = choices.isEmpty() ? null : choices.get(0);
	^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[536] 
	if (tag.getTagClassifier() == IMarket.class) {
	        ^^^^^^^^^^^^^^^^
Discouraged access: The method 'Tag.getTagClassifier()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[538] 
	} else if (tag.getTagClassifier() == ICategory.class) {
	               ^^^^^^^^^^^^^^^^
Discouraged access: The method 'Tag.getTagClassifier()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[545] 
	for (Tag choice : choices) {
	     ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[546] 
	final Object choiceData = choice.getData();
	                                 ^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[553] 
	tagFilter.setSelected(tag == null ? Collections.<Tag> emptySet() : Collections.singleton(tag));
	                                                 ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[578] 
	findText = getFilterText();
	           ^^^^^^^^^^^^^
Discouraged access: The method 'FilteredViewer.getFilterText()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[581] 
	for (CatalogFilter filter : getConfiguration().getFilters()) {
	     ^^^^^^^^^^^^^
Discouraged access: The type 'CatalogFilter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[581] 
	for (CatalogFilter filter : getConfiguration().getFilters()) {
	                                               ^^^^^^^^^^
Discouraged access: The method 'CatalogConfiguration.getFilters()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[585] 
	Tag tag = tagFilter.getSelected().isEmpty() ? null : tagFilter.getSelected().iterator().next();
	^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[587] 
	if (tag.getTagClassifier() == IMarket.class) {
	        ^^^^^^^^^^^^^^^^
Discouraged access: The method 'Tag.getTagClassifier()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[589] 
	queryData.queryMarket = (IMarket) tag.getData();
	                                      ^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[590] 
	} else if (tag.getTagClassifier() == ICategory.class) {
	               ^^^^^^^^^^^^^^^^
Discouraged access: The method 'Tag.getTagClassifier()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[591] 
	queryData.queryCategory = (ICategory) tag.getData();
	                                          ^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[631] 
	Field filterTextField = FilteredViewer.class.getDeclaredField("filterText"); //$NON-NLS-1$
	                        ^^^^^^^^^^^^^^
Discouraged access: The type 'FilteredViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[633] 
	TextSearchControl textSearchControl = (TextSearchControl) filterTextField.get(this);
	^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TextSearchControl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[633] 
	TextSearchControl textSearchControl = (TextSearchControl) filterTextField.get(this);
	                                       ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TextSearchControl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[634] 
	textSearchControl.getTextControl().setText(tag);
	                  ^^^^^^^^^^^^^^
Discouraged access: The method 'TextSearchControl.getTextControl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[650] 
	context.run(true, true, monitor -> result[0] = getCatalog().refreshUserFavorites(monitor));
	^^^^^^^
Discouraged access: The field 'CatalogViewer.context' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[670] 
	context.run(true, true, monitor -> {
	^^^^^^^
Discouraged access: The field 'CatalogViewer.context' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[691] 
	.map(node -> QueryHelper.nodeById(node.getId()))
	                                       ^^^^^
Discouraged access: The method 'CatalogItem.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[716] 
	MarketplaceViewer.this.getControl().getDisplay().syncExec(() -> updateViewer(queryData.queryText));
	                       ^^^^^^^^^^
Discouraged access: The method 'FilteredViewer.getControl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[725] 
	verifyUpdateSiteAvailability();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.verifyUpdateSiteAvailability()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[751] 
	getViewer().setComparator(new MarketplaceViewerSorter());
	^^^^^^^^^
Discouraged access: The method 'FilteredViewer.getViewer()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[753] 
	getViewer().setComparator(null);
	^^^^^^^^^
Discouraged access: The method 'FilteredViewer.getViewer()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[756] 
	MarketplaceViewer.super.doFind(queryText);
	                        ^^^^^^
Discouraged access: The method 'FilteredViewer.doFind(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[758] 
	getViewer().getControl().getParent().layout(true, true);
	^^^^^^^^^
Discouraged access: The method 'FilteredViewer.getViewer()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[763] 
	if (getViewer().getControl().isDisposed()) {
	    ^^^^^^^^^
Discouraged access: The method 'FilteredViewer.getViewer()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[771] 
	getViewer().getControl().setRedraw(false);
	^^^^^^^^^
Discouraged access: The method 'FilteredViewer.getViewer()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewer.java:[776] 
	getViewer().getControl().setRedraw(true);
	^^^^^^^^^
Discouraged access: The method 'FilteredViewer.getViewer()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePatternFilter.java:[15] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogCategory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePatternFilter.java:[16] 
	import org.eclipse.equinox.internal.p2.ui.discovery.util.PatternFilter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PatternFilter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePatternFilter.java:[22] 
	class MarketplacePatternFilter extends PatternFilter {
	                                       ^^^^^^^^^^^^^
Discouraged access: The type 'PatternFilter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePatternFilter.java:[25] 
	setIncludeLeadingWildcard(true);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'PatternFilter.setIncludeLeadingWildcard(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePatternFilter.java:[30] 
	if (element instanceof CatalogCategory) {
	                       ^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePatternFilter.java:[31] 
	return ((CatalogCategory) element).getItems().toArray();
	         ^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePatternFilter.java:[31] 
	return ((CatalogCategory) element).getItems().toArray();
	                                   ^^^^^^^^
Discouraged access: The method 'CatalogCategory.getItems()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplacePatternFilter.java:[33] 
	return super.getChildren(element);
	             ^^^^^^^^^^^
Discouraged access: The method 'PatternFilter.getChildren(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/AbstractProvisioningOperation.java:[28] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/AbstractProvisioningOperation.java:[45] 
	protected final List<CatalogItem> items;
	                     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/AbstractProvisioningOperation.java:[53] 
	protected AbstractProvisioningOperation(Collection<CatalogItem> installableConnectors) {
	                                                   ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/AbstractProvisioningOperation.java:[74] 
	for (CatalogItem descriptor : items) {
	     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/AbstractProvisioningOperation.java:[75] 
	String siteUrl = descriptor.getSiteUrl();
	                            ^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getSiteUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/AbstractProvisioningOperation.java:[131] 
	for (CatalogItem descriptor : items) {
	     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/AbstractProvisioningOperation.java:[132] 
	if (descriptor.getSiteUrl() != null
	               ^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getSiteUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/AbstractProvisioningOperation.java:[133] 
	&& repository.getLocation().equals(URLUtil.toURI(descriptor.getSiteUrl()))) {
	                                                            ^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getSiteUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/AbstractProvisioningOperation.java:[140] 
	protected Set<String> getFeatureIds(CatalogItem descriptor) {
	                                    ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/AbstractProvisioningOperation.java:[142] 
	for (String id : descriptor.getInstallableUnits()) {
	                            ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getInstallableUnits()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/DiscoverFileSupportJob.java:[121] 
	Collections.sort(fileExtensionTags, (s1, s2) -> (s2.length() - s2.replace(".", "").length())
	                                                                          ^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/DiscoverFileSupportJob.java:[121] 
	Collections.sort(fileExtensionTags, (s1, s2) -> (s2.length() - s2.replace(".", "").length())
	                                                                               ^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/DiscoverFileSupportJob.java:[122] 
	- (s1.length() - s1.replace(".", "").length()));
	                            ^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/DiscoverFileSupportJob.java:[122] 
	- (s1.length() - s1.replace(".", "").length()));
	                                 ^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/ResolveFeatureNamesOperation.java:[23] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/ResolveFeatureNamesOperation.java:[24] 
	import org.eclipse.equinox.internal.p2.metadata.TranslationSupport;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TranslationSupport' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.5.0.v20200511-1530/org.eclipse.equinox.p2.metadata-2.5.0.v20200511-1530.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/ResolveFeatureNamesOperation.java:[39] 
	public ResolveFeatureNamesOperation(List<CatalogItem> installableConnectors) {
	                                         ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/ResolveFeatureNamesOperation.java:[58] 
	for (CatalogItem catalogItem : items) {
	     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/ResolveFeatureNamesOperation.java:[59] 
	for (String iu : catalogItem.getInstallableUnits()) {
	                             ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getInstallableUnits()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/ResolveFeatureNamesOperation.java:[81] 
	String value = TranslationSupport.getInstance().getIUProperty(candidate, key);
	               ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TranslationSupport' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.5.0.v20200511-1530/org.eclipse.equinox.p2.metadata-2.5.0.v20200511-1530.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/ResolveFeatureNamesOperation.java:[81] 
	String value = TranslationSupport.getInstance().getIUProperty(candidate, key);
	                                  ^^^^^^^^^^^
Discouraged access: The method 'TranslationSupport.getInstance()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.5.0.v20200511-1530/org.eclipse.equinox.p2.metadata-2.5.0.v20200511-1530.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/ResolveFeatureNamesOperation.java:[81] 
	String value = TranslationSupport.getInstance().getIUProperty(candidate, key);
	                                                ^^^^^^^^^^^^^
Discouraged access: The method 'TranslationSupport.getIUProperty(IInstallableUnit, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.5.0.v20200511-1530/org.eclipse.equinox.p2.metadata-2.5.0.v20200511-1530.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/IDiscoveryItemFactory.java:[15] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/IDiscoveryItemFactory.java:[16] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.DiscoveryResources;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryResources' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/IDiscoveryItemFactory.java:[21] 
	public <T extends CatalogItem> DiscoveryItem<T> createDiscoveryItem(T connector, MarketplaceViewer viewer,
	                  ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/IDiscoveryItemFactory.java:[22] 
	Composite parent, DiscoveryResources resources, IShellProvider shellProvider, IMarketplaceWebBrowser browser);
	                  ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryResources' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/NewsUrlHandler.java:[30] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogCategory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/NewsUrlHandler.java:[40] 
	public class NewsUrlHandler extends MarketplaceUrlHandler implements LocationListener, ProgressListener {
	                                    ^^^^^^^^^^^^^^^^^^^^^
The type MarketplaceUrlHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/NewsUrlHandler.java:[160] 
	List<CatalogCategory> catalogCategories = marketplaceWizard.getCatalog().getCategories();
	     ^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/NewsUrlHandler.java:[160] 
	List<CatalogCategory> catalogCategories = marketplaceWizard.getCatalog().getCategories();
	                                                                         ^^^^^^^^^^^^^
Discouraged access: The method 'Catalog.getCategories()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/NewsUrlHandler.java:[161] 
	for (CatalogCategory catalogCategory : catalogCategories) {
	     ^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/NewsUrlHandler.java:[205] 
	protected boolean handleInstallRequest(final SolutionInstallationInfo installInfo, String url) {
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method NewsUrlHandler.handleInstallRequest(MarketplaceUrlHandler.SolutionInstallationInfo, String) overrides a deprecated method from MarketplaceUrlHandler
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/NewsUrlHandler.java:[205] 
	protected boolean handleInstallRequest(final SolutionInstallationInfo installInfo, String url) {
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^
The type MarketplaceUrlHandler.SolutionInstallationInfo is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewerSorter.java:[16] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogCategory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewerSorter.java:[17] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewerSorter.java:[18] 
	import org.eclipse.equinox.internal.p2.discovery.util.CatalogCategoryComparator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategoryComparator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewerSorter.java:[23] 
	CatalogCategoryComparator categoryComparator = new CatalogCategoryComparator();
	^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategoryComparator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewerSorter.java:[23] 
	CatalogCategoryComparator categoryComparator = new CatalogCategoryComparator();
	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategoryComparator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewerSorter.java:[23] 
	CatalogCategoryComparator categoryComparator = new CatalogCategoryComparator();
	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'CatalogCategoryComparator()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewerSorter.java:[30] 
	CatalogCategory cat1 = getCategory(o1);
	^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewerSorter.java:[31] 
	CatalogCategory cat2 = getCategory(o2);
	^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewerSorter.java:[40] 
	int i = categoryComparator.compare(cat1, cat2);
	                           ^^^^^^^
Discouraged access: The method 'CatalogCategoryComparator.compare(CatalogCategory, CatalogCategory)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewerSorter.java:[42] 
	if (o1 instanceof CatalogCategory) {
	                  ^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewerSorter.java:[45] 
	if (o2 instanceof CatalogCategory) {
	                  ^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewerSorter.java:[49] 
	CatalogItem i1 = (CatalogItem) o1;
	^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewerSorter.java:[49] 
	CatalogItem i1 = (CatalogItem) o1;
	                  ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewerSorter.java:[50] 
	CatalogItem i2 = (CatalogItem) o2;
	^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewerSorter.java:[50] 
	CatalogItem i2 = (CatalogItem) o2;
	                  ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewerSorter.java:[53] 
	if (i1.getData() instanceof CatalogDescriptor) {
	       ^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewerSorter.java:[55] 
	} else if (i2.getData() instanceof CatalogDescriptor) {
	              ^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewerSorter.java:[59] 
	String n1 = i1.getName();
	               ^^^^^^^
Discouraged access: The method 'CatalogItem.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewerSorter.java:[60] 
	String n2 = i2.getName();
	               ^^^^^^^
Discouraged access: The method 'CatalogItem.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewerSorter.java:[72] 
	String id1 = i1.getId();
	                ^^^^^
Discouraged access: The method 'CatalogItem.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewerSorter.java:[73] 
	String id2 = i2.getId();
	                ^^^^^
Discouraged access: The method 'CatalogItem.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewerSorter.java:[88] 
	private CatalogCategory getCategory(Object o) {
	        ^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewerSorter.java:[89] 
	if (o instanceof CatalogCategory) {
	                 ^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewerSorter.java:[90] 
	return (CatalogCategory) o;
	        ^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewerSorter.java:[92] 
	if (o instanceof CatalogItem) {
	                 ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewerSorter.java:[93] 
	return ((CatalogItem) o).getCategory();
	         ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceViewerSorter.java:[93] 
	return ((CatalogItem) o).getCategory();
	                         ^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getCategory()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CheckboxTagFilter.java:[19] 
	import org.eclipse.equinox.internal.p2.discovery.model.Tag;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CheckboxTagFilter.java:[52] 
	for (final Tag choice : getChoices()) {
	           ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CheckboxTagFilter.java:[56] 
	checkbox.setText(choice.getLabel());
	                        ^^^^^^^^
Discouraged access: The method 'Tag.getLabel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CheckboxTagFilter.java:[80] 
	protected void choicesChanged(List<Tag> choices, List<Tag> previousChoices) {
	                                   ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CheckboxTagFilter.java:[80] 
	protected void choicesChanged(List<Tag> choices, List<Tag> previousChoices) {
	                                                      ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CheckboxTagFilter.java:[89] 
	if (data instanceof Tag) {
	                    ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CatalogToolTip.java:[18] 
	import org.eclipse.equinox.internal.p2.ui.discovery.util.GradientToolTip;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GradientToolTip' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CatalogToolTip.java:[36] 
	public class CatalogToolTip extends GradientToolTip {
	                                    ^^^^^^^^^^^^^^^
Discouraged access: The type 'GradientToolTip' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CatalogToolTip.java:[49] 
	super(label);
	^^^^^^^^^^^^^
Discouraged access: The constructor 'GradientToolTip(Control)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FeatureSelectionWizardPage.java:[37] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FeatureSelectionWizardPage.java:[38] 
	import org.eclipse.equinox.internal.p2.operations.ResolutionResult;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ResolutionResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.operations/2.5.800.v20200410-1336/org.eclipse.equinox.p2.operations-2.5.800.v20200410-1336.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FeatureSelectionWizardPage.java:[39] 
	import org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RemediationGroup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.6.0.v20200523-1317/org.eclipse.equinox.p2.ui-2.6.0.v20200523-1317.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FeatureSelectionWizardPage.java:[83] 
	styledString.append("  " + entry.getItem().getSiteUrl(), StyledString.QUALIFIER_STYLER); //$NON-NLS-1$
	                                           ^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getSiteUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FeatureSelectionWizardPage.java:[148] 
	return entry.getItem().getName();
	                       ^^^^^^^
Discouraged access: The method 'CatalogItem.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FeatureSelectionWizardPage.java:[249] 
	private RemediationGroup remediationGroup;
	        ^^^^^^^^^^^^^^^^
Discouraged access: The type 'RemediationGroup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.6.0.v20200523-1317/org.eclipse.equinox.p2.ui-2.6.0.v20200523-1317.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FeatureSelectionWizardPage.java:[295] 
	s1 = ((CatalogItemEntry) e1).getItem().getName();
	                                       ^^^^^^^
Discouraged access: The method 'CatalogItem.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FeatureSelectionWizardPage.java:[296] 
	s2 = ((CatalogItemEntry) e2).getItem().getName();
	                                       ^^^^^^^
Discouraged access: The method 'CatalogItem.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FeatureSelectionWizardPage.java:[350] 
	public RemediationGroup getRemediationGroup() {
	       ^^^^^^^^^^^^^^^^
Discouraged access: The type 'RemediationGroup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.6.0.v20200523-1317/org.eclipse.equinox.p2.ui-2.6.0.v20200523-1317.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FeatureSelectionWizardPage.java:[390] 
	Set<CatalogItem> allSelectionCatalogItems = selectionModel.getItemToSelectedOperation().keySet();
	    ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FeatureSelectionWizardPage.java:[391] 
	Set<CatalogItem> selectedCatalogItems = selectionModel.getSelectedCatalogItems();
	    ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FeatureSelectionWizardPage.java:[482] 
	remediationGroup = new RemediationGroup(this);
	                       ^^^^^^^^^^^^^^^^
Discouraged access: The type 'RemediationGroup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.6.0.v20200523-1317/org.eclipse.equinox.p2.ui-2.6.0.v20200523-1317.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FeatureSelectionWizardPage.java:[482] 
	remediationGroup = new RemediationGroup(this);
	                       ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'RemediationGroup(WizardPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.6.0.v20200523-1317/org.eclipse.equinox.p2.ui-2.6.0.v20200523-1317.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FeatureSelectionWizardPage.java:[483] 
	remediationGroup.createRemediationControl(container);
	                 ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'RemediationGroup.createRemediationControl(Composite)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.6.0.v20200523-1317/org.eclipse.equinox.p2.ui-2.6.0.v20200523-1317.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FeatureSelectionWizardPage.java:[485] 
	setMessage(remediationGroup.getMessage(), IStatus.WARNING);
	                            ^^^^^^^^^^
Discouraged access: The method 'RemediationGroup.getMessage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.6.0.v20200523-1317/org.eclipse.equinox.p2.ui-2.6.0.v20200523-1317.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FeatureSelectionWizardPage.java:[486] 
	remediationGroup.getDetailsGroup().setDetailText(getWizard().getErrorMessage());
	                 ^^^^^^^^^^^^^^^
Discouraged access: The method 'RemediationGroup.getDetailsGroup()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.6.0.v20200523-1317/org.eclipse.equinox.p2.ui-2.6.0.v20200523-1317.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FeatureSelectionWizardPage.java:[486] 
	remediationGroup.getDetailsGroup().setDetailText(getWizard().getErrorMessage());
	                                   ^^^^^^^^^^^^^
Discouraged access: The method 'IUDetailsGroup.setDetailText(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.6.0.v20200523-1317/org.eclipse.equinox.p2.ui-2.6.0.v20200523-1317.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FeatureSelectionWizardPage.java:[487] 
	remediationGroup.update((RemediationOperation) profileChangeOperation);
	                 ^^^^^^
Discouraged access: The method 'RemediationGroup.update(RemediationOperation)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.6.0.v20200523-1317/org.eclipse.equinox.p2.ui-2.6.0.v20200523-1317.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FeatureSelectionWizardPage.java:[524] 
	ResolutionResult additionalResolutionResult = new ResolutionResult();
	^^^^^^^^^^^^^^^^
Discouraged access: The type 'ResolutionResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.operations/2.5.800.v20200410-1336/org.eclipse.equinox.p2.operations-2.5.800.v20200410-1336.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FeatureSelectionWizardPage.java:[524] 
	ResolutionResult additionalResolutionResult = new ResolutionResult();
	                                                  ^^^^^^^^^^^^^^^^
Discouraged access: The type 'ResolutionResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.operations/2.5.800.v20200410-1336/org.eclipse.equinox.p2.operations-2.5.800.v20200410-1336.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FeatureSelectionWizardPage.java:[524] 
	ResolutionResult additionalResolutionResult = new ResolutionResult();
	                                                  ^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ResolutionResult()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.operations/2.5.800.v20200410-1336/org.eclipse.equinox.p2.operations-2.5.800.v20200410-1336.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FeatureSelectionWizardPage.java:[525] 
	additionalResolutionResult.addSummaryStatus(additionalStatus);
	                           ^^^^^^^^^^^^^^^^
Discouraged access: The method 'ResolutionResult.addSummaryStatus(IStatus)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.operations/2.5.800.v20200410-1336/org.eclipse.equinox.p2.operations-2.5.800.v20200410-1336.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FeatureSelectionWizardPage.java:[526] 
	detailStatusText.setText(additionalResolutionResult.getSummaryReport());
	                                                    ^^^^^^^^^^^^^^^^
Discouraged access: The method 'ResolutionResult.getSummaryReport()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.operations/2.5.800.v20200410-1336/org.eclipse.equinox.p2.operations-2.5.800.v20200410-1336.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/FeatureSelectionWizardPage.java:[637] 
	switchResultLayout.topControl = remediationGroup.getComposite();
	                                                 ^^^^^^^^^^^^
Discouraged access: The method 'RemediationGroup.getComposite()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.6.0.v20200523-1317/org.eclipse.equinox.p2.ui-2.6.0.v20200523-1317.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoriteListCatalogItem.java:[16] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoriteListCatalogItem.java:[19] 
	public class FavoriteListCatalogItem extends CatalogItem {
	                                             ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoriteListCatalogItem.java:[22] 
	super();
	^^^^^^^^
Discouraged access: The constructor 'CatalogItem()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoriteListCatalogItem.java:[32] 
	return (IFavoriteList) super.getData();
	                             ^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoriteListCatalogItem.java:[36] 
	super.setData(favoriteList);
	      ^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.setData(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/FavoriteListCatalogItem.java:[60] 
	String provider = getProvider();
	                  ^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/DiscoverNatureSupportJob.java:[66] 
	return (List<INode>) this.nodes;
	       ^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from List<capture#3-of ? extends INode> to List<INode>
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserFavoritesUnsupportedActionItem.java:[17] 
	import org.eclipse.equinox.internal.p2.discovery.model.Icon;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserFavoritesUnsupportedActionItem.java:[41] 
	protected Icon getIcon() {
	          ^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[27] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[28] 
	import org.eclipse.equinox.internal.p2.ui.discovery.util.WorkbenchUtil;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[54] 
	private final CatalogItem catalogItem;
	              ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[58] 
	public ShareSolutionLink(Composite parent, CatalogItem item) {
	                                           ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[101] 
	String tweet = NLS.bind(Messages.ShareSolutionLink_tweet, new Object[] { catalogItem.getName(),
	                                                                                     ^^^^^^^
Discouraged access: The method 'CatalogItem.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[103] 
	WorkbenchUtil.openUrl("http://twitter.com/?status=" + tweet, IWorkbenchBrowserSupport.AS_EXTERNAL); //$NON-NLS-1$
	^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[103] 
	WorkbenchUtil.openUrl("http://twitter.com/?status=" + tweet, IWorkbenchBrowserSupport.AS_EXTERNAL); //$NON-NLS-1$
	              ^^^^^^^
Discouraged access: The method 'WorkbenchUtil.openUrl(String, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[142] 
	WorkbenchUtil.openUrl(getUrl(), IWorkbenchBrowserSupport.AS_EXTERNAL);
	^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[142] 
	WorkbenchUtil.openUrl(getUrl(), IWorkbenchBrowserSupport.AS_EXTERNAL);
	              ^^^^^^^
Discouraged access: The method 'WorkbenchUtil.openUrl(String, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[155] 
	String subject = NLS.bind(Messages.ShareSolutionLink_mailSubject, new Object[] { catalogItem.getName() });
	                                                                                             ^^^^^^^
Discouraged access: The method 'CatalogItem.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[163] 
	boolean copyToClipboard = MessageDialog.openQuestion(WorkbenchUtil.getShell(),
	                                                     ^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[163] 
	boolean copyToClipboard = MessageDialog.openQuestion(WorkbenchUtil.getShell(),
	                                                                   ^^^^^^^^
Discouraged access: The method 'WorkbenchUtil.getShell()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[179] 
	String description = catalogItem.getDescription() == null ? "" : catalogItem.getDescription(); //$NON-NLS-1$
	                                 ^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getDescription()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[179] 
	String description = catalogItem.getDescription() == null ? "" : catalogItem.getDescription(); //$NON-NLS-1$
	                                                                             ^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getDescription()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[180] 
	description = TextUtil.stripHtmlMarkup(catalogItem.getDescription()).trim();
	                                                   ^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getDescription()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[181] 
	return catalogItem.getName() + "\n" + getUrl() + "\n\n" + description; //$NON-NLS-1$ //$NON-NLS-2$
	                   ^^^^^^^
Discouraged access: The method 'CatalogItem.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ShareSolutionLink.java:[185] 
	return ((INode) catalogItem.getData()).getUrl();
	                            ^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/InstallUpdatesNotificationItem.java:[22] 
	import org.eclipse.equinox.internal.p2.discovery.model.Icon;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/InstallUpdatesNotificationItem.java:[42] 
	return (List<MarketplaceNodeCatalogItem>) connector.getData();
	                                                    ^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/InstallUpdatesNotificationItem.java:[81] 
	protected Icon getIcon() {
	          ^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/InstallUpdatesNotificationItem.java:[136] 
	viewer.setSelection(new StructuredSelection(viewer.getCheckedItems()));
	       ^^^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.setSelection(IStructuredSelection)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCategory.java:[20] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogCategory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCategory.java:[25] 
	public class MarketplaceCategory extends CatalogCategory {
	                                         ^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCategory.java:[38] 
	super();
	^^^^^^^^
Discouraged access: The constructor 'CatalogCategory()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/LinkListener.java:[72] 
	offset = link.getOffsetAtLocation(new Point(e.x, e.y));
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getOffsetAtLocation(Point) from the type StyledText is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[43] 
	import org.eclipse.equinox.internal.p2.discovery.AbstractDiscoveryStrategy;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractDiscoveryStrategy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[44] 
	import org.eclipse.equinox.internal.p2.discovery.Catalog;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Catalog' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[45] 
	import org.eclipse.equinox.internal.p2.discovery.DiscoveryCore;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryCore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[46] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogCategory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[47] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[48] 
	import org.eclipse.equinox.internal.p2.discovery.model.Certification;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Certification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[49] 
	import org.eclipse.equinox.internal.p2.discovery.model.Tag;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[67] 
	public class MarketplaceCatalog extends Catalog {
	                                        ^^^^^^^
Discouraged access: The type 'Catalog' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[148] 
	List<CatalogItem> updateCheckItems = getUpdateCheckItems(progress.newChild(100000));
	     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[150] 
	for (CatalogItem item : updateCheckItems) {
	     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[158] 
	if (catalogItem.isInstalled()) {
	                ^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.isInstalled()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[183] 
	private List<CatalogItem> getUpdateCheckItems(IProgressMonitor monitor) {
	             ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[184] 
	List<CatalogItem> updateCheckItems = getItems();
	     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[184] 
	List<CatalogItem> updateCheckItems = getItems();
	                                     ^^^^^^^^
Discouraged access: The method 'Catalog.getItems()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[188] 
	List<CatalogCategory> categories = getCategories();
	     ^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[188] 
	List<CatalogCategory> categories = getCategories();
	                                   ^^^^^^^^^^^^^
Discouraged access: The method 'Catalog.getCategories()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[191] 
	for (CatalogCategory category : categories) {
	     ^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[205] 
	final List<CatalogItem> finalUpdateCheckItems = new ArrayList<>(updateCheckItems);
	           ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[212] 
	}, finalUpdateCheckItems, categories, getCertifications(), getTags(), monitor);
	                                      ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Catalog.getCertifications()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[212] 
	}, finalUpdateCheckItems, categories, getCertifications(), getTags(), monitor);
	                                                           ^^^^^^^
Discouraged access: The method 'Catalog.getTags()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[220] 
	List<CatalogItem> updateCheckItems = marketplaceDiscoveryStrategy.getItems();
	     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[220] 
	List<CatalogItem> updateCheckItems = marketplaceDiscoveryStrategy.getItems();
	                                                                  ^^^^^^^^
Discouraged access: The method 'AbstractDiscoveryStrategy.getItems()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[221] 
	Map<String, CatalogItem> itemsById = new HashMap<>();
	            ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[222] 
	for (CatalogItem catalogItem : updateCheckItems) {
	     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[223] 
	itemsById.put(catalogItem.getId(), catalogItem);
	                          ^^^^^
Discouraged access: The method 'CatalogItem.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[240] 
	CatalogItem item = marketplaceDiscoveryStrategy.createCatalogItem(node, catalogCategory.getId(), false,
	^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[240] 
	CatalogItem item = marketplaceDiscoveryStrategy.createCatalogItem(node, catalogCategory.getId(), false,
	                                                                                        ^^^^^
Discouraged access: The method 'CatalogCategory.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[242] 
	if (!itemsById.containsKey(item.getId())) {
	                                ^^^^^
Discouraged access: The method 'CatalogItem.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[243] 
	itemsById.put(item.getId(), item);
	                   ^^^^^
Discouraged access: The method 'CatalogItem.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[255] 
	List<AbstractDiscoveryStrategy> discoveryStrategies = getDiscoveryStrategies();
	     ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractDiscoveryStrategy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[255] 
	List<AbstractDiscoveryStrategy> discoveryStrategies = getDiscoveryStrategies();
	                                                      ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Catalog.getDiscoveryStrategies()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[257] 
	for (AbstractDiscoveryStrategy discoveryStrategy : discoveryStrategies) {
	     ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractDiscoveryStrategy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[281] 
	catalogItem.setAvailable(false);
	            ^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.setAvailable(Boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[294] 
	catalogItem.setAvailable(false);
	            ^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.setAvailable(Boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[331] 
	item1.setAvailable(null);
	      ^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.setAvailable(Boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[371] 
	item2.setAvailable(true);
	      ^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.setAvailable(Boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[383] 
	item4.setAvailable(false);
	      ^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.setAvailable(Boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[384] 
	errorStatus.add(MarketplaceClientUi.newStatus(IStatus.INFO, item4.getName()));
	                                                                  ^^^^^^^
Discouraged access: The method 'CatalogItem.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[412] 
	String key = createRepositoryIuKey(item.getSiteUrl(), iuItem.getId());
	                                        ^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getSiteUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[432] 
	IStatus status = super.performDiscovery(progress.newChild(100000));
	                       ^^^^^^^^^^^^^^^^
Discouraged access: The method 'Catalog.performDiscovery(IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[476] 
	List<CatalogItem> items = new ArrayList<>();
	     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[477] 
	List<CatalogCategory> categories = new ArrayList<>(getCategories());
	     ^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[477] 
	List<CatalogCategory> categories = new ArrayList<>(getCategories());
	                                                   ^^^^^^^^^^^^^
Discouraged access: The method 'Catalog.getCategories()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[478] 
	List<Certification> certifications = new ArrayList<>(getCertifications());
	     ^^^^^^^^^^^^^
Discouraged access: The type 'Certification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[478] 
	List<Certification> certifications = new ArrayList<>(getCertifications());
	                                                     ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Catalog.getCertifications()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[479] 
	List<Tag> tags = new ArrayList<>(getTags());
	     ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[479] 
	List<Tag> tags = new ArrayList<>(getTags());
	                                 ^^^^^^^
Discouraged access: The method 'Catalog.getTags()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[481] 
	for (CatalogCategory catalogCategory : categories) {
	     ^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[482] 
	catalogCategory.getItems().clear();
	                ^^^^^^^^
Discouraged access: The method 'CatalogCategory.getItems()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[490] 
	update(categories, items, certifications, tags);
	^^^^^^
Discouraged access: The method 'Catalog.update(List<CatalogCategory>, List<CatalogItem>, List<Certification>, List<Tag>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[498] 
	private IStatus runDiscoveryOperation(DiscoveryOperation operation, List<CatalogItem> items,
	                                                                         ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[499] 
	List<CatalogCategory> categories, List<Certification> certifications, List<Tag> tags,
	     ^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[499] 
	List<CatalogCategory> categories, List<Certification> certifications, List<Tag> tags,
	                                       ^^^^^^^^^^^^^
Discouraged access: The type 'Certification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[499] 
	List<CatalogCategory> categories, List<Certification> certifications, List<Tag> tags,
	                                                                           ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[503] 
	if (getDiscoveryStrategies().isEmpty()) {
	    ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Catalog.getDiscoveryStrategies()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[507] 
	final int strategyCount = getDiscoveryStrategies().size();
	                          ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Catalog.getDiscoveryStrategies()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[512] 
	for (AbstractDiscoveryStrategy discoveryStrategy : getDiscoveryStrategies()) {
	     ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractDiscoveryStrategy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[512] 
	for (AbstractDiscoveryStrategy discoveryStrategy : getDiscoveryStrategies()) {
	                                                   ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Catalog.getDiscoveryStrategies()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[518] 
	List<CatalogCategory> oldCategories = discoveryStrategy.getCategories();
	     ^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[518] 
	List<CatalogCategory> oldCategories = discoveryStrategy.getCategories();
	                                                        ^^^^^^^^^^^^^
Discouraged access: The method 'AbstractDiscoveryStrategy.getCategories()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[519] 
	List<CatalogItem> oldItems = discoveryStrategy.getItems();
	     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[519] 
	List<CatalogItem> oldItems = discoveryStrategy.getItems();
	                                               ^^^^^^^^
Discouraged access: The method 'AbstractDiscoveryStrategy.getItems()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[520] 
	List<Certification> oldCertifications = discoveryStrategy.getCertifications();
	     ^^^^^^^^^^^^^
Discouraged access: The type 'Certification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[520] 
	List<Certification> oldCertifications = discoveryStrategy.getCertifications();
	                                                          ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractDiscoveryStrategy.getCertifications()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[521] 
	List<Tag> oldTags = discoveryStrategy.getTags();
	     ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[521] 
	List<Tag> oldTags = discoveryStrategy.getTags();
	                                      ^^^^^^^
Discouraged access: The method 'AbstractDiscoveryStrategy.getTags()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[523] 
	discoveryStrategy.setCategories(categories);
	                  ^^^^^^^^^^^^^
Discouraged access: The method 'AbstractDiscoveryStrategy.setCategories(List<CatalogCategory>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[524] 
	discoveryStrategy.setItems(items);
	                  ^^^^^^^^
Discouraged access: The method 'AbstractDiscoveryStrategy.setItems(List<CatalogItem>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[525] 
	discoveryStrategy.setCertifications(certifications);
	                  ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractDiscoveryStrategy.setCertifications(List<Certification>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[526] 
	discoveryStrategy.setTags(tags);
	                  ^^^^^^^
Discouraged access: The method 'AbstractDiscoveryStrategy.setTags(List<Tag>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[534] 
	error = new Status(e.getStatus().getSeverity(), DiscoveryCore.ID_PLUGIN, NLS.bind(
	                                                ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryCore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[534] 
	error = new Status(e.getStatus().getSeverity(), DiscoveryCore.ID_PLUGIN, NLS.bind(
	                                                              ^^^^^^^^^
Discouraged access: The field 'DiscoveryCore.ID_PLUGIN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[541] 
	discoveryStrategy.setCategories(oldCategories);
	                  ^^^^^^^^^^^^^
Discouraged access: The method 'AbstractDiscoveryStrategy.setCategories(List<CatalogCategory>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[542] 
	discoveryStrategy.setItems(oldItems);
	                  ^^^^^^^^
Discouraged access: The method 'AbstractDiscoveryStrategy.setItems(List<CatalogItem>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[543] 
	discoveryStrategy.setCertifications(oldCertifications);
	                  ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractDiscoveryStrategy.setCertifications(List<Certification>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[544] 
	discoveryStrategy.setTags(oldTags);
	                  ^^^^^^^
Discouraged access: The method 'AbstractDiscoveryStrategy.setTags(List<Tag>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[550] 
	IStatus error = new Status(IStatus.WARNING, DiscoveryCore.ID_PLUGIN,
	                                            ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryCore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[550] 
	IStatus error = new Status(IStatus.WARNING, DiscoveryCore.ID_PLUGIN,
	                                                          ^^^^^^^^^
Discouraged access: The field 'DiscoveryCore.ID_PLUGIN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[564] 
	if (getDiscoveryStrategies().isEmpty()) {
	    ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Catalog.getDiscoveryStrategies()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[575] 
	int strategyTicks = totalTicks / getDiscoveryStrategies().size();
	                                 ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Catalog.getDiscoveryStrategies()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[576] 
	for (AbstractDiscoveryStrategy discoveryStrategy : getDiscoveryStrategies()) {
	     ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractDiscoveryStrategy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[576] 
	for (AbstractDiscoveryStrategy discoveryStrategy : getDiscoveryStrategies()) {
	                                                   ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Catalog.getDiscoveryStrategies()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[589] 
	status.add(new Status(e.getStatus().getSeverity(), DiscoveryCore.ID_PLUGIN, NLS.bind(
	                                                   ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryCore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[589] 
	status.add(new Status(e.getStatus().getSeverity(), DiscoveryCore.ID_PLUGIN, NLS.bind(
	                                                                 ^^^^^^^^^
Discouraged access: The field 'DiscoveryCore.ID_PLUGIN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[616] 
	public void installErrorReport(IProgressMonitor monitor, IStatus result, Set<CatalogItem> items,
	                                                                             ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[618] 
	for (AbstractDiscoveryStrategy discoveryStrategy : getDiscoveryStrategies()) {
	     ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractDiscoveryStrategy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[618] 
	for (AbstractDiscoveryStrategy discoveryStrategy : getDiscoveryStrategies()) {
	                                                   ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Catalog.getDiscoveryStrategies()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[641] 
	for (CatalogCategory category : getCategories()) {
	     ^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[641] 
	for (CatalogCategory category : getCategories()) {
	                                ^^^^^^^^^^^^^
Discouraged access: The method 'Catalog.getCategories()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[658] 
	public void removeItem(CatalogItem item) {
	                       ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[659] 
	getItems().remove(item);
	^^^^^^^^
Discouraged access: The method 'Catalog.getItems()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[660] 
	getFilteredItems().remove(item);
	^^^^^^^^^^^^^^^^
Discouraged access: The method 'Catalog.getFilteredItems()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[662] 
	for (CatalogCategory category : getCategories()) {
	     ^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[662] 
	for (CatalogCategory category : getCategories()) {
	                                ^^^^^^^^^^^^^
Discouraged access: The method 'Catalog.getCategories()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceCatalog.java:[663] 
	category.getItems().remove(item);
	         ^^^^^^^^
Discouraged access: The method 'CatalogCategory.getItems()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[75] 
	import org.eclipse.equinox.internal.p2.discovery.AbstractDiscoveryStrategy;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractDiscoveryStrategy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[76] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[77] 
	import org.eclipse.equinox.internal.p2.ui.ProvUI;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProvUI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.6.0.v20200523-1317/org.eclipse.equinox.p2.ui-2.6.0.v20200523-1317.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[78] 
	import org.eclipse.equinox.internal.p2.ui.discovery.util.WorkbenchUtil;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[79] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.DiscoveryWizard;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[121] 
	public class MarketplaceWizard extends DiscoveryWizard implements InstallProfile, IMarketplaceWebBrowser {
	                                       ^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[215] 
	private Set<CatalogItem> operationNewInstallItems;
	            ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[236] 
	super(catalog, configuration);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'DiscoveryWizard(Catalog, CatalogConfiguration)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[258] 
	return (MarketplaceCatalogConfiguration) super.getConfiguration();
	                                               ^^^^^^^^^^^^^^^^
Discouraged access: The method 'DiscoveryWizard.getConfiguration()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[263] 
	return (MarketplaceCatalog) super.getCatalog();
	                                  ^^^^^^^^^^
Discouraged access: The method 'DiscoveryWizard.getCatalog()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[310] 
	if (marketplacePage != null && viewer != null && !viewer.getControl().isDisposed()) {
	                                                         ^^^^^^^^^^
Discouraged access: The method 'FilteredViewer.getControl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[311] 
	viewer.setSelection(new StructuredSelection(viewer.getCheckedItems()));
	       ^^^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.setSelection(IStructuredSelection)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[312] 
	marketplacePage.setPageComplete(viewer.isComplete());
	                                       ^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.isComplete()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[319] 
	protected void notifyNonInstallableItems(final List<? extends CatalogItem> noninstallableItems) {
	                                                              ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[347] 
	return ((CatalogItem) element).getName();
	         ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[347] 
	return ((CatalogItem) element).getName();
	                               ^^^^^^^
Discouraged access: The method 'CatalogItem.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[441] 
	.setCurrentRemedy(featureSelectionWizardPage.getRemediationGroup().getCurrentRemedy());
	                                                                   ^^^^^^^^^^^^^^^^
Discouraged access: The method 'RemediationGroup.getCurrentRemedy()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.6.0.v20200523-1317/org.eclipse.equinox.p2.ui-2.6.0.v20200523-1317.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[446] 
	monitor -> currentJREPlan = ProvUI
	                            ^^^^^^
Discouraged access: The type 'ProvUI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.6.0.v20200523-1317/org.eclipse.equinox.p2.ui-2.6.0.v20200523-1317.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[447] 
	.toCompabilityWithCurrentJREProvisioningPlan(profileChangeOperation, monitor));
	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ProvUI.toCompabilityWithCurrentJREProvisioningPlan(ProfileChangeOperation, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.6.0.v20200523-1317/org.eclipse.equinox.p2.ui-2.6.0.v20200523-1317.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[452] 
	ProvUI.handleException(e.getCause(), null, StatusManager.SHOW | StatusManager.LOG);
	^^^^^^
Discouraged access: The type 'ProvUI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.6.0.v20200523-1317/org.eclipse.equinox.p2.ui-2.6.0.v20200523-1317.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[452] 
	ProvUI.handleException(e.getCause(), null, StatusManager.SHOW | StatusManager.LOG);
	       ^^^^^^^^^^^^^^^
Discouraged access: The method 'ProvUI.handleException(Throwable, String, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.6.0.v20200523-1317/org.eclipse.equinox.p2.ui-2.6.0.v20200523-1317.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[521] 
	super.addPages();
	      ^^^^^^^^
Discouraged access: The method 'DiscoveryWizard.addPages()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[588] 
	getCatalog().dispose();
	             ^^^^^^^
Discouraged access: The method 'Catalog.dispose()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[617] 
	return (MarketplacePage) super.getCatalogPage();
	                               ^^^^^^^^^^^^^^
Discouraged access: The method 'DiscoveryWizard.getCatalogPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[675] 
	WorkbenchUtil.openUrl(url, IWorkbenchBrowserSupport.AS_EXTERNAL);
	^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[675] 
	WorkbenchUtil.openUrl(url, IWorkbenchBrowserSupport.AS_EXTERNAL);
	              ^^^^^^^
Discouraged access: The method 'WorkbenchUtil.openUrl(String, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[770] 
	final Map<CatalogItem, Operation> itemToOperation = getSelectionModel().getItemToSelectedOperation();
	          ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[771] 
	final Set<CatalogItem> selectedItems = getSelectionModel().getSelectedCatalogItems();
	          ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[773] 
	for (Map.Entry<CatalogItem, Operation> entry : itemToOperation.entrySet()) {
	               ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[837] 
	Set<CatalogItem> items = new HashSet<>(itemToOperation.keySet());
	    ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[871] 
	wizardContainer.run(true, false, monitor -> currentJREPlan = ProvUI
	                                                             ^^^^^^
Discouraged access: The type 'ProvUI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.6.0.v20200523-1317/org.eclipse.equinox.p2.ui-2.6.0.v20200523-1317.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[872] 
	.toCompabilityWithCurrentJREProvisioningPlan(profileChangeOperation, monitor));
	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ProvUI.toCompabilityWithCurrentJREProvisioningPlan(ProfileChangeOperation, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui/2.6.0.v20200523-1317/org.eclipse.equinox.p2.ui-2.6.0.v20200523-1317.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[907] 
	private Set<CatalogItem> computeNewInstallCatalogItems() {
	            ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[908] 
	Set<CatalogItem> items = new HashSet<>();
	    ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[909] 
	Map<CatalogItem, Collection<String>> iusByCatalogItem = new HashMap<>();
	    ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[923] 
	for (Entry<CatalogItem, Collection<String>> entry : iusByCatalogItem.entrySet()) {
	           ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[935] 
	List<AbstractDiscoveryStrategy> discoveryStrategies = catalog.getDiscoveryStrategies();
	     ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractDiscoveryStrategy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[935] 
	List<AbstractDiscoveryStrategy> discoveryStrategies = catalog.getDiscoveryStrategies();
	                                                              ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Catalog.getDiscoveryStrategies()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[936] 
	for (AbstractDiscoveryStrategy strategy : discoveryStrategies) {
	     ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractDiscoveryStrategy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[937] 
	strategy.dispose();
	         ^^^^^^^
Discouraged access: The method 'AbstractDiscoveryStrategy.dispose()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[1111] 
	List<AbstractDiscoveryStrategy> discoveryStrategies = getCatalog().getDiscoveryStrategies();
	     ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractDiscoveryStrategy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[1111] 
	List<AbstractDiscoveryStrategy> discoveryStrategies = getCatalog().getDiscoveryStrategies();
	                                                                   ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Catalog.getDiscoveryStrategies()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[1112] 
	for (AbstractDiscoveryStrategy strategy : discoveryStrategies) {
	     ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractDiscoveryStrategy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizard.java:[1128] 
	favoritesCatalog.getDiscoveryStrategies().add(new FavoritesDiscoveryStrategy(marketplaceStrategy) {
	                 ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Catalog.getDiscoveryStrategies()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CatalogSwitcher.java:[22] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogCategory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CatalogSwitcher.java:[23] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.CategoryItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CategoryItem<T>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CatalogSwitcher.java:[24] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.DiscoveryResources;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryResources' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CatalogSwitcher.java:[76] 
	styleHelper.setClass("CatalogSwitcher");
	                     ^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CatalogSwitcher.java:[125] 
	CatalogCategory fakeCategory = new CatalogCategory();
	^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CatalogSwitcher.java:[125] 
	CatalogCategory fakeCategory = new CatalogCategory();
	                                   ^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CatalogSwitcher.java:[125] 
	CatalogCategory fakeCategory = new CatalogCategory();
	                                   ^^^^^^^^^^^^^^^
Discouraged access: The constructor 'CatalogCategory()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CatalogSwitcher.java:[126] 
	fakeCategory.setName(Messages.CatalogSwitcher_Header);
	             ^^^^^^^
Discouraged access: The method 'CatalogCategory.setName(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CatalogSwitcher.java:[127] 
	CategoryItem<CatalogCategory> header = new CategoryItem<>(parent, SWT.NONE,
	^^^^^^^^^^^^
Discouraged access: The type 'CategoryItem<CatalogCategory>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CatalogSwitcher.java:[127] 
	CategoryItem<CatalogCategory> header = new CategoryItem<>(parent, SWT.NONE,
	             ^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CatalogSwitcher.java:[127] 
	CategoryItem<CatalogCategory> header = new CategoryItem<>(parent, SWT.NONE,
	                                           ^^^^^^^^^^^^
Discouraged access: The type 'CategoryItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CatalogSwitcher.java:[127] 
	CategoryItem<CatalogCategory> header = new CategoryItem<>(parent, SWT.NONE,
	                                           ^^^^^^^^^^^^
Discouraged access: The constructor 'CategoryItem<CatalogCategory>(Composite, int, DiscoveryResources, CatalogCategory)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CatalogSwitcher.java:[128] 
	new DiscoveryResources(parent.getDisplay()), fakeCategory);
	    ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryResources' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CatalogSwitcher.java:[128] 
	new DiscoveryResources(parent.getDisplay()), fakeCategory);
	    ^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'DiscoveryResources(Display)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CatalogSwitcher.java:[131] 
	new StyleHelper().on(header).setClass("CatalogSwitcherHeader");
	                                      ^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CatalogSwitcher.java:[138] 
	styleHelper.setId("catalog-" + composite.getChildren().length);
	                  ^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractTagFilter.java:[21] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractTagFilter.java:[22] 
	import org.eclipse.equinox.internal.p2.discovery.model.Tag;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractTagFilter.java:[25] 
	* An abstract implementation of a filter that operates on {@link Tag tags}.
	                                                                 ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractTagFilter.java:[28] 
	* @see Tag
	       ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractTagFilter.java:[36] 
	private List<Tag> choices;
	             ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractTagFilter.java:[38] 
	private final Set<Tag> selected = new HashSet<>();
	                  ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractTagFilter.java:[45] 
	public final boolean select(CatalogItem item) {
	                            ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractTagFilter.java:[57] 
	protected boolean hasSelectedTag(CatalogItem item) {
	                                 ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractTagFilter.java:[58] 
	Set<Tag> tags = item.getTags();
	    ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractTagFilter.java:[58] 
	Set<Tag> tags = item.getTags();
	                     ^^^^^^^
Discouraged access: The method 'CatalogItem.getTags()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractTagFilter.java:[60] 
	for (Tag selectedTag : selected) {
	     ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractTagFilter.java:[69] 
	public List<Tag> getChoices() {
	            ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractTagFilter.java:[73] 
	public void setChoices(List<Tag> choices) {
	                            ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractTagFilter.java:[74] 
	List<Tag> previousChoices = this.choices;
	     ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractTagFilter.java:[81] 
	protected void choicesChanged(List<Tag> choices, List<Tag> previousChoices) {
	                                   ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractTagFilter.java:[81] 
	protected void choicesChanged(List<Tag> choices, List<Tag> previousChoices) {
	                                                      ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractTagFilter.java:[85] 
	public Set<Tag> getSelected() {
	           ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/AbstractTagFilter.java:[89] 
	public void setSelected(Set<Tag> selected) {
	                            ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceInfo.java:[257] 
	catalogItem.setInstalled(installed);
	            ^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.setInstalled(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceFilter.java:[19] 
	import org.eclipse.equinox.internal.p2.discovery.Catalog;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Catalog' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceFilter.java:[20] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceFilter.java:[21] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.CatalogConfiguration;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogConfiguration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceFilter.java:[22] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.CatalogFilter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogFilter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceFilter.java:[29] 
	* filters may be added to the {@link CatalogConfiguration#getFilters() configuration filters}.
	                                     ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogConfiguration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceFilter.java:[29] 
	* filters may be added to the {@link CatalogConfiguration#getFilters() configuration filters}.
	                                                          ^^^^^^^^^^
Discouraged access: The method 'CatalogConfiguration.getFilters()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceFilter.java:[32] 
	* @see CatalogConfiguration
	       ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogConfiguration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceFilter.java:[34] 
	public abstract class MarketplaceFilter extends CatalogFilter {
	                                                ^^^^^^^^^^^^^
Discouraged access: The type 'CatalogFilter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceFilter.java:[35] 
	private Catalog catalog;
	        ^^^^^^^
Discouraged access: The type 'Catalog' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceFilter.java:[39] 
	public Catalog getCatalog() {
	       ^^^^^^^
Discouraged access: The type 'Catalog' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceFilter.java:[43] 
	public void setCatalog(Catalog catalog) {
	                       ^^^^^^^
Discouraged access: The type 'Catalog' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceFilter.java:[84] 
	public abstract boolean select(CatalogItem item);
	                               ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceBrowserIntegration.java:[28] 
	public class MarketplaceBrowserIntegration extends MarketplaceUrlHandler implements LocationListener,
	                                                   ^^^^^^^^^^^^^^^^^^^^^
The type MarketplaceUrlHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceBrowserIntegration.java:[47] 
	protected boolean handleInstallRequest(SolutionInstallationInfo installInfo, String url) {
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method MarketplaceBrowserIntegration.handleInstallRequest(MarketplaceUrlHandler.SolutionInstallationInfo, String) overrides a deprecated method from MarketplaceUrlHandler
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceBrowserIntegration.java:[47] 
	protected boolean handleInstallRequest(SolutionInstallationInfo installInfo, String url) {
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^
The type MarketplaceUrlHandler.SolutionInstallationInfo is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/OverviewToolTip.java:[31] 
	import org.eclipse.equinox.internal.p2.discovery.model.Overview;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Overview' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/OverviewToolTip.java:[32] 
	import org.eclipse.equinox.internal.p2.ui.discovery.util.WorkbenchUtil;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/OverviewToolTip.java:[72] 
	private static final String CSS_PATH = "overview.css";
	                                       ^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/OverviewToolTip.java:[74] 
	private static final String DEFAULT_THEME_CSS = "body { background-color: white; }";
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/OverviewToolTip.java:[76] 
	private static final String INITIALIZED_FLAG = OverviewToolTip.class.getName() + ".initialized";
	                                                                                 ^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/OverviewToolTip.java:[82] 
	private final Overview overview;
	              ^^^^^^^^
Discouraged access: The type 'Overview' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/OverviewToolTip.java:[95] 
	Overview overview) {
	^^^^^^^^
Discouraged access: The type 'Overview' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/OverviewToolTip.java:[116] 
	new StyleHelper().on(shell).addClasses("ToolTip", "OverviewToolTip"); //$NON-NLS-1$
	                                                  ^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/OverviewToolTip.java:[127] 
	if (overview.getScreenshot() != null) {
	             ^^^^^^^^^^^^^
Discouraged access: The method 'Overview.getScreenshot()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/OverviewToolTip.java:[130] 
	final boolean addLearnMoreLink = browser != null && overview.getUrl() != null && overview.getUrl().length() > 0;
	                                                             ^^^^^^
Discouraged access: The method 'Overview.getUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/OverviewToolTip.java:[130] 
	final boolean addLearnMoreLink = browser != null && overview.getUrl() != null && overview.getUrl().length() > 0;
	                                                                                          ^^^^^^
Discouraged access: The method 'Overview.getUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/OverviewToolTip.java:[146] 
	String summary = overview.getSummary();
	                          ^^^^^^^^^^
Discouraged access: The method 'Overview.getSummary()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/OverviewToolTip.java:[180] 
	WorkbenchUtil.openUrl(event.location, IWorkbenchBrowserSupport.AS_EXTERNAL);
	^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/OverviewToolTip.java:[180] 
	WorkbenchUtil.openUrl(event.location, IWorkbenchBrowserSupport.AS_EXTERNAL);
	              ^^^^^^^
Discouraged access: The method 'WorkbenchUtil.openUrl(String, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/OverviewToolTip.java:[207] 
	provideImage(imageLabel, source, overview.getScreenshot());
	                                          ^^^^^^^^^^^^^
Discouraged access: The method 'Overview.getScreenshot()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/OverviewToolTip.java:[216] 
	WorkbenchUtil.openUrl(overview.getScreenshot(), IWorkbenchBrowserSupport.AS_EXTERNAL);
	^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/OverviewToolTip.java:[216] 
	WorkbenchUtil.openUrl(overview.getScreenshot(), IWorkbenchBrowserSupport.AS_EXTERNAL);
	              ^^^^^^^
Discouraged access: The method 'WorkbenchUtil.openUrl(String, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/OverviewToolTip.java:[216] 
	WorkbenchUtil.openUrl(overview.getScreenshot(), IWorkbenchBrowserSupport.AS_EXTERNAL);
	                               ^^^^^^^^^^^^^
Discouraged access: The method 'Overview.getScreenshot()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/OverviewToolTip.java:[229] 
	link.setToolTipText(NLS.bind(Messages.OverviewToolTip_openUrlInBrowser, overview.getUrl()));
	                                                                                 ^^^^^^
Discouraged access: The method 'Overview.getUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/OverviewToolTip.java:[234] 
	browser.openUrl(overview.getUrl());
	                         ^^^^^^
Discouraged access: The method 'Overview.getUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/OverviewToolTip.java:[284] 
	themeCss = themeCss.replaceAll("[\\r\\n]+", " ");
	                               ^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/OverviewToolTip.java:[284] 
	themeCss = themeCss.replaceAll("[\\r\\n]+", " ");
	                                            ^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/OverviewToolTip.java:[319] 
	MarketplaceDiscoveryStrategy.cacheResource(resourceProvider, overview.getItem(), imagePath);
	                                                                      ^^^^^^^
Discouraged access: The method 'Overview.getItem()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ProvisioningJobListener.java:[32] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ProvisioningJobListener.java:[40] 
	private final Set<CatalogItem> installItems;
	                  ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ProvisioningJobListener.java:[42] 
	public ProvisioningJobListener(Set<CatalogItem> installItems) {
	                                   ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/ProvisioningJobListener.java:[60] 
	for (CatalogItem item : installItems) {
	     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizardDialog.java:[48] 
	new StyleHelper().on(newShell).setClass("MarketplaceWizardDialog").setId("MarketplaceWizard");
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizardDialog.java:[48] 
	new StyleHelper().on(newShell).setClass("MarketplaceWizardDialog").setId("MarketplaceWizard");
	                                                                         ^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/MarketplaceWizardDialog.java:[54] 
	CatalogDescriptor catalogDescriptor = info.getCatalogDescriptor();
	                  ^^^^^^^^^^^^^^^^^
The value of the local variable catalogDescriptor is not used
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoveryItem.java:[34] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoveryItem.java:[65] 
	public class DiscoveryItem<T extends CatalogItem> extends AbstractMarketplaceDiscoveryItem<T> {
	                                     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoveryItem.java:[112] 
	return WIDGET_ID_CSS_PREFIX + connector.getId();
	                                        ^^^^^
Discouraged access: The method 'CatalogItem.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoveryItem.java:[132] 
	boolean installed = connector.isInstalled();
	                              ^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.isInstalled()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoveryItem.java:[138] 
	new StyleHelper().on(alreadyInstalledButton).addClass("install-action");
	                                                      ^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoveryItem.java:[167] 
	new StyleHelper().on(button).addClass("install-action");
	                                      ^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoveryItem.java:[216] 
	if (connector.getData() instanceof INode) {
	              ^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoveryItem.java:[217] 
	INode node = (INode) connector.getData();
	                               ^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoveryItem.java:[273] 
	if (connector.getData() instanceof INode) {
	              ^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoveryItem.java:[274] 
	INode node = (INode) connector.getData();
	                               ^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoveryItem.java:[375] 
	MarketplaceCatalogSource source = (MarketplaceCatalogSource) this.getData().getSource();
	                                                                  ^^^^^^^
Discouraged access: The method 'ControlListItem<T>.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoveryItem.java:[375] 
	MarketplaceCatalogSource source = (MarketplaceCatalogSource) this.getData().getSource();
	                                                                            ^^^^^^^^^
Discouraged access: The method 'CatalogItem.getSource()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoveryItem.java:[424] 
	Object data = connector.getData();
	                        ^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoveryItem.java:[438] 
	if (!connector.getInstallableUnits().isEmpty() && connector.getSiteUrl() != null) {
	               ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getInstallableUnits()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoveryItem.java:[438] 
	if (!connector.getInstallableUnits().isEmpty() && connector.getSiteUrl() != null) {
	                                                            ^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getSiteUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoveryItem.java:[440] 
	URLUtil.toURI(connector.getSiteUrl());
	                        ^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getSiteUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoveryItem.java:[464] 
	return getData().isSelected();
	       ^^^^^^^
Discouraged access: The method 'ControlListItem<T>.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoveryItem.java:[464] 
	return getData().isSelected();
	                 ^^^^^^^^^^
Discouraged access: The method 'CatalogItem.isSelected()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoveryItem.java:[476] 
	return getViewer().getSelectionModel().getSelectedOperation(getData());
	                                                            ^^^^^^^
Discouraged access: The method 'ControlListItem<T>.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/RetryErrorActionItem.java:[19] 
	import org.eclipse.equinox.internal.p2.discovery.model.Icon;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/RetryErrorActionItem.java:[36] 
	return MarketplaceClientCore.computeStatus((Throwable) connector.getData(), null);
	                                                                 ^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/RetryErrorActionItem.java:[52] 
	protected Icon getIcon() {
	          ^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/UserActionCatalogItem.java:[15] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/UserActionCatalogItem.java:[17] 
	public class UserActionCatalogItem extends CatalogItem {
	                                           ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/UserActionCatalogItem.java:[25] 
	super();
	^^^^^^^^
Discouraged access: The constructor 'CatalogItem()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserFavoritesFindFavoritesActionItem.java:[18] 
	import org.eclipse.equinox.internal.p2.discovery.model.Icon;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/UserFavoritesFindFavoritesActionItem.java:[49] 
	protected Icon getIcon() {
	          ^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModelStateSerializer.java:[30] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModelStateSerializer.java:[52] 
	for (Map.Entry<CatalogItem, Operation> entry : selectionModel.getItemToSelectedOperation().entrySet()) {
	               ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModelStateSerializer.java:[57] 
	INode data = (INode) entry.getKey().getData();
	                                    ^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModelStateSerializer.java:[112] 
	for (CatalogItem item : catalog.getItems()) {
	     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModelStateSerializer.java:[112] 
	for (CatalogItem item : catalog.getItems()) {
	                                ^^^^^^^^
Discouraged access: The method 'Catalog.getItems()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/SelectionModelStateSerializer.java:[117] 
	if (nodeItem.isInstalled() && operation == Operation.INSTALL) {
	             ^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.isInstalled()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[69] 
	import org.eclipse.equinox.internal.p2.discovery.AbstractDiscoveryStrategy;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractDiscoveryStrategy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[70] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogCategory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[71] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[72] 
	import org.eclipse.equinox.internal.p2.discovery.model.Icon;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[73] 
	import org.eclipse.equinox.internal.p2.discovery.model.Overview;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Overview' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[74] 
	import org.eclipse.equinox.internal.p2.discovery.model.Tag;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[87] 
	public class MarketplaceDiscoveryStrategy extends AbstractDiscoveryStrategy {
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractDiscoveryStrategy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[188] 
	super.dispose();
	      ^^^^^^^
Discouraged access: The method 'AbstractDiscoveryStrategy.dispose()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[263] 
	List<CatalogItem> items = getItems();
	     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[263] 
	List<CatalogItem> items = getItems();
	                          ^^^^^^^^
Discouraged access: The method 'AbstractDiscoveryStrategy.getItems()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[289] 
	CatalogItem catalogItem = createCatalogItem(node, catalogCategory.getId(), userFavoritesSupported,
	^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[289] 
	CatalogItem catalogItem = createCatalogItem(node, catalogCategory.getId(), userFavoritesSupported,
	                                                                  ^^^^^
Discouraged access: The method 'CatalogCategory.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[306] 
	protected CatalogItem createCatalogItem(final INode node, String categoryId, boolean userFavoritesSupported,
	          ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[312] 
	catalogItem.setId(id);
	            ^^^^^
Discouraged access: The method 'CatalogItem.setId(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[313] 
	catalogItem.setName(getCatalogItemName(node));
	            ^^^^^^^
Discouraged access: The method 'CatalogItem.setName(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[314] 
	catalogItem.setCategoryId(categoryId);
	            ^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.setCategoryId(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[318] 
	catalogItem.addTag(new Tag(ICategory.class, category.getId(), category.getName()));
	            ^^^^^^
Discouraged access: The method 'CatalogItem.addTag(Tag)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[318] 
	catalogItem.addTag(new Tag(ICategory.class, category.getId(), category.getName()));
	                       ^^^
Discouraged access: The type 'Tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[318] 
	catalogItem.addTag(new Tag(ICategory.class, category.getId(), category.getName()));
	                       ^^^
Discouraged access: The constructor 'Tag(Object, String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[321] 
	catalogItem.setData(node);
	            ^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.setData(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[322] 
	catalogItem.setSource(source);
	            ^^^^^^^^^
Discouraged access: The method 'CatalogItem.setSource(AbstractCatalogSource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[323] 
	catalogItem.setLicense(node.getLicense());
	            ^^^^^^^^^^
Discouraged access: The method 'CatalogItem.setLicense(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[348] 
	catalogItem.setDescription(descriptionText);
	            ^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.setDescription(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[350] 
	catalogItem.setDescription(node.getShortdescription());
	            ^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.setDescription(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[356] 
	catalogItem.setProvider(provider);
	            ^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.setProvider(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[363] 
	catalogItem.setSiteUrl(updateurl);
	            ^^^^^^^^^^
Discouraged access: The method 'CatalogItem.setSiteUrl(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[368] 
	if (catalogItem.getInstallableUnits() == null || catalogItem.getInstallableUnits().isEmpty()
	                ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getInstallableUnits()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[368] 
	if (catalogItem.getInstallableUnits() == null || catalogItem.getInstallableUnits().isEmpty()
	                                                             ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getInstallableUnits()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[369] 
	|| catalogItem.getSiteUrl() == null) {
	               ^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getSiteUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[370] 
	catalogItem.setAvailable(false);
	            ^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.setAvailable(Boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[379] 
	final Overview overview = new Overview();
	      ^^^^^^^^
Discouraged access: The type 'Overview' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[379] 
	final Overview overview = new Overview();
	                              ^^^^^^^^
Discouraged access: The type 'Overview' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[379] 
	final Overview overview = new Overview();
	                              ^^^^^^^^
Discouraged access: The constructor 'Overview()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[380] 
	overview.setItem(catalogItem);
	         ^^^^^^^
Discouraged access: The method 'Overview.setItem(CatalogItem)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[381] 
	overview.setSummary(node.getBody());
	         ^^^^^^^^^^
Discouraged access: The method 'Overview.setSummary(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[382] 
	overview.setUrl(node.getUrl());
	         ^^^^^^
Discouraged access: The method 'Overview.setUrl(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[383] 
	catalogItem.setOverview(overview);
	            ^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.setOverview(Overview)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[389] 
	overview.setScreenshot(node.getScreenshot());
	         ^^^^^^^^^^^^^
Discouraged access: The method 'Overview.setScreenshot(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[406] 
	public static void cacheResource(ResourceProvider resourceProvider, CatalogItem catalogItem,
	                                                                    ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[409] 
	String requestSource = NLS.bind(Messages.MarketplaceDiscoveryStrategy_requestSource, catalogItem.getName(), catalogItem.getId());
	                                                                                                 ^^^^^^^
Discouraged access: The method 'CatalogItem.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[409] 
	String requestSource = NLS.bind(Messages.MarketplaceDiscoveryStrategy_requestSource, catalogItem.getName(), catalogItem.getId());
	                                                                                                                        ^^^^^
Discouraged access: The method 'CatalogItem.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[414] 
	catalogItem.getName(),
	            ^^^^^^^
Discouraged access: The method 'CatalogItem.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[415] 
	catalogItem.getId(), resource, e);
	            ^^^^^
Discouraged access: The method 'CatalogItem.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[418] 
	catalogItem.getName(),
	            ^^^^^^^
Discouraged access: The method 'CatalogItem.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[419] 
	catalogItem.getId(), resource, e);
	            ^^^^^
Discouraged access: The method 'CatalogItem.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[432] 
	List<CatalogItem> items = getItems();
	     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[432] 
	List<CatalogItem> items = getItems();
	                          ^^^^^^^^
Discouraged access: The method 'AbstractDiscoveryStrategy.getItems()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[434] 
	CatalogItem catalogItem = items.get(items.size() - 1);
	^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[435] 
	if (catalogItem.getData() != catalogDescriptor) {
	                ^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[442] 
	CatalogItem catalogItem = createCategoryItem(catalogCategory);
	^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[443] 
	items.add(catalogItem);
	^^^^^
Discouraged access: The field 'AbstractDiscoveryStrategy.items' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[446] 
	private CatalogItem createCategoryItem(MarketplaceCategory catalogCategory) {
	        ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[447] 
	CatalogItem catalogItem = new CatalogItem();
	^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[447] 
	CatalogItem catalogItem = new CatalogItem();
	                              ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[447] 
	CatalogItem catalogItem = new CatalogItem();
	                              ^^^^^^^^^^^
Discouraged access: The constructor 'CatalogItem()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[448] 
	catalogItem.setSource(source);
	            ^^^^^^^^^
Discouraged access: The method 'CatalogItem.setSource(AbstractCatalogSource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[449] 
	catalogItem.setData(catalogDescriptor);
	            ^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.setData(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[450] 
	catalogItem.setId(catalogDescriptor.getUrl().toString());
	            ^^^^^
Discouraged access: The method 'CatalogItem.setId(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[451] 
	catalogItem.setCategoryId(catalogCategory.getId());
	            ^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.setCategoryId(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[451] 
	catalogItem.setCategoryId(catalogCategory.getId());
	                                          ^^^^^
Discouraged access: The method 'CatalogCategory.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[461] 
	for (ListIterator<CatalogItem> i = items.listIterator(items.size()); i.hasPrevious();) {
	                  ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[461] 
	for (ListIterator<CatalogItem> i = items.listIterator(items.size()); i.hasPrevious();) {
	                                   ^^^^^
Discouraged access: The field 'AbstractDiscoveryStrategy.items' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[461] 
	for (ListIterator<CatalogItem> i = items.listIterator(items.size()); i.hasPrevious();) {
	                                                      ^^^^^
Discouraged access: The field 'AbstractDiscoveryStrategy.items' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[462] 
	CatalogItem item = i.previous();
	^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[463] 
	if (item.getSource() == source && (item.getCategory() == catalogCategory || catalogCategory.getId().equals(item.getCategoryId()))
	         ^^^^^^^^^
Discouraged access: The method 'CatalogItem.getSource()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[463] 
	if (item.getSource() == source && (item.getCategory() == catalogCategory || catalogCategory.getId().equals(item.getCategoryId()))
	                                        ^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getCategory()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[463] 
	if (item.getSource() == source && (item.getCategory() == catalogCategory || catalogCategory.getId().equals(item.getCategoryId()))
	                                                                                            ^^^^^
Discouraged access: The method 'CatalogCategory.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[463] 
	if (item.getSource() == source && (item.getCategory() == catalogCategory || catalogCategory.getId().equals(item.getCategoryId()))
	                                                                                                                ^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getCategoryId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[473] 
	catalogItem.setSource(source);
	            ^^^^^^^^^
Discouraged access: The method 'CatalogItem.setSource(AbstractCatalogSource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[474] 
	catalogItem.setData(data);
	            ^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.setData(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[475] 
	catalogItem.setId(catalogDescriptor.getUrl().toString() + "#" + userAction.name()); //$NON-NLS-1$
	            ^^^^^
Discouraged access: The method 'CatalogItem.setId(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[476] 
	catalogItem.setCategoryId(catalogCategory.getId());
	            ^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.setCategoryId(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[476] 
	catalogItem.setCategoryId(catalogCategory.getId());
	                                          ^^^^^
Discouraged access: The method 'CatalogCategory.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[477] 
	items.add(0, catalogItem);
	^^^^^
Discouraged access: The field 'AbstractDiscoveryStrategy.items' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[481] 
	private static void createIcon(CatalogItem catalogItem, final INode node) {
	                               ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[482] 
	Icon icon = new Icon();
	^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[482] 
	Icon icon = new Icon();
	                ^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[482] 
	Icon icon = new Icon();
	                ^^^^
Discouraged access: The constructor 'Icon()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[484] 
	icon.setImage32(node.getImage());
	     ^^^^^^^^^^
Discouraged access: The method 'Icon.setImage32(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[485] 
	icon.setImage48(node.getImage());
	     ^^^^^^^^^^
Discouraged access: The method 'Icon.setImage48(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[486] 
	icon.setImage64(node.getImage());
	     ^^^^^^^^^^
Discouraged access: The method 'Icon.setImage64(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[487] 
	icon.setImage128(node.getImage());
	     ^^^^^^^^^^^
Discouraged access: The method 'Icon.setImage128(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[488] 
	catalogItem.setIcon(icon);
	            ^^^^^^^
Discouraged access: The method 'CatalogItem.setIcon(Icon)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[746] 
	List<CatalogItem> items = catalogCategory.getItems();
	     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[746] 
	List<CatalogItem> items = catalogCategory.getItems();
	                                          ^^^^^^^^
Discouraged access: The method 'CatalogCategory.getItems()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[749] 
	for (CatalogItem item : items) {
	     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[750] 
	Object data = item.getData();
	                   ^^^^^^^
Discouraged access: The method 'AbstractCatalogItem.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[762] 
	for (CatalogItem catalogItem : items) {
	     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[765] 
	INode node = nodes.get(nodeItem.getId());
	                                ^^^^^
Discouraged access: The method 'CatalogItem.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[782] 
	for (CatalogItem catalogItem : items) {
	     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[914] 
	List<CatalogCategory> categories = getCategories();
	     ^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[914] 
	List<CatalogCategory> categories = getCategories();
	                                   ^^^^^^^^^^^^^
Discouraged access: The method 'AbstractDiscoveryStrategy.getCategories()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[917] 
	setCategories(categories);
	^^^^^^^^^^^^^
Discouraged access: The method 'AbstractDiscoveryStrategy.setCategories(List<CatalogCategory>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[919] 
	for (CatalogCategory candidate : categories) {
	     ^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[920] 
	if (candidate.getSource() == source) {
	              ^^^^^^^^^
Discouraged access: The method 'CatalogCategory.getSource()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[932] 
	catalogCategory.setId("<root>"); //$NON-NLS-1$
	                ^^^^^
Discouraged access: The method 'CatalogCategory.setId(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[933] 
	catalogCategory.setName("<root>"); //$NON-NLS-1$
	                ^^^^^^^
Discouraged access: The method 'CatalogCategory.setName(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[934] 
	catalogCategory.setSource(source);
	                ^^^^^^^^^
Discouraged access: The method 'CatalogCategory.setSource(AbstractCatalogSource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[950] 
	public void installErrorReport(IProgressMonitor monitor, IStatus result, Set<CatalogItem> items,
	                                                                             ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceDiscoveryStrategy.java:[956] 
	for (CatalogItem item : items) {
	     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CatalogSwitcherItem.java:[73] 
	styleHelper.setClass("Catalog");
	                     ^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/CatalogSwitcherItem.java:[78] 
	styleHelper.on(iconLabel).setClass("CatalogImage");
	                                   ^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/urlhandling/MarketplaceUriSchemeHandler.java:[18] 
	import org.eclipse.urischeme.IUriSchemeHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IUriSchemeHandler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.urischeme/1.1.0.v20200526-0654/org.eclipse.urischeme-1.1.0.v20200526-0654.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/urlhandling/MarketplaceUriSchemeHandler.java:[20] 
	public class MarketplaceUriSchemeHandler implements IUriSchemeHandler {
	                                                    ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IUriSchemeHandler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.urischeme/1.1.0.v20200526-0654/org.eclipse.urischeme-1.1.0.v20200526-0654.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/OpenFavoritesNotificationItem.java:[18] 
	import org.eclipse.equinox.internal.p2.discovery.model.Icon;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/OpenFavoritesNotificationItem.java:[37] 
	protected Icon getIcon() {
	          ^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/css/CatalogSwitcherItemElementProvider.java:[15] 
	import org.eclipse.e4.ui.css.core.dom.IElementProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IElementProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/css/CatalogSwitcherItemElementProvider.java:[16] 
	import org.eclipse.e4.ui.css.core.engine.CSSEngine;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/css/CatalogSwitcherItemElementProvider.java:[20] 
	public class CatalogSwitcherItemElementProvider implements IElementProvider {
	                                                           ^^^^^^^^^^^^^^^^
Discouraged access: The type 'IElementProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/css/CatalogSwitcherItemElementProvider.java:[22] 
	public static final IElementProvider INSTANCE = new CatalogSwitcherItemElementProvider();
	                    ^^^^^^^^^^^^^^^^
Discouraged access: The type 'IElementProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/css/CatalogSwitcherItemElementProvider.java:[25] 
	public Element getElement(Object element, CSSEngine engine) {
	                                          ^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/AskMarketplaceForFileSupportStrategy.java:[21] 
	import org.eclipse.ui.internal.ide.registry.SystemEditorOrTextEditorStrategy;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SystemEditorOrTextEditorStrategy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.ui.ide/3.17.100.v20200522-1057/org.eclipse.ui.ide-3.17.100.v20200522-1057.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/FeatureDescriptor.java:[15] 
	import org.eclipse.equinox.internal.p2.metadata.TranslationSupport;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TranslationSupport' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.5.0.v20200511-1530/org.eclipse.equinox.p2.metadata-2.5.0.v20200511-1530.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/FeatureDescriptor.java:[53] 
	String value = TranslationSupport.getInstance().getIUProperty(candidate, key, null);
	               ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TranslationSupport' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.5.0.v20200511-1530/org.eclipse.equinox.p2.metadata-2.5.0.v20200511-1530.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/FeatureDescriptor.java:[53] 
	String value = TranslationSupport.getInstance().getIUProperty(candidate, key, null);
	                                  ^^^^^^^^^^^
Discouraged access: The method 'TranslationSupport.getInstance()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.5.0.v20200511-1530/org.eclipse.equinox.p2.metadata-2.5.0.v20200511-1530.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/operations/FeatureDescriptor.java:[53] 
	String value = TranslationSupport.getInstance().getIUProperty(candidate, key, null);
	                                                ^^^^^^^^^^^^^
Discouraged access: The method 'TranslationSupport.getIUProperty(IInstallableUnit, String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.5.0.v20200511-1530/org.eclipse.equinox.p2.metadata-2.5.0.v20200511-1530.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeInstallableUnitItem.java:[16] 
	import org.eclipse.equinox.internal.p2.discovery.model.AbstractCatalogItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractCatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/catalog/MarketplaceNodeInstallableUnitItem.java:[18] 
	public class MarketplaceNodeInstallableUnitItem extends AbstractCatalogItem {
	                                                        ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractCatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java:[43] 
	import org.eclipse.equinox.internal.p2.discovery.DiscoveryCore;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryCore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java:[44] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.DiscoveryWizard;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java:[72] 
	DiscoveryWizard wizard = createWizard(catalog, configuration, event);
	^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java:[81] 
	catalog.setEnvironment(DiscoveryCore.createEnvironment());
	        ^^^^^^^^^^^^^^
Discouraged access: The method 'Catalog.setEnvironment(Dictionary<Object,Object>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java:[81] 
	catalog.setEnvironment(DiscoveryCore.createEnvironment());
	                       ^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryCore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java:[81] 
	catalog.setEnvironment(DiscoveryCore.createEnvironment());
	                                     ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DiscoveryCore.createEnvironment()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java:[82] 
	catalog.setVerifyUpdateSiteAvailability(false);
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Catalog.setVerifyUpdateSiteAvailability(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java:[89] 
	configuration.setVerifyUpdateSiteAvailability(false);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogConfiguration.setVerifyUpdateSiteAvailability(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java:[144] 
	protected void openWizardDialog(DiscoveryWizard wizard, ExecutionEvent event) {
	                                ^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java:[149] 
	protected abstract AbstractMarketplaceWizardDialog createWizardDialog(DiscoveryWizard wizard, ExecutionEvent event);
	                                                                      ^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java:[151] 
	protected abstract DiscoveryWizard createWizard(final MarketplaceCatalog catalog,
	                   ^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java:[209] 
	if (ie.getMessage() == null || "".equals(ie.getMessage())) {
	                               ^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/commands/AbstractMarketplaceWizardCommand.java:[210] 
	InterruptedException ie1 = new InterruptedException("Operation cancelled");
	                                                    ^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/ShowFileSupportProposalsJob.java:[27] 
	import org.eclipse.equinox.internal.p2.ui.discovery.util.WorkbenchUtil;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/ShowFileSupportProposalsJob.java:[34] 
	import org.eclipse.ui.internal.registry.EditorRegistry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EditorRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/ShowFileSupportProposalsJob.java:[35] 
	import org.eclipse.ui.internal.registry.FileEditorMapping;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FileEditorMapping' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/ShowFileSupportProposalsJob.java:[62] 
	final Shell shell = WorkbenchUtil.getShell();
	                    ^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/discovery/ShowFileSupportProposalsJob.java:[62] 
	final Shell shell = WorkbenchUtil.getShell();
	                                  ^^^^^^^^
Discouraged access: The method 'WorkbenchUtil.getShell()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/InstallAllActionLink.java:[19] 
	import org.eclipse.equinox.internal.p2.discovery.model.CatalogItem;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/InstallAllActionLink.java:[41] 
	List<CatalogItem> items = viewer.getCatalog().getItems();
	     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/InstallAllActionLink.java:[41] 
	List<CatalogItem> items = viewer.getCatalog().getItems();
	                                              ^^^^^^^^
Discouraged access: The method 'Catalog.getItems()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/InstallAllActionLink.java:[46] 
	for (CatalogItem catalogItem : items) {
	     ^^^^^^^^^^^
Discouraged access: The type 'CatalogItem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/InstallAllActionLink.java:[56] 
	viewer.setSelection(new StructuredSelection(viewer.getCheckedItems()));
	       ^^^^^^^^^^^^
Discouraged access: The method 'CatalogViewer.setSelection(IStructuredSelection)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/css/CatalogSwitcherItemElement.java:[15] 
	import org.eclipse.e4.ui.css.core.engine.CSSEngine;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/css/CatalogSwitcherItemElement.java:[16] 
	import org.eclipse.e4.ui.css.swt.dom.CompositeElement;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CompositeElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.13.1000.v20200525-0806/org.eclipse.e4.ui.css.swt-0.13.1000.v20200525-0806.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/css/CatalogSwitcherItemElement.java:[19] 
	public class CatalogSwitcherItemElement extends CompositeElement {
	                                                ^^^^^^^^^^^^^^^^
Discouraged access: The type 'CompositeElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.13.1000.v20200525-0806/org.eclipse.e4.ui.css.swt-0.13.1000.v20200525-0806.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/css/CatalogSwitcherItemElement.java:[21] 
	public CatalogSwitcherItemElement(CatalogSwitcherItem item, CSSEngine engine) {
	                                                            ^^^^^^^^^
Discouraged access: The type 'CSSEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/css/CatalogSwitcherItemElement.java:[22] 
	super(item, engine);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'CompositeElement(Composite, CSSEngine)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.13.1000.v20200525-0806/org.eclipse.e4.ui.css.swt-0.13.1000.v20200525-0806.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/css/CatalogSwitcherItemElement.java:[46] 
	return (CatalogSwitcherItem) super.getNativeWidget();
	                                   ^^^^^^^^^^^^^^^
Discouraged access: The method 'ElementAdapter.getNativeWidget()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.1200.v20200513-0930/org.eclipse.e4.ui.css.core-0.12.1200.v20200513-0930.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/css/CatalogSwitcherItemElement.java:[54] 
	return super.isPseudoInstanceOf(s);
	             ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ControlElement.isPseudoInstanceOf(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.13.1000.v20200525-0806/org.eclipse.e4.ui.css.swt-0.13.1000.v20200525-0806.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoverFavoritesUserActionItem.java:[17] 
	import org.eclipse.equinox.internal.p2.discovery.model.Icon;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoverFavoritesUserActionItem.java:[18] 
	import org.eclipse.equinox.internal.p2.ui.discovery.wizards.CatalogViewer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CatalogViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoverFavoritesUserActionItem.java:[24] 
	CatalogViewer viewer) {
	^^^^^^^^^^^^^
Discouraged access: The type 'CatalogViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoverFavoritesUserActionItem.java:[30] 
	return getData().getDescription();
	       ^^^^^^^
Discouraged access: The method 'ControlListItem<UserActionCatalogItem>.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoverFavoritesUserActionItem.java:[30] 
	return getData().getDescription();
	                 ^^^^^^^^^^^^^^
Discouraged access: The method 'CatalogItem.getDescription()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoverFavoritesUserActionItem.java:[35] 
	return getData().getName();
	       ^^^^^^^
Discouraged access: The method 'ControlListItem<UserActionCatalogItem>.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.ui.discovery/1.1.500.v20200521-1852/org.eclipse.equinox.p2.ui.discovery-1.1.500.v20200521-1852.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoverFavoritesUserActionItem.java:[35] 
	return getData().getName();
	                 ^^^^^^^
Discouraged access: The method 'CatalogItem.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/org/eclipse/epp/internal/mpc/ui/wizards/DiscoverFavoritesUserActionItem.java:[39] 
	protected Icon getIcon() {
	          ^^^^
Discouraged access: The type 'Icon' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/epp-mpc-release/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.discovery/1.1.200.v20190611-1008/org.eclipse.equinox.p2.discovery-1.1.200.v20190611-1008.jar')
1076 problems (1076 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.epp.mpc.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.5.1:plugin-source (attach-source) @ org.eclipse.epp.mpc.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/target/org.eclipse.epp.mpc.ui-1.8.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.epp.mpc.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.epp.mpc.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/target/org.eclipse.epp.mpc.ui-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.epp.mpc.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/target/org.eclipse.epp.mpc.ui-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.epp.mpc.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/target/org.eclipse.epp.mpc.ui-1.8.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/target/org.eclipse.epp.mpc.ui-1.8.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.epp.mpc.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/target/org.eclipse.epp.mpc.ui-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc.ui ---
[INFO] 
[INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.epp.mpc.ui >>>
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.epp.mpc.ui ---
[INFO] Fork Value is true
     [java] Warnings generated: 47
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.epp.mpc.ui <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.epp.mpc.ui ---
[INFO] BugInstance size is 47
[INFO] Error size is 0
[INFO] Total bugs: 47
[ERROR] Null passed for non-null parameter of findException(Object[]) in org.eclipse.epp.internal.mpc.ui.MarketplaceClientUi.newStatus(int, String, Object[]) [org.eclipse.epp.internal.mpc.ui.MarketplaceClientUi, org.eclipse.epp.internal.mpc.ui.MarketplaceClientUi] Method invoked at MarketplaceClientUi.java:[line 94]Known null at MarketplaceClientUi.java:[line 91] NP_NULL_PARAM_DEREF
[ERROR] org.eclipse.epp.internal.mpc.ui.MarketplaceClientUiPlugin.DEBUG isn't final and can't be protected from malicious code  [org.eclipse.epp.internal.mpc.ui.MarketplaceClientUiPlugin] At MarketplaceClientUiPlugin.java:[line 112] MS_CANNOT_BE_FINAL
[ERROR] Write to static field org.eclipse.epp.internal.mpc.ui.MarketplaceClientUiPlugin.bundleContext from instance method org.eclipse.epp.internal.mpc.ui.MarketplaceClientUiPlugin.start(BundleContext) [org.eclipse.epp.internal.mpc.ui.MarketplaceClientUiPlugin] At MarketplaceClientUiPlugin.java:[line 127] ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD
[ERROR] Nullcheck of node at line 400 of value previously dereferenced in org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceDiscoveryStrategy.createCatalogItem(INode, String, boolean, IProgressMonitor) [org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceDiscoveryStrategy, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceDiscoveryStrategy] At MarketplaceDiscoveryStrategy.java:[line 308]Redundant null check at MarketplaceDiscoveryStrategy.java:[line 400] RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE
[ERROR] Inconsistent synchronization of org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo.iuToNodeKey; locked 66% of time [org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo] Unsynchronized access at MarketplaceInfo.java:[line 97]Unsynchronized access at MarketplaceInfo.java:[line 93]Synchronized access at MarketplaceInfo.java:[line 292]Synchronized access at MarketplaceInfo.java:[line 296]Synchronized access at MarketplaceInfo.java:[line 277]Synchronized access at MarketplaceInfo.java:[line 285] IS2_INCONSISTENT_SYNC
[ERROR] Inconsistent synchronization of org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo.nodeKeyToIU; locked 75% of time [org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo] Unsynchronized access at MarketplaceInfo.java:[line 85]Unsynchronized access at MarketplaceInfo.java:[line 89]Synchronized access at MarketplaceInfo.java:[line 145]Synchronized access at MarketplaceInfo.java:[line 147]Synchronized access at MarketplaceInfo.java:[line 116]Synchronized access at MarketplaceInfo.java:[line 118]Synchronized access at MarketplaceInfo.java:[line 289]Synchronized access at MarketplaceInfo.java:[line 275] IS2_INCONSISTENT_SYNC
[ERROR] Redundant nullcheck of nodeUrlsValue, which is known to be non-null in org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo.computeInstalledNodes(URL, Map) [org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo] Redundant null check at MarketplaceInfo.java:[line 160] RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
[ERROR] Exceptional return value of java.io.File.delete() ignored in org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo.doLoad(File) [org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo] At MarketplaceInfo.java:[line 365] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[ERROR] Exceptional return value of java.io.File.mkdirs() ignored in org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo.save(File) [org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo] At MarketplaceInfo.java:[line 385] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[ERROR] Exceptional return value of java.io.File.delete() ignored in org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider.dispose() [org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider, org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider] At ResourceProvider.java:[line 343]Another occurrence at ResourceProvider.java:[line 346] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[ERROR] Exceptional return value of java.io.File.delete() ignored in org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider.init() [org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider] At ResourceProvider.java:[line 206] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[ERROR] Inconsistent synchronization of org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider$ResourceFuture.input; locked 57% of time [org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider$ResourceFuture, org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider$ResourceFuture, org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider$ResourceFuture, org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider$ResourceFuture, org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider$ResourceFuture, org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider$ResourceFuture] Unsynchronized access at ResourceProvider.java:[line 66]Unsynchronized access at ResourceProvider.java:[line 93]Synchronized access at ResourceProvider.java:[line 142]Synchronized access at ResourceProvider.java:[line 145]Synchronized access at ResourceProvider.java:[line 155]Synchronized access at ResourceProvider.java:[line 155] IS2_INCONSISTENT_SYNC
[ERROR] Exceptional return value of java.io.File.delete() ignored in org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider$ResourceFuture.lambda$0(String, File) [org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider$ResourceFuture] At ResourceProvider.java:[line 102] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[ERROR] Redundant nullcheck of catalog, which is known to be non-null in org.eclipse.epp.internal.mpc.ui.commands.AbstractMarketplaceWizardCommand.execute(ExecutionEvent) [org.eclipse.epp.internal.mpc.ui.commands.AbstractMarketplaceWizardCommand] Redundant null check at AbstractMarketplaceWizardCommand.java:[line 63] RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
[ERROR] Useless object stored in variable ordered of method org.eclipse.epp.internal.mpc.ui.discovery.DiscoverFileSupportJob.orderNodesByTagSubExtensionCount(List, List) [org.eclipse.epp.internal.mpc.ui.discovery.DiscoverFileSupportJob] At DiscoverFileSupportJob.java:[line 146] UC_USELESS_OBJECT
[ERROR] Nullcheck of pref at line 126 of value previously dereferenced in org.eclipse.epp.internal.mpc.ui.discovery.ShowFileSupportProposalsDialog$3.widgetSelected(SelectionEvent) [org.eclipse.epp.internal.mpc.ui.discovery.ShowFileSupportProposalsDialog$3, org.eclipse.epp.internal.mpc.ui.discovery.ShowFileSupportProposalsDialog$3] At ShowFileSupportProposalsDialog.java:[line 126]Redundant null check at ShowFileSupportProposalsDialog.java:[line 127] RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE
[ERROR] org.eclipse.epp.internal.mpc.ui.operations.ProfileChangeOperationComputer.getIus() may expose internal representation by returning ProfileChangeOperationComputer.ius [org.eclipse.epp.internal.mpc.ui.operations.ProfileChangeOperationComputer] At ProfileChangeOperationComputer.java:[line 273] EI_EXPOSE_REP
[ERROR] org.eclipse.epp.internal.mpc.ui.operations.ProfileChangeOperationComputer.checkForUnavailable(List) concatenates strings using + in a loop [org.eclipse.epp.internal.mpc.ui.operations.ProfileChangeOperationComputer] At ProfileChangeOperationComputer.java:[line 512] SBSC_USE_STRINGBUFFER_CONCATENATION
[ERROR] org.eclipse.epp.internal.mpc.ui.wizards.AbstractMarketplaceDiscoveryItem.<static initializer for AbstractMarketplaceDiscoveryItem>() invokes inefficient new String(String) constructor [org.eclipse.epp.internal.mpc.ui.wizards.AbstractMarketplaceDiscoveryItem] At AbstractMarketplaceDiscoveryItem.java:[line 86] DM_STRING_CTOR
[ERROR] Switch statement found in org.eclipse.epp.internal.mpc.ui.wizards.AbstractMarketplaceDiscoveryItem.lambda$8(ToolTip, Control, Event) where default case is missing [org.eclipse.epp.internal.mpc.ui.wizards.AbstractMarketplaceDiscoveryItem] At AbstractMarketplaceDiscoveryItem.java:[lines 813-838] SF_SWITCH_NO_DEFAULT
[ERROR] Comparison of String objects using == or != in org.eclipse.epp.internal.mpc.ui.wizards.AbstractMarketplaceDiscoveryItem$5.selected(Object, TypedEvent)  [org.eclipse.epp.internal.mpc.ui.wizards.AbstractMarketplaceDiscoveryItem$5] At AbstractMarketplaceDiscoveryItem.java:[line 647] ES_COMPARING_STRINGS_WITH_EQ
[ERROR] Switch statement found in org.eclipse.epp.internal.mpc.ui.wizards.AbstractMarketplaceWizardDialog.createButton(Composite, int, String, boolean) where default case is missing [org.eclipse.epp.internal.mpc.ui.wizards.AbstractMarketplaceWizardDialog] At AbstractMarketplaceWizardDialog.java:[lines 93-104] SF_SWITCH_NO_DEFAULT
[ERROR] Boxed value is unboxed and then immediately reboxed in org.eclipse.epp.internal.mpc.ui.wizards.DiscoveryItem.createInstallInfo(Composite) [org.eclipse.epp.internal.mpc.ui.wizards.DiscoveryItem, org.eclipse.epp.internal.mpc.ui.wizards.DiscoveryItem] At DiscoveryItem.java:[line 227]Another occurrence at DiscoveryItem.java:[line 231] BX_UNBOXING_IMMEDIATELY_REBOXED
[ERROR] Primitive is boxed to call Integer.compareTo(Integer): use Integer.compare(int, int) instead [org.eclipse.epp.internal.mpc.ui.wizards.FeatureSelectionWizardPage$1] At FeatureSelectionWizardPage.java:[line 310] DM_BOXED_PRIMITIVE_FOR_COMPARE
[ERROR] Switch statement found in org.eclipse.epp.internal.mpc.ui.wizards.FeatureSelectionWizardPage$LabelProvider.getStyledText(Object) where default case is missing [org.eclipse.epp.internal.mpc.ui.wizards.FeatureSelectionWizardPage$LabelProvider] At FeatureSelectionWizardPage.java:[lines 94-102] SF_SWITCH_NO_DEFAULT
[ERROR] Switch statement found in org.eclipse.epp.internal.mpc.ui.wizards.InstallUpdatesNotificationItem.buttonPressed(int) where default case is missing [org.eclipse.epp.internal.mpc.ui.wizards.InstallUpdatesNotificationItem] At InstallUpdatesNotificationItem.java:[lines 112-117] SF_SWITCH_NO_DEFAULT
[ERROR] org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceBrowserIntegration.handleInstallRequest(MarketplaceUrlHandler$SolutionInstallationInfo, String) doesn't override method in superclass because parameter type org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceUrlHandler$SolutionInstallationInfo doesn't match superclass parameter type org.eclipse.epp.mpc.ui.MarketplaceUrlHandler$SolutionInstallationInfo [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceBrowserIntegration] At MarketplaceBrowserIntegration.java:[lines 48-49] NM_WRONG_PACKAGE
[ERROR] Redundant nullcheck of eventData, which is known to be non-null in org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceDropAdapter$MarketplaceDropTargetListener.getUrl(Object) [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceDropAdapter$MarketplaceDropTargetListener] Redundant null check at MarketplaceDropAdapter.java:[line 364] RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
[ERROR] org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceDropAdapter$TransferDataTraceFormatter.toString() may return null [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceDropAdapter$TransferDataTraceFormatter] At MarketplaceDropAdapter.java:[line 397] NP_TOSTRING_COULD_RETURN_NULL
[ERROR] Exception is caught when Exception is not thrown in org.eclipse.epp.internal.mpc.ui.wizards.MarketplacePage$4.handleEvent(Event) [org.eclipse.epp.internal.mpc.ui.wizards.MarketplacePage$4] At MarketplacePage.java:[line 322] REC_CATCH_EXCEPTION
[ERROR] The class name org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceUrlHandler shadows the simple name of the superclass org.eclipse.epp.mpc.ui.MarketplaceUrlHandler [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceUrlHandler] At MarketplaceUrlHandler.java:[lines 25-65] NM_SAME_SIMPLE_NAME_AS_SUPERCLASS
[ERROR] org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceUrlHandler.handleInstallRequest(MarketplaceUrlHandler$SolutionInstallationInfo, String) doesn't override method in superclass because parameter type org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceUrlHandler$SolutionInstallationInfo doesn't match superclass parameter type org.eclipse.epp.mpc.ui.MarketplaceUrlHandler$SolutionInstallationInfo [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceUrlHandler] At MarketplaceUrlHandler.java:[line 56] NM_WRONG_PACKAGE_INTENTIONAL
[ERROR] The class name org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceUrlHandler$SolutionInstallationInfo shadows the simple name of the superclass org.eclipse.epp.mpc.ui.MarketplaceUrlHandler$SolutionInstallationInfo [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceUrlHandler$SolutionInstallationInfo] At MarketplaceUrlHandler.java:[lines 35-40] NM_SAME_SIMPLE_NAME_AS_SUPERCLASS
[ERROR] org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceViewer.CONTENT_TYPE_PROPERTY isn't final but should be [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceViewer] At MarketplaceViewer.java:[line 215] MS_SHOULD_BE_FINAL
[ERROR] Inconsistent synchronization of org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizard.installedFeatures; locked 80% of time [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizard, org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizard, org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizard, org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizard, org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizard] Unsynchronized access at MarketplaceWizard.java:[line 626]Synchronized access at MarketplaceWizard.java:[line 622]Synchronized access at MarketplaceWizard.java:[line 638]Synchronized access at MarketplaceWizard.java:[line 628]Synchronized access at MarketplaceWizard.java:[line 632] IS2_INCONSISTENT_SYNC
[ERROR] Switch statement found in org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizard.updateProfileChangeOperation() where default case is missing [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizard] At MarketplaceWizard.java:[lines 832-854] SF_SWITCH_NO_DEFAULT
[ERROR] Vacuous ior operation on shellStyle in new org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizardDialog(Shell, MarketplaceWizard) [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizardDialog] At MarketplaceWizardDialog.java:[line 40] INT_VACUOUS_BIT_OPERATION
[ERROR] Dead store to catalogDescriptor in org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizardDialog$1.proceedInstallation(String) [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizardDialog$1] At MarketplaceWizardDialog.java:[line 54] DLS_DEAD_LOCAL_STORE
[ERROR] org.eclipse.epp.internal.mpc.ui.wizards.NewsUrlHandler.handleInstallRequest(MarketplaceUrlHandler$SolutionInstallationInfo, String) doesn't override method in superclass because parameter type org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceUrlHandler$SolutionInstallationInfo doesn't match superclass parameter type org.eclipse.epp.mpc.ui.MarketplaceUrlHandler$SolutionInstallationInfo [org.eclipse.epp.internal.mpc.ui.wizards.NewsUrlHandler] At NewsUrlHandler.java:[lines 206-210] NM_WRONG_PACKAGE
[ERROR] Inconsistent synchronization of org.eclipse.epp.internal.mpc.ui.wizards.NewsViewer$ProgressRunnable.done; locked 50% of time [org.eclipse.epp.internal.mpc.ui.wizards.NewsViewer$ProgressRunnable, org.eclipse.epp.internal.mpc.ui.wizards.NewsViewer$ProgressRunnable] Unsynchronized access at NewsViewer.java:[line 307]Synchronized access at NewsViewer.java:[line 352] IS2_INCONSISTENT_SYNC
[ERROR] Inconsistent synchronization of org.eclipse.epp.internal.mpc.ui.wizards.NewsViewer$ProgressRunnable.total; locked 50% of time [org.eclipse.epp.internal.mpc.ui.wizards.NewsViewer$ProgressRunnable, org.eclipse.epp.internal.mpc.ui.wizards.NewsViewer$ProgressRunnable, org.eclipse.epp.internal.mpc.ui.wizards.NewsViewer$ProgressRunnable, org.eclipse.epp.internal.mpc.ui.wizards.NewsViewer$ProgressRunnable] Unsynchronized access at NewsViewer.java:[line 302]Unsynchronized access at NewsViewer.java:[line 275]Synchronized access at NewsViewer.java:[line 313]Synchronized access at NewsViewer.java:[line 347] IS2_INCONSISTENT_SYNC
[ERROR] Invocation of java.net.URL.equals(Object), which blocks to do domain name resolution, in org.eclipse.epp.internal.mpc.ui.wizards.OverviewToolTip.loadStylesheet(StyleHelper, String) [org.eclipse.epp.internal.mpc.ui.wizards.OverviewToolTip] At OverviewToolTip.java:[line 277] DMI_BLOCKING_METHODS_ON_URL
[ERROR] Found reliance on default encoding in org.eclipse.epp.internal.mpc.ui.wizards.OverviewToolTip.loadStylesheet(StyleHelper, String): new java.util.Scanner(InputStream) [org.eclipse.epp.internal.mpc.ui.wizards.OverviewToolTip] At OverviewToolTip.java:[line 282] DM_DEFAULT_ENCODING
[ERROR] Switch statement found in org.eclipse.epp.internal.mpc.ui.wizards.SelectionModel.select(CatalogItem, Operation) where default case is missing [org.eclipse.epp.internal.mpc.ui.wizards.SelectionModel] At SelectionModel.java:[lines 85-93] SF_SWITCH_NO_DEFAULT
[ERROR] Should org.eclipse.epp.internal.mpc.ui.wizards.SelectionModel$FeatureEntry be a _static_ inner class? [org.eclipse.epp.internal.mpc.ui.wizards.SelectionModel$FeatureEntry] At SelectionModel.java:[lines 269-429] SIC_INNER_SHOULD_BE_STATIC
[ERROR] Exception is caught when Exception is not thrown in org.eclipse.epp.internal.mpc.ui.wizards.ShareSolutionLink.isAwtMailSupported() [org.eclipse.epp.internal.mpc.ui.wizards.ShareSolutionLink] At ShareSolutionLink.java:[line 244] REC_CATCH_EXCEPTION
[ERROR] Load of known null value in org.eclipse.epp.mpc.ui.CatalogDescriptor.imageDescriptorForUrl(ICatalog, String) [org.eclipse.epp.mpc.ui.CatalogDescriptor, org.eclipse.epp.mpc.ui.CatalogDescriptor] At CatalogDescriptor.java:[line 114]Another occurrence at CatalogDescriptor.java:[line 118] NP_LOAD_OF_KNOWN_NULL_VALUE
[INFO] 


To see bug detail using the Spotbugs GUI, use the following command "mvn spotbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.epp.mpc.ui >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.epp.mpc.ui ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.epp.mpc.ui <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.epp.mpc.ui ---
[INFO] You have 1 CPD duplication. For more details see: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/target/cpd.xml
[INFO] 
[INFO] ----------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.help.ui >-----------
[INFO] Building org.eclipse.epp.mpc.help.ui 1.8.3-SNAPSHOT               [7/12]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.epp.mpc.help.ui ---
[INFO] The project's OSGi version is 1.8.3.v20200522-1533
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.help.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.help.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.5.1:plugin-source (attach-source) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.help.ui/target/org.eclipse.epp.mpc.help.ui-1.8.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.help.ui/target/org.eclipse.epp.mpc.help.ui-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.help.ui/target/org.eclipse.epp.mpc.help.ui-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.help.ui/target/org.eclipse.epp.mpc.help.ui-1.8.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.help.ui/target/org.eclipse.epp.mpc.help.ui-1.8.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.help.ui/target/org.eclipse.epp.mpc.help.ui-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.epp.mpc.help.ui >>>
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.epp.mpc.help.ui <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.epp.mpc.help.ui >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.epp.mpc.help.ui <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] 
[INFO] --------------< org.eclipse.epp.mpc:org.eclipse.epp.mpc >---------------
[INFO] Building org.eclipse.epp.mpc 1.8.3-SNAPSHOT                       [8/12]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc ---
[INFO] Deleting /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.mpc ---
[INFO] The project's OSGi version is 1.8.3.v20200526-1554
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:package-feature (default-package-feature) @ org.eclipse.epp.mpc ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.feature/target/org.eclipse.epp.mpc-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.5.1:source-feature (source-feature) @ org.eclipse.epp.mpc ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.feature/target/org.eclipse.epp.mpc-1.8.3-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.epp.mpc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.feature/target/org.eclipse.epp.mpc-1.8.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.feature/target/org.eclipse.epp.mpc-1.8.3-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] ------------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.site >------------
[INFO] Building EPP Marketplace Client 1.8.3-SNAPSHOT                    [9/12]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.mpc.site ---
[INFO] The project's OSGi version is 1.8.3.v20200526-2328
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.epp.mpc.site ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-resources) @ org.eclipse.epp.mpc.site ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-promotion) @ org.eclipse.epp.mpc.site ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.5.1:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.epp.mpc.site ---
[INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0]
[INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 12.0.0, config.a.jre.javase 12.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0, config.a.jre.javase 13.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.5.1:publish-products (default-publish-products) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.5.1:publish-categories (default-publish-categories) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.5.1:attach-artifacts (default-attach-artifacts) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.5.1:assemble-repository (default-assemble-repository) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.5.1:archive-repository (default-archive-repository) @ org.eclipse.epp.mpc.site ---
[INFO] Building zip: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/org.eclipse.epp.mpc.site-1.8.3-SNAPSHOT.zip
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0:single (promote-assembly) @ org.eclipse.epp.mpc.site ---
[INFO] Reading assembly descriptor: promote-assembly.xml
[INFO] Building zip: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/org.eclipse.epp.mpc.site-promote.zip
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (repository-reference) @ org.eclipse.epp.mpc.site ---
[INFO] Executing tasks

main:

transform-repository-xml:
     [copy] Copying 1 file to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/repository
     [xslt] Processing /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/repository/content.xml to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/repository/content.xml.tmp
     [xslt] Loading stylesheet /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/p2content.xslt
     [move] Moving 1 file to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/repository
   [delete] Deleting: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/repository/content.xml.orig
     [copy] Copying 1 file to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target
     [xslt] Processing /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/p2content.xml to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/p2content.xml.tmp
     [xslt] Loading stylesheet /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/p2content.xslt
     [move] Moving 1 file to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target
   [delete] Deleting: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/p2content.xml.orig

compress-repository-files:
      [jar] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/repository/content.jar
      [jar] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/repository/artifacts.jar
  [comp:xz] Building: content.xml.xz
  [comp:xz] Building: artifacts.xml.xz
     [move] Moving 2 files to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target

update-repository-archive:
     [move] Moving 1 file to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target
      [zip] Building zip: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/org.eclipse.epp.mpc.site-1.8.3-SNAPSHOT.zip
   [delete] Deleting: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/org.eclipse.epp.mpc.site-1.8.3-SNAPSHOT.zip.tmp

process-repository:
[INFO] Executed tasks
[INFO] 
[INFO] -----------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.tests >------------
[INFO] Building org.eclipse.epp.mpc.tests 1.8.3-SNAPSHOT                [10/12]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.epp.mpc.tests ---
[INFO] The project's OSGi version is 1.8.3.v20200522-1533
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.epp.mpc.tests ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.epp.mpc.tests ---
[INFO] Compiling 35 source files to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/target/classes
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/MarketplaceClientUiTest.java:[94] 
	final DefaultCatalogService catalogService = (DefaultCatalogService) ServiceLocator.getInstance()
	                                                                                    ^^^^^^^^^^^^^
The method getInstance() from the type ServiceLocator is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/MarketplaceClientUiTest.java:[98] 
	ServiceLocator.setInstance(new ServiceLocator() {
				@Override
				public ICatalogService getCatalogService() {
					return catalogService;
				}
			});
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setInstance(ServiceLocator) from the type ServiceLocator is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/MarketplaceClientUiTest.java:[108] 
	ServiceLocator.setInstance(new ServiceLocator());
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setInstance(ServiceLocator) from the type ServiceLocator is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/wizard/SelectionModelStateSerializerTest.java:[62] 
	public IMarketplaceService createMarketplaceService() {
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method new MarketplaceDiscoveryStrategy(){}.createMarketplaceService() overrides a deprecated method from MarketplaceDiscoveryStrategy
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/wizard/SelectionModelStateSerializerTest.java:[90] 
	assertThat(firstItem.getDescription(), not(startsWith(PROMOTED_MARKER)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/wizard/SelectionModelStateSerializerTest.java:[91] 
	assertThat(secondItem.getDescription(), not(startsWith(PROMOTED_MARKER)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/wizard/SelectionModelStateSerializerTest.java:[92] 
	assertThat(firstItem.getInstallableUnits(), not(empty()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/wizard/SelectionModelStateSerializerTest.java:[93] 
	assertThat(secondItem.getInstallableUnits(), not(empty()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<String>, Matcher<? super List<String>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/service/CatalogServiceTest.java:[27] 
	import org.eclipse.epp.internal.mpc.core.service.CatalogService;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CatalogService is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/service/CatalogServiceTest.java:[49] 
	private final class MockCatalogService implements CatalogService {
	                                                  ^^^^^^^^^^^^^^
The type CatalogService is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/service/CatalogServiceTest.java:[50] 
	public List<Catalog> listCatalogs(IProgressMonitor monitor) throws CoreException {
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method CatalogServiceTest.MockCatalogService.listCatalogs(IProgressMonitor) overrides a deprecated method from CatalogService
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/service/CatalogServiceTest.java:[92] 
	catalogService = ServiceLocator.getInstance().getCatalogService();
	                                ^^^^^^^^^^^^^
The method getInstance() from the type ServiceLocator is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/wizard/MarketplaceWizardTest.java:[203] 
	SWTBotButton favorite = bot.buttonWithId(AbstractMarketplaceDiscoveryItem.WIDGET_ID_KEY, DiscoveryItem.WIDGET_ID_RATING);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method buttonWithId(String, String) from the type SWTBot is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/wizard/MarketplaceWizardTest.java:[214] 
	SWTBotButton share = bot.buttonWithId(AbstractMarketplaceDiscoveryItem.WIDGET_ID_KEY, DiscoveryItem.WIDGET_ID_SHARE);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method buttonWithId(String, String) from the type SWTBot is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/service/DefaultMarketplaceServiceTest.java:[361] 
	assertThat(new Date(timestamp * 1000), greaterThan(new SimpleDateFormat("yyyy-MM-dd").parse("2014-06-24")));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Date, Matcher<? super Date>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/wizard/AbstractMarketplaceWizardBotTest.java:[405] 
	assertThat(controls, empty());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<capture#6-of ? extends Widget>, Matcher<? super List<capture#6-of ? extends Widget>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/wizard/AbstractMarketplaceWizardBotTest.java:[410] 
	assertThat(controls.size(), greaterThanOrEqualTo(1));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Integer, Matcher<? super Integer>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/LambdaMatchers.java:[75] 
	T transformedItem = function.apply((S) item);
	                                   ^^^^^^^^
Type safety: Unchecked cast from Object to S
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/LambdaMatchers.java:[80] 
	private static final class OptionalFunction<S, T> implements Function<Optional<S>, Optional<T>> {
	                           ^^^^^^^^^^^^^^^^
The type LambdaMatchers.OptionalFunction<S,T> is never used locally
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/LambdaMatchers.java:[83] 
	public OptionalFunction(Function<S, T> function) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor LambdaMatchers.OptionalFunction<S,T>(Function<S,T>) is never used locally
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/catalog/CatalogDescriptorTest.java:[111] 
	assertThat(found, is(marketplaceDescriptor));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(CatalogDescriptor, Matcher<? super CatalogDescriptor>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/catalog/CatalogDescriptorTest.java:[114] 
	assertThat(found, is(hostedMarketplaceDescriptor));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(CatalogDescriptor, Matcher<? super CatalogDescriptor>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/catalog/CatalogDescriptorTest.java:[135] 
	assertThat(found, is(marketplaceDescriptor));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(CatalogDescriptor, Matcher<? super CatalogDescriptor>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/catalog/CatalogDescriptorTest.java:[138] 
	assertThat(found, is(hostedMarketplaceDescriptor));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(CatalogDescriptor, Matcher<? super CatalogDescriptor>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/catalog/CatalogDescriptorTest.java:[159] 
	assertThat(found, is(marketplaceDescriptor));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(CatalogDescriptor, Matcher<? super CatalogDescriptor>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/catalog/CatalogDescriptorTest.java:[162] 
	assertThat(found, is(hostedMarketplaceDescriptor));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(CatalogDescriptor, Matcher<? super CatalogDescriptor>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/catalog/CatalogDescriptorTest.java:[176] 
	assertThat(found, is(marketplaceDescriptor));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(CatalogDescriptor, Matcher<? super CatalogDescriptor>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/catalog/CatalogDescriptorTest.java:[179] 
	assertThat(found, is(marketplaceHttpsDescriptor));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(CatalogDescriptor, Matcher<? super CatalogDescriptor>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/catalog/CatalogDescriptorTest.java:[196] 
	assertThat(found, is(dedicatedHostingDescriptor));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(CatalogDescriptor, Matcher<? super CatalogDescriptor>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/util/TransportFactoryTest.java:[135] 
	assertThat(registeredFactoryTypes, not(hasItem(service.getClass())));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<Class<?>>, Matcher<? super List<Class<?>>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/util/TransportFactoryTest.java:[136] 
	assertThat(registeredFactories, not(hasItem(service)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<ITransportFactory>, Matcher<? super Set<ITransportFactory>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/util/TransportFactoryTest.java:[146] 
	assertThat(registeredFactoryTypes, CoreMatchers.hasItem(factory.getClass()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<Class<?>>, Matcher<? super List<Class<?>>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/util/TransportFactoryTest.java:[177] 
	assertThat(service, instanceOf(TransportFactory.class));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Object, Matcher<? super Object>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/util/TransportFactoryTest.java:[178] 
	assertThat(registeredFactoryTypes, not(hasItem(service.getClass())));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<Class<?>>, Matcher<? super List<Class<?>>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/util/TransportFactoryTest.java:[179] 
	assertThat(registeredFactories, not(hasItem(service)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Set<Object>, Matcher<? super Set<Object>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/util/TransportFactoryTest.java:[186] 
	assertThat(registeredFactoryTypes, CoreMatchers.hasItem(factory.getClass()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<Class<?>>, Matcher<? super List<Class<?>>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/util/TransportFactoryTest.java:[297] 
	assertThat(request.getFirstHeader("X-Customizer-Test"), LambdaMatchers.<Header, String> map(x -> x == null
				? null : x.getValue())
				.matches("true"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(Header, Matcher<? super Header>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/util/TransportFactoryTest.java:[349] 
	assertThat(nestedProviders, hasItem(LambdaMatchers.map(x -> x.getClass().getName()).matches(
				"org.apache.http.impl.auth.win.WindowsCredentialsProvider")));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(List<CredentialsProvider>, Matcher<? super List<CredentialsProvider>>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/service/xml/UnmarshallerTest.java:[362] 
	assertEquals(expectedIus.length, node.getIus().getIu().size());
	                                               ^^^^^^^
The method getIu() from the type IIus is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/service/xml/UnmarshallerTest.java:[364] 
	assertEquals(expectedIus[x], node.getIus().getIu().get(x));
	                                           ^^^^^^^
The method getIu() from the type IIus is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/service/xml/UnmarshallerTest.java:[505] 
	assertThat(contentChild.getMessage(), containsString("<?xml version='1.0' encoding='UTF-8'?>"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/service/xml/UnmarshallerTest.java:[516] 
	assertThat(contentChild.getMessage(), containsString("<mar??tplace>"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/service/xml/UnmarshallerTest.java:[537] 
	assertThat(contentChild.getMessage(), containsString("This is some arbitrary test content"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertThat(String, Matcher<? super String>) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/wizard/MarketplaceDiscoveryStrategyTest.java:[63] 
	public IMarketplaceService createMarketplaceService() {
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method new MarketplaceDiscoveryStrategy(){}.createMarketplaceService() overrides a deprecated method from MarketplaceDiscoveryStrategy
[WARNING] /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/org/eclipse/epp/mpc/tests/ui/catalog/MarketplaceInfoTest.java:[69] 
	item.setInstallableUnits(node.getIus().getIu());
	                                       ^^^^^^^
The method getIu() from the type Ius is deprecated
45 problems (45 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.epp.mpc.tests ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.5.1:plugin-source (attach-source) @ org.eclipse.epp.mpc.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/target/org.eclipse.epp.mpc.tests-1.8.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.epp.mpc.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/target/org.eclipse.epp.mpc.tests-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.epp.mpc.tests ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/target/org.eclipse.epp.mpc.tests-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.epp.mpc.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/target/org.eclipse.epp.mpc.tests-1.8.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/target/org.eclipse.epp.mpc.tests-1.8.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.epp.mpc.tests ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/target/org.eclipse.epp.mpc.tests-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.5.1:test (default-test) @ org.eclipse.epp.mpc.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.epp.mpc.tests >>>
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.epp.mpc.tests ---
[INFO] Fork Value is true
     [java] Warnings generated: 11
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.epp.mpc.tests <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.epp.mpc.tests ---
[INFO] BugInstance size is 11
[INFO] Error size is 0
[INFO] Total bugs: 11
[ERROR] Write to static field org.eclipse.epp.mpc.tests.LoggingSuite.isLogging from instance method org.eclipse.epp.mpc.tests.LoggingSuite.run(RunNotifier) [org.eclipse.epp.mpc.tests.LoggingSuite, org.eclipse.epp.mpc.tests.LoggingSuite] At LoggingSuite.java:[line 73]Another occurrence at LoggingSuite.java:[line 80] ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD
[ERROR] Should org.eclipse.epp.mpc.tests.service.CatalogServiceTest$MockCatalogService be a _static_ inner class? [org.eclipse.epp.mpc.tests.service.CatalogServiceTest$MockCatalogService] At CatalogServiceTest.java:[lines 49-53] SIC_INNER_SHOULD_BE_STATIC
[ERROR] Exception is caught when Exception is not thrown in org.eclipse.epp.mpc.tests.service.SolutionCompatibilityFilterTest$2.findOutputDir() [org.eclipse.epp.mpc.tests.service.SolutionCompatibilityFilterTest$2] At SolutionCompatibilityFilterTest.java:[line 713] REC_CATCH_EXCEPTION
[ERROR] org.eclipse.epp.mpc.tests.service.SolutionCompatibilityFilterTest$Solution.systems() may expose internal representation by returning SolutionCompatibilityFilterTest$Solution.systems [org.eclipse.epp.mpc.tests.service.SolutionCompatibilityFilterTest$Solution] At SolutionCompatibilityFilterTest.java:[line 263] EI_EXPOSE_REP
[ERROR] org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest.loadGarbage() may fail to clean up java.io.OutputStream on checked exception [org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest, org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest, org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest, org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest, org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest] Obligation to clean up resource created at MarketplaceInfoSerializationTest.java:[line 442] is not dischargedPath continues at MarketplaceInfoSerializationTest.java:[line 443]Path continues at MarketplaceInfoSerializationTest.java:[line 444]Path continues at MarketplaceInfoSerializationTest.java:[line 445]Path continues at MarketplaceInfoSerializationTest.java:[line 446] OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE
[ERROR] Exceptional return value of java.io.File.mkdirs() ignored in org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest.copyRegistryFile(File, int) [org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest] At MarketplaceInfoSerializationTest.java:[line 479] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[ERROR] Exceptional return value of java.io.File.createNewFile() ignored in org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest.createEmptyRegistryFile(File) [org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest] At MarketplaceInfoSerializationTest.java:[line 499] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[ERROR] Exceptional return value of java.io.File.mkdirs() ignored in org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest.createEmptyRegistryFile(File) [org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest] At MarketplaceInfoSerializationTest.java:[line 497] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[ERROR] org.eclipse.epp.mpc.tests.ui.wizard.AbstractMarketplaceWizardBotTest.TEST_NODES should be package protected [org.eclipse.epp.mpc.tests.ui.wizard.AbstractMarketplaceWizardBotTest] At AbstractMarketplaceWizardBotTest.java:[line 106] MS_PKGPROTECT
[ERROR] Redundant nullcheck of problem, which is known to be non-null in org.eclipse.epp.mpc.tests.ui.wizard.AbstractMarketplaceWizardBotTest.closeWizard() [org.eclipse.epp.mpc.tests.ui.wizard.AbstractMarketplaceWizardBotTest] Redundant null check at AbstractMarketplaceWizardBotTest.java:[line 303] RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
[ERROR] Return value of org.eclipse.epp.internal.mpc.core.transport.httpclient.HttpClientCustomizer.customizeCredentialsProvider(CredentialsProvider) ignored, but method has no side effect [org.eclipse.epp.mpc.tests.util.TransportFactoryTest] At TransportFactoryTest.java:[line 295] RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT
[INFO] 


To see bug detail using the Spotbugs GUI, use the following command "mvn spotbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.epp.mpc.tests >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.epp.mpc.tests ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.epp.mpc.tests <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] 
[INFO] -------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.tests.catalog >--------
[INFO] Building org.eclipse.epp.mpc.tests.catalog 1.8.3-SNAPSHOT        [11/12]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] The project's OSGi version is 1.8.3.v20200522-1533
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:validate-id (default-validate-id) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:validate-version (default-validate-version) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests.catalog/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.5.1:compile (default-compile) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests.catalog/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.5.1:plugin-source (attach-source) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests.catalog/target/org.eclipse.epp.mpc.tests.catalog-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.5.1:normalize (pack200-normalize) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests.catalog/target/org.eclipse.epp.mpc.tests.catalog-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests.catalog/target/org.eclipse.epp.mpc.tests.catalog-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.5.1:pack (pack200-pack) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests.catalog/target/org.eclipse.epp.mpc.tests.catalog-1.8.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.epp.mpc.tests.catalog >>>
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.epp.mpc.tests.catalog <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] >>> maven-pmd-plugin:3.12.0:cpd-check (default) > :cpd @ org.eclipse.epp.mpc.tests.catalog >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.12.0:cpd (cpd) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.12.0:cpd-check (default) < :cpd @ org.eclipse.epp.mpc.tests.catalog <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.12.0:cpd-check (default) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] 
[INFO] ------------< org.eclipse.epp.mpc:org.eclipse.epp.mpc-root >------------
[INFO] Building org.eclipse.epp.mpc-root 1.8.3-SNAPSHOT                 [12/12]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc-root ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.eclipse.epp.mpc-root ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for org.eclipse.epp.mpc-root 1.8.3-SNAPSHOT:
[INFO] 
[INFO] org.eclipse.epp.mpc-target ......................... SUCCESS [  2.185 s]
[INFO] org.eclipse.epp.mpc.core ........................... SUCCESS [ 27.140 s]
[INFO] org.eclipse.epp.mpc.core.win32 ..................... SUCCESS [  4.880 s]
[INFO] org.eclipse.epp.mpc.dependencies ................... SUCCESS [  2.352 s]
[INFO] org.eclipse.epp.mpc.ui.css ......................... SUCCESS [  5.061 s]
[INFO] org.eclipse.epp.mpc.ui ............................. SUCCESS [ 15.901 s]
[INFO] org.eclipse.epp.mpc.help.ui ........................ SUCCESS [  2.972 s]
[INFO] org.eclipse.epp.mpc ................................ SUCCESS [  2.723 s]
[INFO] EPP Marketplace Client ............................. SUCCESS [  8.662 s]
[INFO] org.eclipse.epp.mpc.tests .......................... SUCCESS [ 10.936 s]
[INFO] org.eclipse.epp.mpc.tests.catalog .................. SUCCESS [  1.314 s]
[INFO] org.eclipse.epp.mpc-root ........................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:38 min
[INFO] Finished at: 2020-05-26T23:33:26Z
[INFO] ------------------------------------------------------------------------
Terminating xvnc.
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in /home/jenkins/agent/workspace/epp-mpc-release that match the pattern org.eclipse.epp.mpc*/target/findbugsXml.xml
[FINDBUGS] No files found. Configuration error?
No credentials specified
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=d1708e76e50003f529ea15aaa86e6752ef51706b, workspace=/home/jenkins/agent/workspace/epp-mpc-release
[FINDBUGS] Computing warning deltas based on reference build #137
Archiving artifacts
Finished: SUCCESS