Started by user Sam Davis
Running as Sam Davis
Agent centos-7-g9bns is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations: {}
labels:
jenkins: "slave"
jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
jenkins/label: "migration_jipp-migration_centos-7"
name: "centos-7-g9bns"
spec:
containers:
- env:
- name: "JENKINS_SECRET"
value: "********"
- name: "JENKINS_TUNNEL"
value: "jenkins-discovery.mylyn.svc.cluster.local:50000"
- name: "JENKINS_AGENT_NAME"
value: "centos-7-g9bns"
- name: "JENKINS_REMOTING_JAVA_OPTS"
value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
\ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
- name: "JAVA_TOOL_OPTIONS"
value: ""
- name: "_JAVA_OPTIONS"
value: ""
- name: "OPENJ9_JAVA_OPTIONS"
value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
- name: "JENKINS_NAME"
value: "centos-7-g9bns"
- name: "JENKINS_AGENT_WORKDIR"
value: "/home/jenkins/agent"
- name: "JENKINS_URL"
value: "http://jenkins-ui.mylyn.svc.cluster.local/mylyn/"
image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.10.1"
imagePullPolicy: "Always"
name: "jnlp"
resources:
limits:
cpu: "2000m"
memory: "4096Mi"
requests:
cpu: "1000m"
memory: "4096Mi"
tty: true
volumeMounts:
- mountPath: "/home/jenkins/.m2/toolchains.xml"
name: "m2-dir"
readOnly: true
subPath: "toolchains.xml"
- mountPath: "/home/jenkins/.mavenrc"
name: "m2-dir"
readOnly: true
subPath: ".mavenrc"
- mountPath: "/opt/tools"
name: "volume-0"
readOnly: false
- mountPath: "/home/jenkins"
name: "volume-2"
readOnly: false
- mountPath: "/home/jenkins/.m2/repository"
name: "volume-3"
readOnly: false
- mountPath: "/home/jenkins/.m2/settings-security.xml"
name: "m2-secret-dir"
readOnly: true
subPath: "settings-security.xml"
- mountPath: "/home/jenkins/.m2/wrapper"
name: "volume-4"
readOnly: false
- mountPath: "/home/jenkins/.m2/settings.xml"
name: "m2-secret-dir"
readOnly: true
subPath: "settings.xml"
- mountPath: "/home/jenkins/.ssh"
name: "volume-1"
readOnly: false
subPath: ""
- mountPath: "/home/jenkins/agent"
name: "workspace-volume"
readOnly: false
workingDir: "/home/jenkins/agent"
nodeSelector:
kubernetes.io/os: "linux"
restartPolicy: "Never"
volumes:
- name: "volume-0"
persistentVolumeClaim:
claimName: "tools-claim-jiro-mylyn"
readOnly: true
- name: "m2-secret-dir"
secret:
secretName: "m2-secret-dir"
- emptyDir:
medium: ""
name: "volume-2"
- configMap:
name: "m2-dir"
name: "m2-dir"
- configMap:
name: "known-hosts"
name: "volume-1"
- emptyDir:
medium: ""
name: "workspace-volume"
- emptyDir:
medium: ""
name: "volume-4"
- emptyDir:
medium: ""
name: "volume-3"
Building remotely on centos-7-g9bns (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/mylyn-tasks-nightly
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/mylyn/org.eclipse.mylyn.tasks.git
> git init /home/jenkins/agent/workspace/mylyn-tasks-nightly # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/mylyn/org.eclipse.mylyn.tasks.git
> git --version # timeout=10
> git --version # 'git version 1.8.3.1'
> git fetch --tags --progress https://git.eclipse.org/r/mylyn/org.eclipse.mylyn.tasks.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://git.eclipse.org/r/mylyn/org.eclipse.mylyn.tasks.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision bff271daf0b9ce66b366629c1f654f2193d3b6df (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f bff271daf0b9ce66b366629c1f654f2193d3b6df # timeout=10
Commit message: "549811: com.google.gson as dependency"
First time build. Skipping changelog.
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[mylyn-tasks-nightly] $ Xvnc -help
Starting xvnc
[mylyn-tasks-nightly] $ Xvnc :37 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
Xvnc TigerVNC 1.8.0 - built Nov 16 2020 16:47:50
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
Mon Jan 31 21:45:23 2022
vncext: VNC extension running!
vncext: Listening for VNC connections on all interface(s), port 5937
vncext: created VNC server for screen 0
[mylyn-tasks-nightly] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository -U -B -V -e --fail-at-end clean verify
Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.13.12-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] Could not transfer metadata org.eclipse.mylyn:org.eclipse.mylyn-parent:3.26.0-SNAPSHOT/maven-metadata.xml from/to eclipse-mylyn-commons (${mylyn-commons-repository-url}): Cannot access ${mylyn-commons-repository-url} with type p2 using the available connector factories: BasicRepositoryConnectorFactory
[WARNING] Could not transfer metadata org.eclipse.mylyn:org.eclipse.mylyn-parent:3.26.0-SNAPSHOT/maven-metadata.xml from/to cbi-license (http://download.eclipse.org/cbi/updates/license/): Cannot access http://download.eclipse.org/cbi/updates/license/ with type p2 using the available connector factories: BasicRepositoryConnectorFactory
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn_feature:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn-feature/pom.xml
[INFO] Adding repository http://download.eclipse.org/mylyn/snapshots/nightly/commons
[INFO] Fetching content.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/ (29.54kB)
[INFO] Fetching content.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/ (29.54kB)
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B)
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B)
[INFO] Adding repository http://download.eclipse.org/cbi/updates/license
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B)
[INFO] Fetching 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/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-12/ (122B)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-12/ (122B)
[INFO] Adding repository http://download.eclipse.org/releases/2019-12
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-12/ (482B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-12/ (482B)
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-12/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-12/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/2019-12/ (19.16kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/2019-12/ (19.16kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-12/201912181000/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-12/201912181000/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-12/201912181000/ (827.81kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-12/201912181000/ (827.81kB)
Jan 31, 2022 9:45:33 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
Jan 31, 2022 9:45:33 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
Jan 31, 2022 9:45:33 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond
Jan 31, 2022 9:45:33 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://download.eclipse.org:443
Jan 31, 2022 9:45:33 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://archive.eclipse.org:443: The target server failed to respond
Jan 31, 2022 9:45:33 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://archive.eclipse.org:443
[INFO] Fetching p2.index from http://download.eclipse.org/egit/updates-5.8/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/egit/updates-5.8/ (172B)
[INFO] Adding repository http://download.eclipse.org/egit/updates-5.8
[INFO] Fetching content.xml.xz from http://download.eclipse.org/egit/updates-5.8/ (20.79kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/egit/updates-5.8/ (20.79kB)
[INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20180905201904/repository/ (134B)
[INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20180905201904/repository/ (134B)
[INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20180905201904/repository
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/orbit/downloads/drops/R20180905201904/repository/
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/orbit/downloads/drops/R20180905201904/repository/
[INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20180829150157/repository/ (109.08kB)
[INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20180829150157/repository/ (109.08kB)
[INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops2/R20180905201904/repository/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops2/R20180905201904/repository/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20180905201904/repository/ (68.54kB)
[INFO] Adding repository http://download.eclipse.org/mylyn/snapshots/jdt-annotation
[INFO] Fetching content.xml from http://download.eclipse.org/mylyn/snapshots/jdt-annotation/
[INFO] Fetching content.xml from http://download.eclipse.org/mylyn/snapshots/jdt-annotation/
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn_feature:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn-feature/pom.xml
[INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (2.55MB)
[INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (2.55MB)
[INFO] Fetching 201912181000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-12/ (63B)
[INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (9.5MB)
[INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (9.5MB)
[INFO] Fetching com.sun.xml.bind_2.3.3.v20201118-1818.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (1.15MB)
[INFO] Fetching com.sun.xml.bind_2.3.3.v20201118-1818.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (1.15MB)
[INFO] Fetching jakarta.xml.bind_2.3.3.v20201118-1818.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (133.35kB)
[INFO] Fetching jakarta.xml.bind_2.3.3.v20201118-1818.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (133.35kB)
[INFO] Fetching javax.activation_1.2.2.v20201119-1642.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (82.72kB)
[INFO] Fetching javax.activation_1.2.2.v20201119-1642.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (82.72kB)
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (249kB)
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (249kB)
[INFO] Fetching javax.xml.stream_1.0.1.v201004272200.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (39.42kB)
[INFO] Fetching javax.xml.stream_1.0.1.v201004272200.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (39.42kB)
[INFO] Fetching org.eclipse.osgi_3.15.100.v20191114-1701.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (458.65kB)
[INFO] Fetching org.eclipse.osgi_3.15.100.v20191114-1701.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (458.65kB)
[INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (13.03kB)
[INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (13.03kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (15.35kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (35.59kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (35.59kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (95.26kB)
[INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (258.72kB)
[INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (258.72kB)
[INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (63.49kB)
[INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (63.49kB)
[INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (14.52kB)
[INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (14.52kB)
[INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (101.68kB)
[INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (101.68kB)
[INFO] Fetching org.apache.commons.codec_1.13.0.v20200108-0001.jar.pack.gz from http://download.eclipse.org/egit/updates-5.8/plugins/ (143.6kB)
[INFO] Fetching org.apache.commons.codec_1.13.0.v20200108-0001.jar.pack.gz from http://download.eclipse.org/egit/updates-5.8/plugins/ (143.6kB)
[INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (314.74kB)
[INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (314.74kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (71.45kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (71.45kB)
[INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (227.16kB)
[INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (227.16kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (291.62kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (291.62kB)
[INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (44.03kB)
[INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (44.03kB)
[INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (30.65kB)
[INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (30.65kB)
[INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (154.23kB)
[INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (154.23kB)
[INFO] Fetching org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (1.49MB)
[INFO] Fetching org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (1.49MB)
[INFO] Fetching org.apache.lucene.core_6.1.0.v20170814-1820.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (2.47MB)
[INFO] Fetching org.apache.lucene.core_6.1.0.v20170814-1820.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (2.47MB)
[INFO] Fetching org.apache.lucene.queryparser_6.1.0.v20161115-1612.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (433.33kB)
[INFO] Fetching org.apache.lucene.queryparser_6.1.0.v20161115-1612.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (433.33kB)
[INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (1.29MB)
[INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (1.29MB)
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (45.51kB)
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (45.51kB)
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (122.3kB)
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (122.3kB)
[INFO] Fetching org.eclipse.compare_3.7.800.v20191122-2107.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (304.82kB)
[INFO] Fetching org.eclipse.compare_3.7.800.v20191122-2107.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (304.82kB)
[INFO] Fetching org.eclipse.ui_3.115.0.v20191127-1056.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (364.34kB)
[INFO] Fetching org.eclipse.ui_3.115.0.v20191127-1056.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (364.34kB)
[INFO] Fetching org.eclipse.core.resources_3.13.600.v20191122-2104.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (873.23kB)
[INFO] Fetching org.eclipse.core.resources_3.13.600.v20191122-2104.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (873.23kB)
[INFO] Fetching org.eclipse.jface.text_3.16.100.v20191203-1634.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (319.42kB)
[INFO] Fetching org.eclipse.jface.text_3.16.100.v20191203-1634.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (319.42kB)
[INFO] Fetching org.eclipse.ui.ide_3.16.100.v20191122-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (962.29kB)
[INFO] Fetching org.eclipse.ui.ide_3.16.100.v20191122-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (962.29kB)
[INFO] Fetching org.eclipse.ui.views_3.10.100.v20191114-0830.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (48.42kB)
[INFO] Fetching org.eclipse.ui.views_3.10.100.v20191114-0830.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (48.42kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.0.v20191122-2108.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (234.26kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.0.v20191122-2108.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (234.26kB)
[INFO] Fetching org.eclipse.core.runtime_3.17.0.v20191122-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (33.74kB)
[INFO] Fetching org.eclipse.core.runtime_3.17.0.v20191122-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (33.74kB)
[INFO] Fetching org.eclipse.core.expressions_3.6.600.v20191122-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (33.81kB)
[INFO] Fetching org.eclipse.core.expressions_3.6.600.v20191122-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (33.81kB)
[INFO] Fetching org.eclipse.ui.editors_3.13.0.v20191203-1122.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (204.63kB)
[INFO] Fetching org.eclipse.ui.editors_3.13.0.v20191203-1122.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (204.63kB)
[INFO] Fetching org.eclipse.ui.forms_3.8.200.v20191114-0830.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (123.32kB)
[INFO] Fetching org.eclipse.ui.forms_3.8.200.v20191114-0830.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (123.32kB)
[INFO] Fetching org.eclipse.compare.core_3.6.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (33.06kB)
[INFO] Fetching org.eclipse.compare.core_3.6.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (33.06kB)
[INFO] Fetching org.eclipse.core.commands_3.9.600.v20191122-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (42.96kB)
[INFO] Fetching org.eclipse.core.commands_3.9.600.v20191122-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (42.96kB)
[INFO] Fetching org.eclipse.equinox.common_3.10.600.v20191004-1420.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (52.5kB)
[INFO] Fetching org.eclipse.equinox.common_3.10.600.v20191004-1420.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (52.5kB)
[INFO] Fetching org.eclipse.core.contenttype_3.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (41.62kB)
[INFO] Fetching org.eclipse.core.contenttype_3.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (41.62kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.7.600.v20191017-2055.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (54.22kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.7.600.v20191017-2055.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (54.22kB)
[INFO] Fetching org.eclipse.equinox.registry_3.8.600.v20191017-2055.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (76.89kB)
[INFO] Fetching org.eclipse.equinox.registry_3.8.600.v20191017-2055.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (76.89kB)
[INFO] Fetching org.eclipse.core.databinding_1.7.700.v20191122-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (55.83kB)
[INFO] Fetching org.eclipse.core.databinding_1.7.700.v20191122-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (55.83kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.8.100.v20191118-0932.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (82.52kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.8.100.v20191118-0932.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (82.52kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.7.200.v20191105-1311.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (44.79kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.7.200.v20191105-1311.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (44.79kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.6.0.v20191118-0932.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (26.22kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.6.0.v20191118-0932.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (26.22kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.800.v20191122-2108.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (41.95kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.800.v20191122-2108.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (41.95kB)
[INFO] Fetching org.eclipse.text_3.10.0.v20191122-2108.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (100.78kB)
[INFO] Fetching org.eclipse.text_3.10.0.v20191122-2108.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (100.78kB)
[INFO] Fetching org.eclipse.core.filesystem_1.7.600.v20191122-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (27.8kB)
[INFO] Fetching org.eclipse.core.filesystem_1.7.600.v20191122-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (27.8kB)
[INFO] Fetching org.eclipse.core.jobs_3.10.600.v20191122-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (46.12kB)
[INFO] Fetching org.eclipse.core.jobs_3.10.600.v20191122-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (46.12kB)
[INFO] Fetching org.eclipse.core.net_1.3.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (33.77kB)
[INFO] Fetching org.eclipse.core.net_1.3.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (33.77kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.400.v20191008-0645.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (44.58kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.400.v20191008-0645.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (44.58kB)
[INFO] Fetching org.eclipse.equinox.app_1.4.300.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (42.16kB)
[INFO] Fetching org.eclipse.equinox.app_1.4.300.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (42.16kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.12.800.v20190926-0808.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (13.78kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.12.800.v20190926-0808.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (13.78kB)
[INFO] Fetching org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (25.92kB)
[INFO] Fetching org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (25.92kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (14.07kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.300.v20191017-1404.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (22.69kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.300.v20191017-1404.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (22.69kB)
[INFO] Fetching org.eclipse.e4.core.services_2.2.100.v20191122-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (28.26kB)
[INFO] Fetching org.eclipse.e4.core.services_2.2.100.v20191122-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (28.26kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.500.v20190925-0538.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (7.68kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.500.v20190925-0538.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (7.68kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.400.v20191122-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (7.77kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.400.v20191122-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (7.77kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (16.67kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (16.67kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.500.v20191021-1408.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (21.81kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.500.v20191021-1408.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (21.81kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (107.16kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (107.16kB)
[INFO] Fetching org.eclipse.emf.ecore_2.20.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (485.42kB)
[INFO] Fetching org.eclipse.emf.ecore_2.20.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (485.42kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.700.v20191105-1310.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (22.97kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.700.v20191105-1310.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (22.97kB)
[INFO] Fetching org.eclipse.swt_3.113.0.v20191204-0601.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (16.04kB)
[INFO] Fetching org.eclipse.swt_3.113.0.v20191204-0601.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (16.04kB)
[INFO] Fetching org.eclipse.jface_3.18.0.v20191122-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (360.91kB)
[INFO] Fetching org.eclipse.jface_3.18.0.v20191122-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (360.91kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.900.v20191106-1716.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (64.89kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.900.v20191106-1716.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (64.89kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.700.v20191113-1031.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (79.15kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.700.v20191113-1031.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (79.15kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.500.v20191125-1011.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (17.02kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.500.v20191125-1011.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (17.02kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.2.700.v20191114-0830.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (9.82kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.2.700.v20191114-0830.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (9.82kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (21.82kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (21.82kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.600.v20191106-1503.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (111.15kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.600.v20191106-1503.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (111.15kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (13.16kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (13.16kB)
[INFO] Fetching org.eclipse.equinox.event_1.5.300.v20191001-1333.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (16.7kB)
[INFO] Fetching org.eclipse.equinox.event_1.5.300.v20191001-1333.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (16.7kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.600.v20190926-0808.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (9.46kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.600.v20190926-0808.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (9.46kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.11.0.v20191120-1917.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (85.9kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.11.0.v20191120-1917.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (85.9kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (51.07kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (51.07kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (84.22kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (84.22kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.700.v20191030-1314.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (49.92kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.700.v20191030-1314.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (49.92kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.900.v20191114-0715.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (94.87kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.900.v20191114-0715.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (94.87kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.800.v20190930-1643.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (61.45kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.800.v20190930-1643.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (61.45kB)
[INFO] Fetching org.eclipse.jface.databinding_1.9.200.v20191113-1050.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (77.54kB)
[INFO] Fetching org.eclipse.jface.databinding_1.9.200.v20191113-1050.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (77.54kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.300.v20190926-0808.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (13.07kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.300.v20190926-0808.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (13.07kB)
[INFO] Fetching org.eclipse.emf.common_2.17.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (114.83kB)
[INFO] Fetching org.eclipse.emf.common_2.17.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (114.83kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.2.200.v20191008-0718.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (23.94kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.2.200.v20191008-0718.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (23.94kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.300.v20191015-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (58.09kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.300.v20191015-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (58.09kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.600.v20191002-0702.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (108.01kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.600.v20191002-0702.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (108.01kB)
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (44.42kB)
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (44.42kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.6.200.v20191014-1220.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (32.06kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.6.200.v20191014-1220.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (32.06kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.500.v20191014-1732.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (38.91kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.500.v20191014-1732.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (38.91kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.4.600.v20191016-0510.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (55.47kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.4.600.v20191016-0510.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (55.47kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.4.500.v20191014-1220.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (48.14kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.4.500.v20191014-1220.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (48.14kB)
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (116.64kB)
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (116.64kB)
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (81.19kB)
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (81.19kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.400.v20191015-1836.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (23.78kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.400.v20191015-1836.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (23.78kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.500.v20191014-1645.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (74.72kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.500.v20191014-1645.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (74.72kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.300.v20191002-0702.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (50.95kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.300.v20191002-0702.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (50.95kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.5.600.v20191016-0507.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (32kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.5.600.v20191016-0507.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (32kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.5.700.v20190930-1517.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (287.13kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.5.700.v20190930-1517.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (287.13kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.2.500.v20191003-0536.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (71.3kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.2.500.v20191003-0536.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (71.3kB)
[INFO] Fetching org.eclipse.help_3.8.600.v20191123-0656.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (125.97kB)
[INFO] Fetching org.eclipse.help_3.8.600.v20191123-0656.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (125.97kB)
[INFO] Fetching org.eclipse.jdt.annotation_2.2.400.v20191120-1313.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (25.19kB)
[INFO] Fetching org.eclipse.jdt.annotation_2.2.400.v20191120-1313.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (25.19kB)
[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] Fetching org.eclipse.ltk.core.refactoring_3.10.300.v20191104-1954.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (107.92kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.300.v20191104-1954.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (107.92kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.100.v20191113-0119.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (182.08kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.100.v20191113-0119.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (182.08kB)
[INFO] Fetching org.eclipse.ui.navigator_3.9.100.v20191122-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (133.62kB)
[INFO] Fetching org.eclipse.ui.navigator_3.9.100.v20191122-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (133.62kB)
[INFO] Fetching org.eclipse.team.core_3.8.800.v20191122-2107.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (127.12kB)
[INFO] Fetching org.eclipse.team.core_3.8.800.v20191122-2107.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (127.12kB)
[INFO] Fetching org.eclipse.team.ui_3.8.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (494.27kB)
[INFO] Fetching org.eclipse.team.ui_3.8.700.v20191122-2107.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (494.27kB)
[INFO] Fetching org.eclipse.mylyn.commons.core_3.26.0.N20190930-2131.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (109.95kB)
[INFO] Fetching org.eclipse.mylyn.commons.core_3.26.0.N20190930-2131.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (109.95kB)
[INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.26.0.N20190930-2131.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (95.58kB)
[INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.26.0.N20190930-2131.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (95.58kB)
[INFO] Fetching org.eclipse.mylyn.commons.ui_3.26.0.N20200730-0809.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (295.26kB)
[INFO] Fetching org.eclipse.mylyn.commons.ui_3.26.0.N20200730-0809.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (295.26kB)
[INFO] Fetching org.eclipse.mylyn.commons.workbench_3.26.0.N20190930-2131.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (158.53kB)
[INFO] Fetching org.eclipse.mylyn.commons.workbench_3.26.0.N20190930-2131.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (158.53kB)
[INFO] Fetching org.eclipse.mylyn.commons_3.26.0.N20200730-0809.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/features/ (13.17kB)
[INFO] Fetching org.eclipse.mylyn.commons_3.26.0.N20200730-0809.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/features/ (13.17kB)
[INFO] Fetching org.eclipse.mylyn.commons.identity.core_1.18.0.N20190930-2131.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (35.88kB)
[INFO] Fetching org.eclipse.mylyn.commons.identity.core_1.18.0.N20190930-2131.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (35.88kB)
[INFO] Fetching org.eclipse.mylyn.commons.identity_1.18.0.N20191002-0659.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/features/ (13.1kB)
[INFO] Fetching org.eclipse.mylyn.commons.identity_1.18.0.N20191002-0659.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/features/ (13.1kB)
[INFO] Fetching org.eclipse.mylyn.commons.net_3.26.0.N20190930-2131.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (73.15kB)
[INFO] Fetching org.eclipse.mylyn.commons.net_3.26.0.N20190930-2131.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (73.15kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.18.0.N20190930-2131.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (7.67kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.18.0.N20190930-2131.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (7.67kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_1.18.0.N20210118-2056.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (23.17kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_1.18.0.N20210118-2056.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (23.17kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.18.0.N20190930-2131.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (51.76kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.18.0.N20190930-2131.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (51.76kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications_1.18.0.N20210118-2056.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/features/ (13.28kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications_1.18.0.N20210118-2056.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/features/ (13.28kB)
[INFO] Fetching org.eclipse.ui.workbench_3.117.0.v20191126-1131.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (1,004.33kB)
[INFO] Fetching org.eclipse.ui.workbench_3.117.0.v20191126-1131.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (1,004.33kB)
[INFO] Fetching org.eclipse.mylyn.commons.repositories.core_1.18.0.N20190930-2131.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (39.31kB)
[INFO] Fetching org.eclipse.mylyn.commons.repositories.core_1.18.0.N20190930-2131.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (39.31kB)
[INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_1.18.0.N20190930-2131.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (84.93kB)
[INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_1.18.0.N20190930-2131.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (84.93kB)
[INFO] Fetching org.eclipse.mylyn.commons.repositories_1.18.0.N20191002-0659.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/features/ (13.18kB)
[INFO] Fetching org.eclipse.mylyn.commons.repositories_1.18.0.N20191002-0659.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/features/ (13.18kB)
[INFO] Fetching org.eclipse.mylyn.context.core_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (81.5kB)
[INFO] Fetching org.eclipse.mylyn.context.core_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (81.5kB)
[INFO] Fetching org.eclipse.mylyn.monitor.core_3.26.0.N20190930-2131.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (30.73kB)
[INFO] Fetching org.eclipse.mylyn.monitor.core_3.26.0.N20190930-2131.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (30.73kB)
[INFO] Fetching org.eclipse.mylyn.discovery.core_3.26.0.N20190930-2131.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (77.72kB)
[INFO] Fetching org.eclipse.mylyn.discovery.core_3.26.0.N20190930-2131.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (77.72kB)
[INFO] Fetching org.eclipse.mylyn.discovery.ui_3.26.0.N20190930-2131.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (81.01kB)
[INFO] Fetching org.eclipse.mylyn.discovery.ui_3.26.0.N20190930-2131.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (81.01kB)
[INFO] Fetching org.eclipse.mylyn.discovery_3.26.0.N20191002-0659.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/features/ (13.14kB)
[INFO] Fetching org.eclipse.mylyn.discovery_3.26.0.N20191002-0659.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/features/ (13.14kB)
[INFO] Fetching org.eclipse.mylyn.monitor.ui_3.26.0.N20190930-2131.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (41.89kB)
[INFO] Fetching org.eclipse.mylyn.monitor.ui_3.26.0.N20190930-2131.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (41.89kB)
[INFO] Fetching org.eclipse.mylyn.monitor_3.26.0.N20191002-0659.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/features/ (13.13kB)
[INFO] Fetching org.eclipse.mylyn.monitor_3.26.0.N20191002-0659.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/features/ (13.13kB)
[INFO] Fetching org.eclipse.search_3.11.800.v20191122-2108.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (216.5kB)
[INFO] Fetching org.eclipse.search_3.11.800.v20191122-2108.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (216.5kB)
[INFO] Fetching org.eclipse.ui.browser_3.6.600.v20191122-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (97.35kB)
[INFO] Fetching org.eclipse.ui.browser_3.6.600.v20191122-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (97.35kB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.113.0.v20191204-0601.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (819.53kB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.113.0.v20191204-0601.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (819.53kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (16.71kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (16.71kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.113.0.v20191204-0601.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (1.1MB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.113.0.v20191204-0601.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (1.1MB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.113.0.v20191204-0601.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (1,008.75kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.113.0.v20191204-0601.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (1,008.75kB)
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn_feature:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla_feature:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla_feature:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla-feature/pom.xml
[INFO] Fetching org.apache.ws.commons.util_1.0.2.v20160817-1930.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (46.77kB)
[INFO] Fetching org.apache.ws.commons.util_1.0.2.v20160817-1930.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (46.77kB)
[INFO] Fetching org.apache.xmlrpc_3.0.0.v20100427-1100.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (224.44kB)
[INFO] Fetching org.apache.xmlrpc_3.0.0.v20100427-1100.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (224.44kB)
[INFO] Fetching org.eclipse.mylyn.commons.xmlrpc_3.26.0.N20190930-2131.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (28.86kB)
[INFO] Fetching org.eclipse.mylyn.commons.xmlrpc_3.26.0.N20190930-2131.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (28.86kB)
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla_feature:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla.core:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla.core:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla.core:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla.tests:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla.tests:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/pom.xml
Jan 31, 2022 9:46:07 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
Jan 31, 2022 9:46:07 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
Jan 31, 2022 9:46:07 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond
Jan 31, 2022 9:46:07 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://download.eclipse.org:443
[INFO] Fetching com.google.gson_2.7.0.v20170129-0911.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (253.01kB)
[INFO] Fetching com.google.gson_2.7.0.v20170129-0911.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (253.01kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.5.600.v20191014-2022.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (29.94kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.5.600.v20191014-2022.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (29.94kB)
[INFO] Fetching org.junit_4.12.0.v201504281640.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (284.2kB)
[INFO] Fetching org.junit_4.12.0.v201504281640.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (284.2kB)
[INFO] Fetching org.eclipse.mylyn.commons.sdk.util_3.26.0.N20200810-0516.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (61.28kB)
[INFO] Fetching org.eclipse.mylyn.commons.sdk.util_3.26.0.N20200810-0516.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (61.28kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.3.500.v20191122-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (55.35kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.3.500.v20191122-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (55.35kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.7.100.v20191209-1336.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (71.13kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.7.100.v20191209-1336.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (71.13kB)
[INFO] Fetching org.eclipse.urischeme_1.0.500.v20191122-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (21.45kB)
[INFO] Fetching org.eclipse.urischeme_1.0.500.v20191122-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (21.45kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.700.v20191113-0939.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (40.96kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.700.v20191113-0939.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (40.96kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (65.43kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (65.43kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (20.03kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (20.03kB)
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla.tests:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla.ui:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla.ui:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/pom.xml
[INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (69.6kB)
[INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (69.6kB)
[INFO] Fetching org.eclipse.mylyn.discovery.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (61.18kB)
[INFO] Fetching org.eclipse.mylyn.discovery.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (61.18kB)
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla.ui:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.help.sdk:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.help.sdk/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.help.sdk:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.help.sdk/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.help.sdk:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.help.sdk/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.help.ui:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.help.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.help.ui:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.help.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.help.ui:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.help.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.sdk_feature:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.sdk-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.sdk_feature:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.sdk-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.sdk_feature:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.sdk-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.test_feature:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.test-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.test_feature:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.test-feature/pom.xml
[INFO] Fetching org.eclipse.ui.views.log_1.2.900.v20191122-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (84.58kB)
[INFO] Fetching org.eclipse.ui.views.log_1.2.900.v20191122-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (84.58kB)
[INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20180829150157/repository/ (63B)
[INFO] Fetching org.mockito_1.9.5.v201605172210.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20180829150157/repository/plugins/ (632.98kB)
[INFO] Fetching org.mockito_1.9.5.v201605172210.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20180829150157/repository/plugins/ (632.98kB)
[INFO] Fetching org.objenesis_1.0.0.v201505121915.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20180829150157/repository/plugins/ (13.97kB)
[INFO] Fetching org.objenesis_1.0.0.v201505121915.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20180829150157/repository/plugins/ (13.97kB)
[INFO] Fetching org.hamcrest_1.1.0.v20090501071000.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (8.18kB)
[INFO] Fetching org.hamcrest_1.1.0.v20090501071000.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (8.18kB)
[INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (32.1kB)
[INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (32.1kB)
[INFO] Fetching org.hamcrest.integration_1.3.0.v201305210900.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (13kB)
[INFO] Fetching org.hamcrest.integration_1.3.0.v201305210900.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (13kB)
[INFO] Fetching org.hamcrest.text_1.1.0.v20090501071000.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (31.87kB)
[INFO] Fetching org.hamcrest.text_1.1.0.v20090501071000.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (31.87kB)
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.test_feature:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.test-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks-site:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks-site/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks-site:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks-site/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks-site:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks-site/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.activity.core:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.activity.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.activity.core:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.activity.core/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.activity.core:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.activity.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.activity.tests:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.activity.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.activity.tests:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.activity.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.activity.tests:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.activity.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.activity.ui:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.activity.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.activity.ui:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.activity.ui/pom.xml
[INFO] Fetching org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (1.86MB)
[INFO] Fetching org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (1.86MB)
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.activity.ui:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.activity.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.bugs:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.bugs/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.bugs:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.bugs/pom.xml
[INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (60.38kB)
[INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (60.38kB)
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.bugs:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.bugs/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.core:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.core:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.core:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.core.tests:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.core.tests:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.core.tests:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.ide:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ide-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.ide:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ide-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.ide:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ide-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.index.core:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.index.core:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.index.core:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.index.tests:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.index.tests:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.index.tests:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.index.ui:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.index.ui:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/pom.xml
[INFO] Fetching org.w3c.dom.smil_1.0.0.v200806040011.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (20.22kB)
[INFO] Fetching org.w3c.dom.smil_1.0.0.v200806040011.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (20.22kB)
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.index.ui:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.index:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.index:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.index:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.search:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.search:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/pom.xml
[INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (37.81kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (37.81kB)
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.search:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.tests:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.tests:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.tests/pom.xml
[INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180809-1640.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20180905201904/repository/plugins/ (248.02kB)
[INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180809-1640.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20180905201904/repository/plugins/ (248.02kB)
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.tests:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.ui:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.ui:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/pom.xml
[INFO] Fetching org.eclipse.mylyn.commons.net_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (58.44kB)
[INFO] Fetching org.eclipse.mylyn.commons.net_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (58.44kB)
[INFO] Fetching org.eclipse.mylyn.commons.repositories.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (31.67kB)
[INFO] Fetching org.eclipse.mylyn.commons.repositories.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (31.67kB)
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.ui:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.ui.tests:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.ui.tests:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.ui.tests:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tests.util:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tests.util:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.tests.util:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.trac_feature:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.trac-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.trac_feature:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.trac-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.trac_feature:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.trac-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.trac.core:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.trac.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.trac.core:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.trac.core/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.trac.core:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.trac.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.trac.core.tests:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.trac.core.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.trac.core.tests:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.trac.core.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.trac.core.tests:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.trac.core.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.trac.tests:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.trac.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.trac.tests:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.trac.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.trac.tests:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.trac.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.trac.ui:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.trac.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.trac.ui:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.trac.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.trac.ui:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.trac.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.trac.ui.tests:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.trac.ui.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.trac.ui.tests:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.trac.ui.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.trac.ui.tests:3.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.trac.ui.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla.rest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla.rest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.feature/pom.xml
[INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from http://download.eclipse.org/egit/updates-5.8/plugins/ (109.72kB)
[INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from http://download.eclipse.org/egit/updates-5.8/plugins/ (109.72kB)
[INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200114-1512.jar.pack.gz from http://download.eclipse.org/egit/updates-5.8/plugins/ (333.78kB)
[INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200114-1512.jar.pack.gz from http://download.eclipse.org/egit/updates-5.8/plugins/ (333.78kB)
[INFO] Fetching org.eclipse.mylyn.commons.repositories.http.core_1.18.0.N20190930-2131.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (28.55kB)
[INFO] Fetching org.eclipse.mylyn.commons.repositories.http.core_1.18.0.N20190930-2131.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (28.55kB)
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla.rest:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla.rest.core:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla.rest.core:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla.rest.core:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla.rest.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla.rest.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core.tests/pom.xml
Jan 31, 2022 9:47:12 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
Jan 31, 2022 9:47:12 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
Jan 31, 2022 9:47:12 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond
Jan 31, 2022 9:47:12 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://download.eclipse.org:443
[INFO] Fetching org.hamcrest.library_1.1.0.v20090501071000.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (36.58kB)
[INFO] Fetching org.hamcrest.library_1.1.0.v20090501071000.jar from http://download.eclipse.org/mylyn/snapshots/nightly/commons/plugins/ (36.58kB)
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla.rest.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla.rest.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla.rest.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla.rest.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla.rest.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla.rest.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla.rest.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla.rest.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.ui.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla.rest.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.ui.tests/pom.xml
[INFO] Fetching org.slf4j.apis.jcl_1.7.10.v20160208-0839.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20180905201904/repository/plugins/ (14.76kB)
[INFO] Fetching org.slf4j.apis.jcl_1.7.10.v20160208-0839.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20180905201904/repository/plugins/ (14.76kB)
[INFO] Fetching org.slf4j.api_1.7.10.v20170428-1633.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (42.51kB)
[INFO] Fetching org.slf4j.api_1.7.10.v20170428-1633.jar from http://download.eclipse.org/releases/2019-12/201912181000/plugins/ (42.51kB)
[INFO] Resolving class path of MavenProject: org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla.rest.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/mylyn-tasks-nightly/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.ui.tests/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Mylyn Tasks [pom]
[INFO] org.eclipse.mylyn.tasks.core [eclipse-plugin]
[INFO] org.eclipse.mylyn.tasks.index.core [eclipse-plugin]
[INFO] org.eclipse.mylyn.tasks.ui [eclipse-plugin]
[INFO] org.eclipse.mylyn.tasks.index.ui [eclipse-plugin]
[INFO] org.eclipse.mylyn.tasks.search [eclipse-plugin]
[INFO] org.eclipse.mylyn_feature [eclipse-feature]
[INFO] org.eclipse.mylyn.bugzilla.core [eclipse-plugin]
[INFO] org.eclipse.mylyn.bugzilla.ui [eclipse-plugin]
[INFO] org.eclipse.mylyn.bugzilla_feature [eclipse-feature]
[INFO] org.eclipse.mylyn.tests.util [eclipse-plugin]
[INFO] org.eclipse.mylyn.bugzilla.tests [eclipse-test-plugin]
[INFO] org.eclipse.mylyn.help.sdk [eclipse-plugin]
[INFO] org.eclipse.mylyn.help.ui [eclipse-plugin]
[INFO] org.eclipse.mylyn.trac.core [eclipse-plugin]
[INFO] org.eclipse.mylyn.trac.ui [eclipse-plugin]
[INFO] org.eclipse.mylyn.trac_feature [eclipse-feature]
[INFO] org.eclipse.mylyn.tasks.bugs [eclipse-plugin]
[INFO] org.eclipse.mylyn.sdk_feature [eclipse-feature]
[INFO] org.eclipse.mylyn.tasks.core.tests [eclipse-test-plugin]
[INFO] org.eclipse.mylyn.tasks.tests [eclipse-test-plugin]
[INFO] org.eclipse.mylyn.tasks.index.tests [eclipse-test-plugin]
[INFO] org.eclipse.mylyn.tasks.ui.tests [eclipse-test-plugin]
[INFO] org.eclipse.mylyn.trac.tests [eclipse-test-plugin]
[INFO] org.eclipse.mylyn.trac.core.tests [eclipse-test-plugin]
[INFO] org.eclipse.mylyn.trac.ui.tests [eclipse-test-plugin]
[INFO] org.eclipse.mylyn.test_feature [eclipse-feature]
[INFO] org.eclipse.mylyn.tasks.index [eclipse-feature]
[INFO] org.eclipse.mylyn.tasks.ide [eclipse-feature]
[INFO] Mylyn Tasks [eclipse-update-site]
[INFO] org.eclipse.mylyn.tasks-target [pom]
[INFO] org.eclipse.mylyn.tasks.activity.core [eclipse-plugin]
[INFO] org.eclipse.mylyn.tasks.activity.ui [eclipse-plugin]
[INFO] org.eclipse.mylyn.tasks.activity.tests [eclipse-test-plugin]
[INFO] org.eclipse.mylyn.tasks.connector-bugzilla-rest [pom]
[INFO] org.eclipse.mylyn.bugzilla.rest.core [eclipse-plugin]
[INFO] org.eclipse.mylyn.bugzilla.rest.ui [eclipse-plugin]
[INFO] org.eclipse.mylyn.bugzilla.rest [eclipse-feature]
[INFO] org.eclipse.mylyn.bugzilla.rest.core.tests [eclipse-test-plugin]
[INFO] org.eclipse.mylyn.bugzilla.rest.tests [eclipse-test-plugin]
[INFO] org.eclipse.mylyn.bugzilla.rest.ui.tests [eclipse-test-plugin]
[INFO]
[INFO] -------< org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks-parent >-------
[INFO] Building Mylyn Tasks 3.26.0-SNAPSHOT [1/41]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mylyn.tasks-parent ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.5.6.201201232323:prepare-agent (default) @ org.eclipse.mylyn.tasks-parent ---
[WARNING] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2
[INFO] Skipping JaCoCo for project with packaging type 'pom'
[INFO]
[INFO] --------< org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.core >--------
[INFO] Building org.eclipse.mylyn.tasks.core 3.26.0-SNAPSHOT [2/41]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mylyn.tasks.core ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.mylyn.tasks.core ---
[INFO] The project's OSGi version is 3.26.0.N20200730-0753
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.mylyn.tasks.core ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.mylyn.tasks.core ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.5.6.201201232323:prepare-agent (default) @ org.eclipse.mylyn.tasks.core ---
[INFO] Skipping JaCoCo execution
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.mylyn.tasks.core ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.mylyn.tasks.core ---
[INFO] Compiling 199 source files to /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/util/TaskRepositoryKeyringMigrator.java:[26]
import org.eclipse.mylyn.commons.repositories.core.auth.ICredentialsStore;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ICredentialsStore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/util/TaskRepositoryKeyringMigrator.java:[85]
protected void putKeyValue(TaskRepository location, String key, String value, ICredentialsStore store) {
^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ICredentialsStore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/util/KeyringMigrator.java:[26]
import org.eclipse.mylyn.commons.repositories.core.ILocationService;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ILocationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/util/KeyringMigrator.java:[27]
import org.eclipse.mylyn.commons.repositories.core.auth.ICredentialsStore;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ICredentialsStore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/util/KeyringMigrator.java:[28]
import org.eclipse.mylyn.internal.commons.repositories.core.LocationService;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LocationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/util/KeyringMigrator.java:[32]
* Reads properties from the deprecated Eclipse keyring and writes them to the {@link ICredentialsStore} provided by the
^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ICredentialsStore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/util/KeyringMigrator.java:[33]
* {@link ILocationService}.
^^^^^^^^^^^^^^^^
Discouraged access: The type 'ILocationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/util/KeyringMigrator.java:[38]
protected final ILocationService service = LocationService.getDefault();
^^^^^^^^^^^^^^^^
Discouraged access: The type 'ILocationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/util/KeyringMigrator.java:[38]
protected final ILocationService service = LocationService.getDefault();
^^^^^^^^^^^^^^^
Discouraged access: The type 'LocationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/util/KeyringMigrator.java:[38]
protected final ILocationService service = LocationService.getDefault();
^^^^^^^^^^
Discouraged access: The method 'LocationService.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/util/KeyringMigrator.java:[80]
ICredentialsStore store = service.getCredentialsStore(getUrl(location));
^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ICredentialsStore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/util/KeyringMigrator.java:[80]
ICredentialsStore store = service.getCredentialsStore(getUrl(location));
^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ILocationService.getCredentialsStore(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/util/KeyringMigrator.java:[87]
protected void putKeyValue(T location, String key, String value, ICredentialsStore store) {
^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ICredentialsStore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/util/KeyringMigrator.java:[88]
store.put(key, value, key.endsWith(".password")); //$NON-NLS-1$
^^^
Discouraged access: The method 'ICredentialsStore.put(String, String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/sync/SynchronizeRepositoriesJob.java:[32]
import org.eclipse.core.runtime.SubProgressMonitor;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/sync/SynchronizeRepositoriesJob.java:[138]
updateRepositoryConfiguration(repository, connector, new SubProgressMonitor(monitor, 20));
^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/sync/SynchronizeRepositoriesJob.java:[138]
updateRepositoryConfiguration(repository, connector, new SubProgressMonitor(monitor, 20));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/sync/SynchronizeRepositoriesJob.java:[189]
job.run(new SubProgressMonitor(monitor, 80));
^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/sync/SynchronizeRepositoriesJob.java:[189]
job.run(new SubProgressMonitor(monitor, 80));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/TaskRepository.java:[33]
import org.eclipse.mylyn.commons.repositories.core.ILocationService;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ILocationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/TaskRepository.java:[34]
import org.eclipse.mylyn.commons.repositories.core.auth.ICredentialsStore;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ICredentialsStore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/TaskRepository.java:[35]
import org.eclipse.mylyn.internal.commons.repositories.core.InMemoryCredentialsStore;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'InMemoryCredentialsStore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/TaskRepository.java:[36]
import org.eclipse.mylyn.internal.commons.repositories.core.LocationService;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LocationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/TaskRepository.java:[210]
private final ILocationService service = LocationService.getDefault();
^^^^^^^^^^^^^^^^
Discouraged access: The type 'ILocationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/TaskRepository.java:[210]
private final ILocationService service = LocationService.getDefault();
^^^^^^^^^^^^^^^
Discouraged access: The type 'LocationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/TaskRepository.java:[210]
private final ILocationService service = LocationService.getDefault();
^^^^^^^^^^
Discouraged access: The method 'LocationService.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/TaskRepository.java:[255]
private ICredentialsStore getCredentialsStore() {
^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ICredentialsStore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/TaskRepository.java:[258]
return InMemoryCredentialsStore.getStore("headless::" + getRepositoryUrl()); //$NON-NLS-1$
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'InMemoryCredentialsStore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/TaskRepository.java:[258]
return InMemoryCredentialsStore.getStore("headless::" + getRepositoryUrl()); //$NON-NLS-1$
^^^^^^^^
Discouraged access: The method 'InMemoryCredentialsStore.getStore(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/TaskRepository.java:[260]
return getService().getCredentialsStore(getRepositoryUrl());
^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ILocationService.getCredentialsStore(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/TaskRepository.java:[264]
ICredentialsStore credentialsStore = getCredentialsStore();
^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ICredentialsStore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/TaskRepository.java:[268]
String oldUserValue = credentialsStore.get(userProperty, ""); //$NON-NLS-1$
^^^
Discouraged access: The method 'ICredentialsStore.get(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/TaskRepository.java:[269]
credentialsStore.put(userProperty, username, false);
^^^
Discouraged access: The method 'ICredentialsStore.put(String, String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/TaskRepository.java:[274]
String oldPasswordValue = credentialsStore.get(passwordProperty, ""); //$NON-NLS-1$
^^^
Discouraged access: The method 'ICredentialsStore.get(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/TaskRepository.java:[275]
credentialsStore.put(passwordProperty, password, true);
^^^
Discouraged access: The method 'ICredentialsStore.put(String, String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/TaskRepository.java:[310]
getCredentialsStore().clear();
^^^^^
Discouraged access: The method 'ICredentialsStore.clear()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/TaskRepository.java:[318]
return getCredentialsStore().get(property, null);
^^^
Discouraged access: The method 'ICredentialsStore.get(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/TaskRepository.java:[842]
private ILocationService getService() {
^^^^^^^^^^^^^^^^
Discouraged access: The type 'ILocationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/util/TaskRepositorySecureStoreMigrator.java:[27]
import org.eclipse.mylyn.commons.repositories.core.ILocationService;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ILocationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/util/TaskRepositorySecureStoreMigrator.java:[28]
import org.eclipse.mylyn.commons.repositories.core.auth.ICredentialsStore;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ICredentialsStore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/util/TaskRepositorySecureStoreMigrator.java:[29]
import org.eclipse.mylyn.internal.commons.repositories.core.LocationService;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LocationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/util/TaskRepositorySecureStoreMigrator.java:[35]
* {@link ICredentialsStore} provided by the {@link ILocationService}.
^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ICredentialsStore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/util/TaskRepositorySecureStoreMigrator.java:[35]
* {@link ICredentialsStore} provided by the {@link ILocationService}.
^^^^^^^^^^^^^^^^
Discouraged access: The type 'ILocationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/util/TaskRepositorySecureStoreMigrator.java:[40]
private final ILocationService service = LocationService.getDefault();
^^^^^^^^^^^^^^^^
Discouraged access: The type 'ILocationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/util/TaskRepositorySecureStoreMigrator.java:[40]
private final ILocationService service = LocationService.getDefault();
^^^^^^^^^^^^^^^
Discouraged access: The type 'LocationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/util/TaskRepositorySecureStoreMigrator.java:[40]
private final ILocationService service = LocationService.getDefault();
^^^^^^^^^^
Discouraged access: The method 'LocationService.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/util/TaskRepositorySecureStoreMigrator.java:[55]
ICredentialsStore store = service.getCredentialsStore(repositoryUrl);
^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ICredentialsStore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/util/TaskRepositorySecureStoreMigrator.java:[55]
ICredentialsStore store = service.getCredentialsStore(repositoryUrl);
^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ILocationService.getCredentialsStore(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/util/TaskRepositorySecureStoreMigrator.java:[59]
store.put(key, value, repositoryNode.isEncrypted(key));
^^^
Discouraged access: The method 'ICredentialsStore.put(String, String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/sync/SynchronizeQueriesJob.java:[34]
import org.eclipse.core.runtime.SubProgressMonitor;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/sync/SynchronizeQueriesJob.java:[190]
boolean success = preSynchronization(session, new SubProgressMonitor(monitor, 20));
^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/sync/SynchronizeQueriesJob.java:[190]
boolean success = preSynchronization(session, new SubProgressMonitor(monitor, 20));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/sync/SynchronizeQueriesJob.java:[219]
IStatus result = job.run(new SubProgressMonitor(monitor, 30));
^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/sync/SynchronizeQueriesJob.java:[219]
IStatus result = job.run(new SubProgressMonitor(monitor, 30));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/sync/SynchronizeQueriesJob.java:[237]
postSynchronization(session, new SubProgressMonitor(monitor, 10));
^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/sync/SynchronizeQueriesJob.java:[237]
postSynchronization(session, new SubProgressMonitor(monitor, 10));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/sync/SynchronizeQueriesJob.java:[263]
synchronizeQuery(repositoryQuery, session, new SubProgressMonitor(monitor, 20));
^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/sync/SynchronizeQueriesJob.java:[263]
synchronizeQuery(repositoryQuery, session, new SubProgressMonitor(monitor, 20));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/operations/TaskListOperation.java:[21]
import org.eclipse.core.runtime.SubProgressMonitor;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/operations/TaskListOperation.java:[52]
Job.getJobManager().beginRule(rule, new SubProgressMonitor(monitor, IProgressMonitor.UNKNOWN));
^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/operations/TaskListOperation.java:[52]
Job.getJobManager().beginRule(rule, new SubProgressMonitor(monitor, IProgressMonitor.UNKNOWN));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/spi/RepositoryConnectorDescriptor.java:[20]
import org.eclipse.mylyn.tasks.core.AbstractTaskListMigrator;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractTaskListMigrator is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/externalization/ExternalizationManager.java:[30]
import org.eclipse.core.runtime.SubProgressMonitor;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/externalization/ExternalizationManager.java:[224]
participant.execute(context, new SubProgressMonitor(monitor, IProgressMonitor.UNKNOWN));
^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/externalization/ExternalizationManager.java:[224]
participant.execute(context, new SubProgressMonitor(monitor, IProgressMonitor.UNKNOWN));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/sync/SynchronizeTasksJob.java:[31]
import org.eclipse.core.runtime.SubProgressMonitor;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/sync/SynchronizeTasksJob.java:[129]
run(repositoryTasks, new SubProgressMonitor(monitor, repositoryTasks.size() * 100));
^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/sync/SynchronizeTasksJob.java:[129]
run(repositoryTasks, new SubProgressMonitor(monitor, repositoryTasks.size() * 100));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/sync/SynchronizeTasksJob.java:[209]
synchronizeTasks(new SubProgressMonitor(monitor, tasks.size() * 100), taskRepository, tasks);
^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/sync/SynchronizeTasksJob.java:[209]
synchronizeTasks(new SubProgressMonitor(monitor, tasks.size() * 100), taskRepository, tasks);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/sync/SynchronizeTasksJob.java:[220]
synchronizeTask(new SubProgressMonitor(monitor, 100), task);
^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/sync/SynchronizeTasksJob.java:[220]
synchronizeTask(new SubProgressMonitor(monitor, 100), task);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
72 problems (72 warnings)
[INFO]
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (attach-source) @ org.eclipse.mylyn.tasks.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/org.eclipse.mylyn.tasks.core-3.26.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.mylyn.tasks.core ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/src/test/resources
[INFO]
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.mylyn.tasks.core ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.mylyn.tasks.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/org.eclipse.mylyn.tasks.core-3.26.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mylyn.tasks.core ---
[INFO]
[INFO] >>> findbugs-maven-plugin:3.0.5:check (default) > :findbugs @ org.eclipse.mylyn.tasks.core >>>
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.5:findbugs (findbugs) @ org.eclipse.mylyn.tasks.core ---
[INFO]
[INFO] <<< findbugs-maven-plugin:3.0.5:check (default) < :findbugs @ org.eclipse.mylyn.tasks.core <<<
[INFO]
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.5:check (default) @ org.eclipse.mylyn.tasks.core ---
[INFO]
[INFO] >>> maven-pmd-plugin:2.5:cpd-check (default) > :cpd @ org.eclipse.mylyn.tasks.core >>>
[INFO]
[INFO] --- maven-pmd-plugin:2.5:cpd (cpd) @ org.eclipse.mylyn.tasks.core ---
[INFO]
[INFO] <<< maven-pmd-plugin:2.5:cpd-check (default) < :cpd @ org.eclipse.mylyn.tasks.core <<<
[INFO]
[INFO]
[INFO] --- maven-pmd-plugin:2.5:cpd-check (default) @ org.eclipse.mylyn.tasks.core ---
[INFO]
[INFO] -----< org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.index.core >-----
[INFO] Building org.eclipse.mylyn.tasks.index.core 3.26.0-SNAPSHOT [3/41]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mylyn.tasks.index.core ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.mylyn.tasks.index.core ---
[INFO] The project's OSGi version is 3.26.0.N20190930-2129
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.mylyn.tasks.index.core ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.mylyn.tasks.index.core ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.5.6.201201232323:prepare-agent (default) @ org.eclipse.mylyn.tasks.index.core ---
[INFO] Skipping JaCoCo execution
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.mylyn.tasks.index.core ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.mylyn.tasks.index.core ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[80]
import org.eclipse.mylyn.internal.tasks.core.AbstractTask;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[81]
import org.eclipse.mylyn.internal.tasks.core.ITaskList;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ITaskList' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[82]
import org.eclipse.mylyn.internal.tasks.core.ITaskListChangeListener;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ITaskListChangeListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[83]
import org.eclipse.mylyn.internal.tasks.core.ITaskListRunnable;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ITaskListRunnable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[84]
import org.eclipse.mylyn.internal.tasks.core.TaskAttachment;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskAttachment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[85]
import org.eclipse.mylyn.internal.tasks.core.TaskComment;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskComment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[86]
import org.eclipse.mylyn.internal.tasks.core.TaskContainerDelta;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskContainerDelta' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[87]
import org.eclipse.mylyn.internal.tasks.core.TaskList;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskList' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[88]
import org.eclipse.mylyn.internal.tasks.core.data.ITaskDataManagerListener;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ITaskDataManagerListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[89]
import org.eclipse.mylyn.internal.tasks.core.data.TaskDataManager;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskDataManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[90]
import org.eclipse.mylyn.internal.tasks.core.data.TaskDataManagerEvent;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskDataManagerEvent' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[126]
public class TaskListIndex implements ITaskDataManagerListener, ITaskListChangeListener, IRepositoryListener {
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ITaskDataManagerListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[126]
public class TaskListIndex implements ITaskDataManagerListener, ITaskListChangeListener, IRepositoryListener {
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ITaskListChangeListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[280]
private final TaskList taskList;
^^^^^^^^
Discouraged access: The type 'TaskList' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[282]
private final TaskDataManager dataManager;
^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskDataManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[298]
private TaskListIndex(TaskList taskList, TaskDataManager dataManager, IRepositoryManager repositoryManager) {
^^^^^^^^
Discouraged access: The type 'TaskList' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[298]
private TaskListIndex(TaskList taskList, TaskDataManager dataManager, IRepositoryManager repositoryManager) {
^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskDataManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[317]
public ITaskList getTaskList() {
^^^^^^^^^
Discouraged access: The type 'ITaskList' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[346]
* @see #TaskListIndex(TaskList, TaskDataManager, Directory)
^^^^^^^^
Discouraged access: The type 'TaskList' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[346]
* @see #TaskListIndex(TaskList, TaskDataManager, Directory)
^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskDataManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[348]
public TaskListIndex(TaskList taskList, TaskDataManager dataManager, IRepositoryManager repositoryManager,
^^^^^^^^
Discouraged access: The type 'TaskList' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[348]
public TaskListIndex(TaskList taskList, TaskDataManager dataManager, IRepositoryManager repositoryManager,
^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskDataManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[364]
* @see #TaskListIndex(TaskList, TaskDataManager, File)
^^^^^^^^
Discouraged access: The type 'TaskList' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[364]
* @see #TaskListIndex(TaskList, TaskDataManager, File)
^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskDataManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[366]
public TaskListIndex(TaskList taskList, TaskDataManager dataManager, IRepositoryManager repositoryManager,
^^^^^^^^
Discouraged access: The type 'TaskList' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[366]
public TaskListIndex(TaskList taskList, TaskDataManager dataManager, IRepositoryManager repositoryManager,
^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskDataManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[388]
* @see #TaskListIndex(TaskList, TaskDataManager, File)
^^^^^^^^
Discouraged access: The type 'TaskList' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[388]
* @see #TaskListIndex(TaskList, TaskDataManager, File)
^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskDataManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[390]
public TaskListIndex(TaskList taskList, TaskDataManager dataManager, IRepositoryManager repositoryManager,
^^^^^^^^
Discouraged access: The type 'TaskList' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[390]
public TaskListIndex(TaskList taskList, TaskDataManager dataManager, IRepositoryManager repositoryManager,
^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskDataManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[528]
dataManager.addListener(this);
^^^^^^^^^^^
Discouraged access: The method 'TaskDataManager.addListener(ITaskDataManagerListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[529]
taskList.addChangeListener(this);
^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TaskList.addChangeListener(ITaskListChangeListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[681]
AbstractTask task = taskList.getTask(taskIdentifier);
^^^^^^^^^^^^
Discouraged access: The type 'AbstractTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[681]
AbstractTask task = taskList.getTask(taskIdentifier);
^^^^^^^
Discouraged access: The method 'TaskList.getTask(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[751]
dataManager.removeListener(this);
^^^^^^^^^^^^^^
Discouraged access: The method 'TaskDataManager.removeListener(ITaskDataManagerListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[752]
taskList.removeChangeListener(this);
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TaskList.removeChangeListener(ITaskListChangeListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[811]
public void taskDataUpdated(TaskDataManagerEvent event) {
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskDataManagerEvent' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[812]
reindex(event.getTask(), event.getTaskData());
^^^^^^^
Discouraged access: The method 'TaskDataManagerEvent.getTask()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[812]
reindex(event.getTask(), event.getTaskData());
^^^^^^^^^^^
Discouraged access: The method 'TaskDataManagerEvent.getTaskData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[815]
public void editsDiscarded(TaskDataManagerEvent event) {
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskDataManagerEvent' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[816]
reindex(event.getTask(), event.getTaskData());
^^^^^^^
Discouraged access: The method 'TaskDataManagerEvent.getTask()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[816]
reindex(event.getTask(), event.getTaskData());
^^^^^^^^^^^
Discouraged access: The method 'TaskDataManagerEvent.getTaskData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[819]
public void containersChanged(Set<TaskContainerDelta> containers) {
^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskContainerDelta' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[820]
for (TaskContainerDelta delta : containers) {
^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskContainerDelta' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[821]
switch (delta.getKind()) {
^^^^^^^
Discouraged access: The method 'TaskContainerDelta.getKind()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[822]
case ADDED:
^^^^^
Discouraged access: The field 'TaskContainerDelta.Kind.ADDED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[823]
case REMOVED:
^^^^^^^
Discouraged access: The field 'TaskContainerDelta.Kind.REMOVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[824]
case CONTENT:
^^^^^^^
Discouraged access: The field 'TaskContainerDelta.Kind.CONTENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[825]
IRepositoryElement element = delta.getElement();
^^^^^^^^^^
Discouraged access: The method 'TaskContainerDelta.getElement()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[828]
if ("local".equals(((AbstractTask) task).getConnectorKind())) { //$NON-NLS-1$
^^^^^^^^^^^^
Discouraged access: The type 'AbstractTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[828]
if ("local".equals(((AbstractTask) task).getConnectorKind())) { //$NON-NLS-1$
^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractTask.getConnectorKind()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[863]
addIndexedAttribute(document, FIELD_CONTENT, ((AbstractTask) task).getNotes());
^^^^^^^^^^^^
Discouraged access: The type 'AbstractTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[863]
addIndexedAttribute(document, FIELD_CONTENT, ((AbstractTask) task).getNotes());
^^^^^^^^
Discouraged access: The method 'AbstractTask.getNotes()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[864]
addIndexedAttribute(document, FIELD_NOTES, ((AbstractTask) task).getNotes());
^^^^^^^^^^^^
Discouraged access: The type 'AbstractTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[864]
addIndexedAttribute(document, FIELD_NOTES, ((AbstractTask) task).getNotes());
^^^^^^^^
Discouraged access: The method 'AbstractTask.getNotes()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[878]
TaskComment taskComment = new TaskComment(taskData.getAttributeMapper().getTaskRepository(), task,
^^^^^^^^^^^
Discouraged access: The type 'TaskComment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[878]
TaskComment taskComment = new TaskComment(taskData.getAttributeMapper().getTaskRepository(), task,
^^^^^^^^^^^
Discouraged access: The type 'TaskComment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[878]
TaskComment taskComment = new TaskComment(taskData.getAttributeMapper().getTaskRepository(), task,
^^^^^^^^^^^
Discouraged access: The constructor 'TaskComment(TaskRepository, ITask, TaskAttribute)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[882]
String text = taskComment.getText();
^^^^^^^
Discouraged access: The method 'TaskComment.getText()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[886]
IRepositoryPerson author = taskComment.getAuthor();
^^^^^^^^^
Discouraged access: The method 'TaskComment.getAuthor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[906]
TaskAttachment taskAttachment = new TaskAttachment(repository, task, attribute);
^^^^^^^^^^^^^^
Discouraged access: The type 'TaskAttachment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[906]
TaskAttachment taskAttachment = new TaskAttachment(repository, task, attribute);
^^^^^^^^^^^^^^
Discouraged access: The type 'TaskAttachment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[906]
TaskAttachment taskAttachment = new TaskAttachment(repository, task, attribute);
^^^^^^^^^^^^^^
Discouraged access: The constructor 'TaskAttachment(TaskRepository, ITask, TaskAttribute)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[909]
if (attachmentNames.add(taskAttachment.getFileName())) {
^^^^^^^^^^^
Discouraged access: The method 'TaskAttachment.getFileName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[910]
addIndexedAttribute(document, FIELD_ATTACHMENT_NAME, taskAttachment.getFileName());
^^^^^^^^^^^
Discouraged access: The method 'TaskAttachment.getFileName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[912]
addIndexedAttribute(document, FIELD_CONTENT, taskAttachment.getDescription());
^^^^^^^^^^^^^^
Discouraged access: The method 'TaskAttachment.getDescription()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[955]
addIndexedAttribute(document, FIELD_CONTENT, ((AbstractTask) task).getNotes());
^^^^^^^^^^^^
Discouraged access: The type 'AbstractTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[955]
addIndexedAttribute(document, FIELD_CONTENT, ((AbstractTask) task).getNotes());
^^^^^^^^
Discouraged access: The method 'AbstractTask.getNotes()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[956]
addIndexedAttribute(document, FIELD_NOTES, ((AbstractTask) task).getNotes());
^^^^^^^^^^^^
Discouraged access: The type 'AbstractTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[956]
addIndexedAttribute(document, FIELD_NOTES, ((AbstractTask) task).getNotes());
^^^^^^^^
Discouraged access: The method 'AbstractTask.getNotes()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[1208]
private class TaskListState implements ITaskListRunnable {
^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ITaskListRunnable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[1212]
Collection<AbstractTask> tasks = taskList.getAllTasks();
^^^^^^^^^^^^
Discouraged access: The type 'AbstractTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[1212]
Collection<AbstractTask> tasks = taskList.getAllTasks();
^^^^^^^^^^^
Discouraged access: The method 'TaskList.getAllTasks()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[1231]
taskList.run(taskListState, monitor.newChild(0));
^^^
Discouraged access: The method 'TaskList.run(ITaskListRunnable, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[1251]
TaskData taskData = dataManager.getTaskData(task);
^^^^^^^^^^^
Discouraged access: The method 'TaskDataManager.getTaskData(ITask)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[1312]
if ("local".equals(((AbstractTask) task).getConnectorKind())) { //$NON-NLS-1$
^^^^^^^^^^^^
Discouraged access: The type 'AbstractTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/org/eclipse/mylyn/internal/tasks/index/core/TaskListIndex.java:[1312]
if ("local".equals(((AbstractTask) task).getConnectorKind())) { //$NON-NLS-1$
^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractTask.getConnectorKind()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
77 problems (77 warnings)
[INFO]
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (attach-source) @ org.eclipse.mylyn.tasks.index.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/org.eclipse.mylyn.tasks.index.core-3.26.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.mylyn.tasks.index.core ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/src/test/resources
[INFO]
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.mylyn.tasks.index.core ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.mylyn.tasks.index.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/org.eclipse.mylyn.tasks.index.core-3.26.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mylyn.tasks.index.core ---
[INFO]
[INFO] >>> findbugs-maven-plugin:3.0.5:check (default) > :findbugs @ org.eclipse.mylyn.tasks.index.core >>>
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.5:findbugs (findbugs) @ org.eclipse.mylyn.tasks.index.core ---
[INFO]
[INFO] <<< findbugs-maven-plugin:3.0.5:check (default) < :findbugs @ org.eclipse.mylyn.tasks.index.core <<<
[INFO]
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.5:check (default) @ org.eclipse.mylyn.tasks.index.core ---
[INFO]
[INFO] >>> maven-pmd-plugin:2.5:cpd-check (default) > :cpd @ org.eclipse.mylyn.tasks.index.core >>>
[INFO]
[INFO] --- maven-pmd-plugin:2.5:cpd (cpd) @ org.eclipse.mylyn.tasks.index.core ---
[INFO]
[INFO] <<< maven-pmd-plugin:2.5:cpd-check (default) < :cpd @ org.eclipse.mylyn.tasks.index.core <<<
[INFO]
[INFO]
[INFO] --- maven-pmd-plugin:2.5:cpd-check (default) @ org.eclipse.mylyn.tasks.index.core ---
[INFO]
[INFO] ---------< org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.ui >---------
[INFO] Building org.eclipse.mylyn.tasks.ui 3.26.0-SNAPSHOT [4/41]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mylyn.tasks.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.mylyn.tasks.ui ---
[INFO] The project's OSGi version is 3.26.0.N20200730-0753
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.mylyn.tasks.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.mylyn.tasks.ui ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.5.6.201201232323:prepare-agent (default) @ org.eclipse.mylyn.tasks.ui ---
[INFO] Skipping JaCoCo execution
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.mylyn.tasks.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.mylyn.tasks.ui ---
[INFO] Compiling 439 source files to /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/util/RepositoryConnectorUiExtensionReader.java:[198]
return ImageDescriptor.createFromImageData(new ImageData(in));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createFromImageData(ImageData) from the type ImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/util/RepositoryConnectorUiExtensionReader.java:[232]
.imageDescriptorFromPlugin(element.getContributor().getName(), iconPath);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/util/RepositoryConnectorUiExtensionReader.java:[241]
.imageDescriptorFromPlugin(element.getContributor().getName(), overlayIconPath);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskListNotificationManager.java:[32]
import org.eclipse.mylyn.commons.notifications.ui.AbstractUiNotification;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractUiNotification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskListNotificationManager.java:[50]
private final Set<AbstractUiNotification> notifications = new HashSet<AbstractUiNotification>();
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractUiNotification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskListNotificationManager.java:[50]
private final Set<AbstractUiNotification> notifications = new HashSet<AbstractUiNotification>();
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractUiNotification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskListNotificationManager.java:[52]
private final Set<AbstractUiNotification> currentlyNotifying = Collections.synchronizedSet(notifications);
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractUiNotification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskListNotificationManager.java:[72]
List<AbstractUiNotification> notifications = popup.getNotifications();
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractUiNotification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskListNotificationManager.java:[73]
for (AbstractUiNotification notification : notifications) {
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractUiNotification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskListNotificationManager.java:[74]
if (notification.getToken() != null) {
^^^^^^^^
Discouraged access: The method 'AbstractNotification.getToken()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskListNotificationManager.java:[75]
cancelledTokens.put(notification.getToken(), null);
^^^^^^^^
Discouraged access: The method 'AbstractNotification.getToken()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskListNotificationManager.java:[80]
for (Iterator<AbstractUiNotification> it = currentlyNotifying.iterator(); it.hasNext();) {
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractUiNotification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskListNotificationManager.java:[81]
AbstractUiNotification notification = it.next();
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractUiNotification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskListNotificationManager.java:[82]
if (notification.getToken() != null
^^^^^^^^
Discouraged access: The method 'AbstractNotification.getToken()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskListNotificationManager.java:[83]
&& cancelledTokens.containsKey(notification.getToken())) {
^^^^^^^^
Discouraged access: The method 'AbstractNotification.getToken()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskListNotificationManager.java:[125]
List<AbstractUiNotification> toDisplay = new ArrayList<AbstractUiNotification>(currentlyNotifying);
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractUiNotification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskListNotificationManager.java:[125]
List<AbstractUiNotification> toDisplay = new ArrayList<AbstractUiNotification>(currentlyNotifying);
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractUiNotification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskListNotificationManager.java:[191]
public Set<AbstractUiNotification> getNotifications() {
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractUiNotification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/RepositoryElementActionGroup.java:[130]
copyKeySummaryURLAction.setActionDefinitionId(IWorkbenchActionDefinitionIds.COPY);
^^^^
The field IWorkbenchActionDefinitionIds.COPY is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/TaskEditorInput.java:[96]
public Object getAdapter(Class adapter) {
^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type TaskEditorInput needs unchecked conversion to conform to T from the type PlatformObject
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/TaskEditorInput.java:[100]
return super.getAdapter(adapter);
^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class<T>) of type PlatformObject
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/TaskEditorInput.java:[100]
return super.getAdapter(adapter);
^^^^^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/wizards/SelectRepositoryPage.java:[152]
viewer.setSorter(new TaskRepositoriesViewSorter());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/EditorUtil.java:[74]
import org.eclipse.ui.internal.WorkbenchPage;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/EditorUtil.java:[75]
import org.eclipse.ui.internal.forms.widgets.FormUtil;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FormUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.forms/3.8.200.v20191114-0830/org.eclipse.ui.forms-3.8.200.v20191114-0830.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/EditorUtil.java:[504]
Composite composite = ((WorkbenchPage) page.getEditor().getEditorSite().getPage()).getClientComposite();
^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/EditorUtil.java:[504]
Composite composite = ((WorkbenchPage) page.getEditor().getEditorSite().getPage()).getClientComposite();
^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'WorkbenchPage.getClientComposite()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/EditorUtil.java:[553]
ScrolledComposite form = FormUtil.getScrolledComposite(textWidget);
^^^^^^^^
Discouraged access: The type 'FormUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.forms/3.8.200.v20191114-0830/org.eclipse.ui.forms-3.8.200.v20191114-0830.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/EditorUtil.java:[553]
ScrolledComposite form = FormUtil.getScrolledComposite(textWidget);
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'FormUtil.getScrolledComposite(Control)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.forms/3.8.200.v20191114-0830/org.eclipse.ui.forms-3.8.200.v20191114-0830.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/EditorUtil.java:[603]
ScrolledComposite form = FormUtil.getScrolledComposite(combo);
^^^^^^^^
Discouraged access: The type 'FormUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.forms/3.8.200.v20191114-0830/org.eclipse.ui.forms-3.8.200.v20191114-0830.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/EditorUtil.java:[603]
ScrolledComposite form = FormUtil.getScrolledComposite(combo);
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'FormUtil.getScrolledComposite(Control)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.forms/3.8.200.v20191114-0830/org.eclipse.ui.forms-3.8.200.v20191114-0830.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/EditorUtil.java:[615]
ScrolledComposite form = FormUtil.getScrolledComposite(combo);
^^^^^^^^
Discouraged access: The type 'FormUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.forms/3.8.200.v20191114-0830/org.eclipse.ui.forms-3.8.200.v20191114-0830.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/EditorUtil.java:[615]
ScrolledComposite form = FormUtil.getScrolledComposite(combo);
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'FormUtil.getScrolledComposite(Control)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.forms/3.8.200.v20191114-0830/org.eclipse.ui.forms-3.8.200.v20191114-0830.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/TaskElementLabelProvider.java:[154]
&& !repository.isAnonymous()
^^^^^^^^^^^^^
The method isAnonymous() from the type TaskRepository is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/TaskElementLabelProvider.java:[267]
.getPluginPreferences()
^^^^^^^^^^^^^^^^^^^^^^
The method getPluginPreferences() from the type Plugin is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/TaskElementLabelProvider.java:[268]
.getBoolean(ITasksUiPreferenceConstants.USE_STRIKETHROUGH_FOR_COMPLETED)) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getBoolean(String) from the type Preferences is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/workingsets/TaskWorkingSetPage.java:[40]
import org.eclipse.jface.viewers.ViewerSorter;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/workingsets/TaskWorkingSetPage.java:[69]
import org.eclipse.ui.internal.IWorkbenchGraphicConstants;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IWorkbenchGraphicConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/workingsets/TaskWorkingSetPage.java:[70]
import org.eclipse.ui.internal.WorkbenchImages;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/workingsets/TaskWorkingSetPage.java:[242]
return WorkbenchImages.getImageDescriptor(IWorkbenchGraphicConstants.IMG_OBJ_WORKING_SETS);
^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/workingsets/TaskWorkingSetPage.java:[242]
return WorkbenchImages.getImageDescriptor(IWorkbenchGraphicConstants.IMG_OBJ_WORKING_SETS);
^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'WorkbenchImages.getImageDescriptor(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/workingsets/TaskWorkingSetPage.java:[242]
return WorkbenchImages.getImageDescriptor(IWorkbenchGraphicConstants.IMG_OBJ_WORKING_SETS);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IWorkbenchGraphicConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/workingsets/TaskWorkingSetPage.java:[242]
return WorkbenchImages.getImageDescriptor(IWorkbenchGraphicConstants.IMG_OBJ_WORKING_SETS);
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IWorkbenchGraphicConstants.IMG_OBJ_WORKING_SETS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/workingsets/TaskWorkingSetPage.java:[301]
class CustomSorter extends ViewerSorter {
^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/workingsets/TaskWorkingSetPage.java:[432]
treeViewer.setSorter(new CustomSorter());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/TaskEditor.java:[118]
import org.eclipse.ui.internal.forms.widgets.BusyIndicator;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BusyIndicator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.forms/3.8.200.v20191114-0830/org.eclipse.ui.forms-3.8.200.v20191114-0830.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/TaskEditor.java:[119]
import org.eclipse.ui.internal.forms.widgets.FormHeading;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FormHeading' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.forms/3.8.200.v20191114-0830/org.eclipse.ui.forms-3.8.200.v20191114-0830.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/TaskEditor.java:[120]
import org.eclipse.ui.internal.forms.widgets.TitleRegion;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TitleRegion' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.forms/3.8.200.v20191114-0830/org.eclipse.ui.forms-3.8.200.v20191114-0830.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/TaskEditor.java:[181]
private BusyIndicator busyLabel;
^^^^^^^^^^^^^
Discouraged access: The type 'BusyIndicator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.forms/3.8.200.v20191114-0830/org.eclipse.ui.forms-3.8.200.v20191114-0830.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/TaskEditor.java:[215]
FormHeading heading = (FormHeading) getHeaderForm().getForm().getForm().getHead();
^^^^^^^^^^^
Discouraged access: The type 'FormHeading' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.forms/3.8.200.v20191114-0830/org.eclipse.ui.forms-3.8.200.v20191114-0830.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/TaskEditor.java:[215]
FormHeading heading = (FormHeading) getHeaderForm().getForm().getForm().getHead();
^^^^^^^^^^^
Discouraged access: The type 'FormHeading' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.forms/3.8.200.v20191114-0830/org.eclipse.ui.forms-3.8.200.v20191114-0830.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/TaskEditor.java:[217]
Field field = FormHeading.class.getDeclaredField("titleRegion"); //$NON-NLS-1$
^^^^^^^^^^^
Discouraged access: The type 'FormHeading' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.forms/3.8.200.v20191114-0830/org.eclipse.ui.forms-3.8.200.v20191114-0830.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/TaskEditor.java:[220]
TitleRegion titleRegion = (TitleRegion) field.get(heading);
^^^^^^^^^^^
Discouraged access: The type 'TitleRegion' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.forms/3.8.200.v20191114-0830/org.eclipse.ui.forms-3.8.200.v20191114-0830.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/TaskEditor.java:[220]
TitleRegion titleRegion = (TitleRegion) field.get(heading);
^^^^^^^^^^^
Discouraged access: The type 'TitleRegion' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.forms/3.8.200.v20191114-0830/org.eclipse.ui.forms-3.8.200.v20191114-0830.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/TaskEditor.java:[297]
private BusyIndicator getBusyLabel() {
^^^^^^^^^^^^^
Discouraged access: The type 'BusyIndicator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.forms/3.8.200.v20191114-0830/org.eclipse.ui.forms-3.8.200.v20191114-0830.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/TaskEditor.java:[302]
FormHeading heading = (FormHeading) getHeaderForm().getForm().getForm().getHead();
^^^^^^^^^^^
Discouraged access: The type 'FormHeading' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.forms/3.8.200.v20191114-0830/org.eclipse.ui.forms-3.8.200.v20191114-0830.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/TaskEditor.java:[302]
FormHeading heading = (FormHeading) getHeaderForm().getForm().getForm().getHead();
^^^^^^^^^^^
Discouraged access: The type 'FormHeading' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.forms/3.8.200.v20191114-0830/org.eclipse.ui.forms-3.8.200.v20191114-0830.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/TaskEditor.java:[304]
heading.setBusy(true);
^^^^^^^
Discouraged access: The method 'FormHeading.setBusy(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.forms/3.8.200.v20191114-0830/org.eclipse.ui.forms-3.8.200.v20191114-0830.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/TaskEditor.java:[305]
heading.setBusy(false);
^^^^^^^
Discouraged access: The method 'FormHeading.setBusy(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.forms/3.8.200.v20191114-0830/org.eclipse.ui.forms-3.8.200.v20191114-0830.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/TaskEditor.java:[307]
Field field = FormHeading.class.getDeclaredField("titleRegion"); //$NON-NLS-1$
^^^^^^^^^^^
Discouraged access: The type 'FormHeading' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.forms/3.8.200.v20191114-0830/org.eclipse.ui.forms-3.8.200.v20191114-0830.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/TaskEditor.java:[310]
TitleRegion titleRegion = (TitleRegion) field.get(heading);
^^^^^^^^^^^
Discouraged access: The type 'TitleRegion' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.forms/3.8.200.v20191114-0830/org.eclipse.ui.forms-3.8.200.v20191114-0830.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/TaskEditor.java:[310]
TitleRegion titleRegion = (TitleRegion) field.get(heading);
^^^^^^^^^^^
Discouraged access: The type 'TitleRegion' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.forms/3.8.200.v20191114-0830/org.eclipse.ui.forms-3.8.200.v20191114-0830.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/TaskEditor.java:[313]
if (child instanceof BusyIndicator) {
^^^^^^^^^^^^^
Discouraged access: The type 'BusyIndicator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.forms/3.8.200.v20191114-0830/org.eclipse.ui.forms-3.8.200.v20191114-0830.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/TaskEditor.java:[314]
busyLabel = (BusyIndicator) child;
^^^^^^^^^^^^^
Discouraged access: The type 'BusyIndicator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.forms/3.8.200.v20191114-0830/org.eclipse.ui.forms-3.8.200.v20191114-0830.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/TaskEditor.java:[765]
BusyIndicator busyLabel = getBusyLabel();
^^^^^^^^^^^^^
Discouraged access: The type 'BusyIndicator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.forms/3.8.200.v20191114-0830/org.eclipse.ui.forms-3.8.200.v20191114-0830.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/TaskEditor.java:[767]
setHeaderImage(busyLabel.getImage());
^^^^^^^^
Discouraged access: The method 'BusyIndicator.getImage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.forms/3.8.200.v20191114-0830/org.eclipse.ui.forms-3.8.200.v20191114-0830.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/TaskEditor.java:[778]
BusyIndicator busyLabel = getBusyLabel();
^^^^^^^^^^^^^
Discouraged access: The type 'BusyIndicator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.forms/3.8.200.v20191114-0830/org.eclipse.ui.forms-3.8.200.v20191114-0830.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/TaskEditor.java:[799]
drawImage(image.getImageData(), size.x + padding, (height - image.getBounds().height) / 2);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/TaskEditor.java:[813]
busyLabel.setImage(newHeaderImage);
^^^^^^^^
Discouraged access: The method 'BusyIndicator.setImage(Image)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.forms/3.8.200.v20191114-0830/org.eclipse.ui.forms-3.8.200.v20191114-0830.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskAttachmentEditorViewer.java:[86]
TasksUiPlugin.getDefault().savePluginPreferences();
^^^^^^^^^^^^^^^^^^^^^^^
The method savePluginPreferences() from the type Plugin is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/wizards/EditRepositoryWizard.java:[113]
((AbstractRepositorySettingsPage) settingsPage).setRepository(repository);
^^^^^^^^^^^^^^^^^^^^^^^^^
The method setRepository(TaskRepository) from the type AbstractRepositorySettingsPage is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/properties/ProjectTaskRepositoryPage.java:[44]
import org.eclipse.ui.internal.dialogs.DialogUtil;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DialogUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/properties/ProjectTaskRepositoryPage.java:[87]
if (DialogUtil.inRegularFontMode(parent)) {
^^^^^^^^^^
Discouraged access: The type 'DialogUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/properties/ProjectTaskRepositoryPage.java:[87]
if (DialogUtil.inRegularFontMode(parent)) {
^^^^^^^^^^^^^^^^^
Discouraged access: The method 'DialogUtil.inRegularFontMode(Composite)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/properties/ProjectTaskRepositoryPage.java:[108]
listViewer.setSorter(new TaskRepositoriesSorter());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/FocusTaskListAction.java:[21]
import org.eclipse.jface.viewers.ViewerSorter;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/FocusTaskListAction.java:[48]
private ViewerSorter previousSorter;
^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/FocusTaskListAction.java:[118]
taskListView.getViewer().setSorter(taskListInterestSorter);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/FocusTaskListAction.java:[153]
taskListView.getViewer().setSorter(previousSorter);
^^^^^^^^^^^^^^^^^^^^^^^^^
The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskRepositoryUtil.java:[57]
TasksUiPlugin.getDefault().savePluginPreferences();
^^^^^^^^^^^^^^^^^^^^^^^
The method savePluginPreferences() from the type Plugin is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/TaskEditorOutlineNodeLabelProvider.java:[28]
import org.eclipse.ui.internal.WorkbenchImages;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/TaskEditorOutlineNodeLabelProvider.java:[83]
return WorkbenchImages.getImage(ISharedImages.IMG_OBJ_FILE);
^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/TaskEditorOutlineNodeLabelProvider.java:[83]
return WorkbenchImages.getImage(ISharedImages.IMG_OBJ_FILE);
^^^^^^^^
Discouraged access: The method 'WorkbenchImages.getImage(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskRepositoriesView.java:[178]
viewer.setSorter(new TaskRepositoriesViewSorter());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListCellModifier.java:[102]
TasksUiPlugin.getTaskList().renameContainer(container, ((String) value).trim());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method renameContainer(AbstractTaskContainer, String) from the type TaskList is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/AbstractChangeCompletionAction.java:[35]
} else if (!((AbstractTask) abstractTaskContainer).isLocal()) {
^^^^^^^^^
The method isLocal() from the type AbstractTask is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/ITaskListNotificationProvider.java:[18]
import org.eclipse.mylyn.commons.notifications.ui.AbstractUiNotification;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractUiNotification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/ITaskListNotificationProvider.java:[25]
public Set<AbstractUiNotification> getNotifications();
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractUiNotification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskRepositoryAdapterFactory.java:[35]
public Class[] getAdapterList() {
^^^^^^^
Type safety: The return type Class[] for getAdapterList() from the type TaskRepositoryAdapterFactory needs unchecked conversion to conform to Class<?>[] from the type IAdapterFactory
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskRepositoryAdapterFactory.java:[40]
public Object getAdapter(final Object adaptable, Class adapterType) {
^^^^^^
Type safety: The return type Object for getAdapter(Object, Class) from the type TaskRepositoryAdapterFactory needs unchecked conversion to conform to T from the type IAdapterFactory
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskListScheduledSynchronizationManager.java:[20]
import org.eclipse.mylyn.internal.monitor.ui.MonitorUiPlugin;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'MonitorUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskListScheduledSynchronizationManager.java:[58]
MonitorUiPlugin.getDefault().getActivityContextManager().addListener(fullRefreshScheduler);
^^^^^^^^^^^^^^^
Discouraged access: The type 'MonitorUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskListScheduledSynchronizationManager.java:[58]
MonitorUiPlugin.getDefault().getActivityContextManager().addListener(fullRefreshScheduler);
^^^^^^^^^^
Discouraged access: The method 'MonitorUiPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskListScheduledSynchronizationManager.java:[58]
MonitorUiPlugin.getDefault().getActivityContextManager().addListener(fullRefreshScheduler);
^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'MonitorUiPlugin.getActivityContextManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskListScheduledSynchronizationManager.java:[58]
MonitorUiPlugin.getDefault().getActivityContextManager().addListener(fullRefreshScheduler);
^^^^^^^^^^^
Discouraged access: The method 'ActivityContextManager.addListener(IUserAttentionListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskListScheduledSynchronizationManager.java:[59]
MonitorUiPlugin.getDefault().getActivityContextManager().addListener(relevantTaskScheduler);
^^^^^^^^^^^^^^^
Discouraged access: The type 'MonitorUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskListScheduledSynchronizationManager.java:[59]
MonitorUiPlugin.getDefault().getActivityContextManager().addListener(relevantTaskScheduler);
^^^^^^^^^^
Discouraged access: The method 'MonitorUiPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskListScheduledSynchronizationManager.java:[59]
MonitorUiPlugin.getDefault().getActivityContextManager().addListener(relevantTaskScheduler);
^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'MonitorUiPlugin.getActivityContextManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskListScheduledSynchronizationManager.java:[59]
MonitorUiPlugin.getDefault().getActivityContextManager().addListener(relevantTaskScheduler);
^^^^^^^^^^^
Discouraged access: The method 'ActivityContextManager.addListener(IUserAttentionListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/TaskSelectionDialog.java:[34]
import org.eclipse.core.runtime.SubProgressMonitor;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/TaskSelectionDialog.java:[585]
SubProgressMonitor subMonitor = new SubProgressMonitor(progressMonitor, 90);
^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/TaskSelectionDialog.java:[585]
SubProgressMonitor subMonitor = new SubProgressMonitor(progressMonitor, 90);
^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/TaskSelectionDialog.java:[585]
SubProgressMonitor subMonitor = new SubProgressMonitor(progressMonitor, 90);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/TaskSelectionDialog.java:[586]
subMonitor.beginTask(Messages.TaskSelectionDialog_Scanning_tasks, allTasks.size());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method beginTask(String, int) from the type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/TaskSelectionDialog.java:[589]
subMonitor.worked(1);
^^^^^^^^^
The method worked(int) from the type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/TaskSelectionDialog.java:[591]
subMonitor.done();
^^^^^^
The method done() from the type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/RichTextEditor.java:[166]
private final ListenerList stateChangedListeners = new ListenerList(ListenerList.IDENTITY);
^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/RichTextEditor.java:[166]
private final ListenerList stateChangedListeners = new ListenerList(ListenerList.IDENTITY);
^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/RichTextEditor.java:[323]
public Object getAdapter(Class adapter) {
^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type new IAdaptable(){} needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/RichTextEditor.java:[723]
stateChangedListeners.add(listener);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ListenerList. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/PlanningPart.java:[33]
import org.eclipse.mylyn.internal.monitor.ui.MonitorUiPlugin;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'MonitorUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/PlanningPart.java:[178]
if (event.getProperty().equals(MonitorUiPlugin.ACTIVITY_TRACKING_ENABLED)) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'MonitorUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/PlanningPart.java:[178]
if (event.getProperty().equals(MonitorUiPlugin.ACTIVITY_TRACKING_ENABLED)) {
^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'MonitorUiPlugin.ACTIVITY_TRACKING_ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/PlanningPart.java:[300]
MonitorUiPlugin.getDefault().getPreferenceStore().addPropertyChangeListener(ACTIVITY_PROPERTY_LISTENER);
^^^^^^^^^^^^^^^
Discouraged access: The type 'MonitorUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/PlanningPart.java:[300]
MonitorUiPlugin.getDefault().getPreferenceStore().addPropertyChangeListener(ACTIVITY_PROPERTY_LISTENER);
^^^^^^^^^^
Discouraged access: The method 'MonitorUiPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/PlanningPart.java:[433]
if (MonitorUiPlugin.getDefault().isTrackingOsTime()) {
^^^^^^^^^^^^^^^
Discouraged access: The type 'MonitorUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/PlanningPart.java:[433]
if (MonitorUiPlugin.getDefault().isTrackingOsTime()) {
^^^^^^^^^^
Discouraged access: The method 'MonitorUiPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/PlanningPart.java:[433]
if (MonitorUiPlugin.getDefault().isTrackingOsTime()) {
^^^^^^^^^^^^^^^^
Discouraged access: The method 'MonitorUiPlugin.isTrackingOsTime()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/PlanningPart.java:[601]
MonitorUiPlugin.getDefault().getPreferenceStore().removePropertyChangeListener(ACTIVITY_PROPERTY_LISTENER);
^^^^^^^^^^^^^^^
Discouraged access: The type 'MonitorUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/PlanningPart.java:[601]
MonitorUiPlugin.getDefault().getPreferenceStore().removePropertyChangeListener(ACTIVITY_PROPERTY_LISTENER);
^^^^^^^^^^
Discouraged access: The method 'MonitorUiPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListView.java:[59]
import org.eclipse.mylyn.commons.notifications.feed.ServiceMessageManager;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ServiceMessageManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListView.java:[64]
import org.eclipse.mylyn.internal.commons.notifications.feed.ServiceMessage;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ServiceMessage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListView.java:[441]
TasksUiPlugin.getDefault().getServiceMessageManager().removeServiceMessageListener(serviceMessageControl);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ServiceMessageManager.removeServiceMessageListener(IServiceMessageListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListView.java:[513]
if (filteredTree != null && filteredTree.getTextSearchControl() != null) {
^^^^^^^^^^^^^^^^^^^^^^
The method getTextSearchControl() from the type EnhancedFilteredTree is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListView.java:[514]
filteredTree.getTextSearchControl().saveState(memento);
^^^^^^^^^^^^^^^^^^^^^^
The method getTextSearchControl() from the type EnhancedFilteredTree is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListView.java:[555]
if (taskListMemento != null && filteredTree.getTextSearchControl() != null) {
^^^^^^^^^^^^^^^^^^^^^^
The method getTextSearchControl() from the type EnhancedFilteredTree is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListView.java:[556]
filteredTree.getTextSearchControl().restoreState(taskListMemento);
^^^^^^^^^^^^^^^^^^^^^^
The method getTextSearchControl() from the type EnhancedFilteredTree is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListView.java:[637]
getViewer().setSorter(tableSorter);
^^^^^^^^^^^^^^^^^^^^^^
The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListView.java:[778]
ServiceMessage message = new ServiceMessage("welcome"); //$NON-NLS-1$
^^^^^^^^^^^^^^
Discouraged access: The type 'ServiceMessage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListView.java:[778]
ServiceMessage message = new ServiceMessage("welcome"); //$NON-NLS-1$
^^^^^^^^^^^^^^
Discouraged access: The type 'ServiceMessage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListView.java:[778]
ServiceMessage message = new ServiceMessage("welcome"); //$NON-NLS-1$
^^^^^^^^^^^^^^
Discouraged access: The constructor 'ServiceMessage(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListView.java:[779]
message.setDescription(Messages.TaskListView_Welcome_Message);
^^^^^^^^^^^^^^
Discouraged access: The method 'ServiceMessage.setDescription(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListView.java:[780]
message.setTitle(Messages.TaskListView_Welcome_Message_Title);
^^^^^^^^
Discouraged access: The method 'ServiceMessage.setTitle(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListView.java:[781]
message.setImage(Dialog.DLG_IMG_MESSAGE_INFO);
^^^^^^^^
Discouraged access: The method 'ServiceMessage.setImage(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListView.java:[788]
ServiceMessageManager serviceMessageManager = TasksUiPlugin.getDefault().getServiceMessageManager();
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ServiceMessageManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListView.java:[794]
ServiceMessageManager serviceMessageManager = TasksUiPlugin.getDefault().getServiceMessageManager();
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ServiceMessageManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListView.java:[796]
serviceMessageManager.addServiceMessageListener(serviceMessageControl);
^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ServiceMessageManager.addServiceMessageListener(IServiceMessageListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListView.java:[805]
serviceMessageManager.addServiceMessageListener(serviceMessageControl);
^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ServiceMessageManager.addServiceMessageListener(IServiceMessageListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListView.java:[1539]
public Object getAdapter(Class adapter) {
^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type TaskListView needs unchecked conversion to conform to T from the type WorkbenchPart
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListView.java:[1576]
return super.getAdapter(adapter);
^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class<T>) of type WorkbenchPart
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListView.java:[1576]
return super.getAdapter(adapter);
^^^^^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/DeleteTaskRepositoryAction.java:[43]
import org.eclipse.ui.internal.WorkbenchImages;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/DeleteTaskRepositoryAction.java:[57]
setImageDescriptor(WorkbenchImages.getImageDescriptor(ISharedImages.IMG_TOOL_DELETE));
^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/DeleteTaskRepositoryAction.java:[57]
setImageDescriptor(WorkbenchImages.getImageDescriptor(ISharedImages.IMG_TOOL_DELETE));
^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'WorkbenchImages.getImageDescriptor(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/DeleteTaskRepositoryAction.java:[60]
setActionDefinitionId(IWorkbenchActionDefinitionIds.DELETE);
^^^^^^
The field IWorkbenchActionDefinitionIds.DELETE is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/workingsets/TaskWorkingSetAdapterFactory.java:[36]
public Class[] getAdapterList() {
^^^^^^^
Type safety: The return type Class[] for getAdapterList() from the type TaskWorkingSetAdapterFactory needs unchecked conversion to conform to Class<?>[] from the type IAdapterFactory
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/workingsets/TaskWorkingSetAdapterFactory.java:[41]
public Object getAdapter(final Object adaptableObject, Class adapterType) {
^^^^^^
Type safety: The return type Object for getAdapter(Object, Class) from the type TaskWorkingSetAdapterFactory needs unchecked conversion to conform to T from the type IAdapterFactory
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/DeleteAction.java:[59]
import org.eclipse.ui.internal.WorkbenchImages;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/DeleteAction.java:[72]
setImageDescriptor(WorkbenchImages.getImageDescriptor(ISharedImages.IMG_TOOL_DELETE));
^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/DeleteAction.java:[72]
setImageDescriptor(WorkbenchImages.getImageDescriptor(ISharedImages.IMG_TOOL_DELETE));
^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'WorkbenchImages.getImageDescriptor(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/DeleteAction.java:[73]
setActionDefinitionId(IWorkbenchActionDefinitionIds.DELETE);
^^^^^^
The field IWorkbenchActionDefinitionIds.DELETE is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/util/TaskDataExportOperation.java:[26]
import org.eclipse.core.runtime.SubProgressMonitor;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/util/TaskDataExportOperation.java:[68]
new SubProgressMonitor(monitor, 1));
^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/util/TaskDataExportOperation.java:[68]
new SubProgressMonitor(monitor, 1));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/PlanningPerspectiveFactory.java:[35]
layout.addShowViewShortcut(IPageLayout.ID_RES_NAV);
^^^^^^^^^^
The field IPageLayout.ID_RES_NAV is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/PlanningPerspectiveFactory.java:[54]
topRight.addPlaceholder(IPageLayout.ID_RES_NAV);
^^^^^^^^^^
The field IPageLayout.ID_RES_NAV is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/migrator/ConnectorMigrationUi.java:[33]
import org.eclipse.core.runtime.SubProgressMonitor;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/migrator/ConnectorMigrationUi.java:[44]
import org.eclipse.mylyn.internal.commons.notifications.feed.ServiceMessage;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ServiceMessage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/migrator/ConnectorMigrationUi.java:[102]
ServiceMessage message = new ServiceMessage("") { //$NON-NLS-1$
^^^^^^^^^^^^^^
Discouraged access: The type 'ServiceMessage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/migrator/ConnectorMigrationUi.java:[102]
ServiceMessage message = new ServiceMessage("") { //$NON-NLS-1$
^^^^^^^^^^^^^^
Discouraged access: The type 'ServiceMessage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/migrator/ConnectorMigrationUi.java:[102]
ServiceMessage message = new ServiceMessage("") { //$NON-NLS-1$
^^^^^^^^^^^^^^
Discouraged access: The constructor 'ServiceMessage(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/migrator/ConnectorMigrationUi.java:[115]
message.setTitle(Messages.ConnectorMigrationUi_Connector_Migration);
^^^^^^^^
Discouraged access: The method 'ServiceMessage.setTitle(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/migrator/ConnectorMigrationUi.java:[116]
message.setDescription(NLS.bind(Messages.ConnectorMigrator_complete_migration_prompt_title,
^^^^^^^^^^^^^^
Discouraged access: The method 'ServiceMessage.setDescription(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/migrator/ConnectorMigrationUi.java:[118]
message.setImage(Dialog.DLG_IMG_MESSAGE_WARNING);
^^^^^^^^
Discouraged access: The method 'ServiceMessage.setImage(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/migrator/ConnectorMigrationUi.java:[138]
ServiceMessage message = new ServiceMessage("") { //$NON-NLS-1$
^^^^^^^^^^^^^^
Discouraged access: The type 'ServiceMessage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/migrator/ConnectorMigrationUi.java:[138]
ServiceMessage message = new ServiceMessage("") { //$NON-NLS-1$
^^^^^^^^^^^^^^
Discouraged access: The type 'ServiceMessage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/migrator/ConnectorMigrationUi.java:[138]
ServiceMessage message = new ServiceMessage("") { //$NON-NLS-1$
^^^^^^^^^^^^^^
Discouraged access: The constructor 'ServiceMessage(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/migrator/ConnectorMigrationUi.java:[151]
message.setTitle(Messages.ConnectorMigrationUi_End_of_Connector_Support);
^^^^^^^^
Discouraged access: The method 'ServiceMessage.setTitle(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/migrator/ConnectorMigrationUi.java:[152]
message.setDescription(
^^^^^^^^^^^^^^
Discouraged access: The method 'ServiceMessage.setDescription(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/migrator/ConnectorMigrationUi.java:[154]
message.setImage(Dialog.DLG_IMG_MESSAGE_INFO);
^^^^^^^^
Discouraged access: The method 'ServiceMessage.setImage(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/migrator/ConnectorMigrationUi.java:[217]
new TaskDataSnapshotOperation(backupFolder, fileName).run(new SubProgressMonitor(monitor, 1));
^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/migrator/ConnectorMigrationUi.java:[217]
new TaskDataSnapshotOperation(backupFolder, fileName).run(new SubProgressMonitor(monitor, 1));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/DownloadAndOpenTaskAttachmentJob.java:[28]
import org.eclipse.core.runtime.SubProgressMonitor;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/DownloadAndOpenTaskAttachmentJob.java:[63]
IStatus result = execute(new SubProgressMonitor(monitor, 100));
^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/DownloadAndOpenTaskAttachmentJob.java:[63]
IStatus result = execute(new SubProgressMonitor(monitor, 100));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksAdapterFactory.java:[34]
public Class[] getAdapterList() {
^^^^^^^
Type safety: The return type Class[] for getAdapterList() from the type TasksAdapterFactory needs unchecked conversion to conform to Class<?>[] from the type IAdapterFactory
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksAdapterFactory.java:[39]
public Object getAdapter(final Object adaptable, Class adapterType) {
^^^^^^
Type safety: The return type Object for getAdapter(Object, Class) from the type TasksAdapterFactory needs unchecked conversion to conform to T from the type IAdapterFactory
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskRepositoriesNavigatorContentProvider.java:[22]
import org.eclipse.mylyn.commons.repositories.core.RepositoryCategory;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskRepositoriesNavigatorContentProvider.java:[97]
if (parentElement instanceof RepositoryCategory) {
^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskRepositoriesNavigatorContentProvider.java:[99]
RepositoryCategory category = (RepositoryCategory) parentElement;
^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskRepositoriesNavigatorContentProvider.java:[99]
RepositoryCategory category = (RepositoryCategory) parentElement;
^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskRepositoriesNavigatorContentProvider.java:[100]
if (RepositoryCategory.ID_CATEGORY_ALL.equals(category.getId())) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskRepositoriesNavigatorContentProvider.java:[100]
if (RepositoryCategory.ID_CATEGORY_ALL.equals(category.getId())) {
^^^^^^^^^^^^^^^
Discouraged access: The field 'RepositoryCategory.ID_CATEGORY_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskRepositoriesNavigatorContentProvider.java:[100]
if (RepositoryCategory.ID_CATEGORY_ALL.equals(category.getId())) {
^^^^^
Discouraged access: The method 'RepositoryCategory.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskRepositoriesNavigatorContentProvider.java:[102]
} else if (RepositoryCategory.ID_CATEGORY_OTHER.equals(category.getId())) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskRepositoriesNavigatorContentProvider.java:[102]
} else if (RepositoryCategory.ID_CATEGORY_OTHER.equals(category.getId())) {
^^^^^^^^^^^^^^^^^
Discouraged access: The field 'RepositoryCategory.ID_CATEGORY_OTHER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskRepositoriesNavigatorContentProvider.java:[102]
} else if (RepositoryCategory.ID_CATEGORY_OTHER.equals(category.getId())) {
^^^^^
Discouraged access: The method 'RepositoryCategory.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskRepositoriesNavigatorContentProvider.java:[113]
if (category.getId().equals(repository.getCategory())) {
^^^^^
Discouraged access: The method 'RepositoryCategory.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/RepositoryTextViewerConfiguration.java:[150]
protected Map getHyperlinkDetectorTargets(final ISourceViewer sourceViewer) {
^^^
Type safety: The return type Map for getHyperlinkDetectorTargets(ISourceViewer) from the type RepositoryTextViewerConfiguration needs unchecked conversion to conform to Map<String,IAdaptable> from the type TextSourceViewerConfiguration
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/RepositoryTextViewerConfiguration.java:[162]
public Object getAdapter(Class adapter) {
^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type new IAdaptable(){} needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/util/TasksUiInternal.java:[66]
import org.eclipse.mylyn.commons.identity.core.Account;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Account' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.identity.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.identity.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/util/TasksUiInternal.java:[70]
import org.eclipse.mylyn.internal.monitor.ui.MonitorUiPlugin;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'MonitorUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/util/TasksUiInternal.java:[295]
TasksUiPlugin.getTaskList().renameContainer(category, dialog.getValue());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method renameContainer(AbstractTaskContainer, String) from the type TaskList is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/util/TasksUiInternal.java:[571]
WebBrowserDialog.openAcceptAgreement(shell, title, status.getMessage(),
^^^^^^^^^^^^^^^^
The type WebBrowserDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/util/TasksUiInternal.java:[571]
WebBrowserDialog.openAcceptAgreement(shell, title, status.getMessage(),
((RepositoryStatus) status).getHtmlMessage());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method openAcceptAgreement(Shell, String, String, String) from the type WebBrowserDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/util/TasksUiInternal.java:[1531]
public static Account getAccount(TaskAttribute attribute) {
^^^^^^^
Discouraged access: The type 'Account' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.identity.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.identity.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/util/TasksUiInternal.java:[1532]
Account account;
^^^^^^^
Discouraged access: The type 'Account' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.identity.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.identity.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/util/TasksUiInternal.java:[1535]
account = Account.id(person.getPersonId()).name(person.getName());
^^^^^^^
Discouraged access: The type 'Account' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.identity.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.identity.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/util/TasksUiInternal.java:[1535]
account = Account.id(person.getPersonId()).name(person.getName());
^^
Discouraged access: The method 'Account.id(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.identity.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.identity.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/util/TasksUiInternal.java:[1535]
account = Account.id(person.getPersonId()).name(person.getName());
^^^^
Discouraged access: The method 'Account.name(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.identity.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.identity.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/util/TasksUiInternal.java:[1537]
account = Account.id(attribute.getValue());
^^^^^^^
Discouraged access: The type 'Account' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.identity.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.identity.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/util/TasksUiInternal.java:[1537]
account = Account.id(attribute.getValue());
^^
Discouraged access: The method 'Account.id(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.identity.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.identity.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/util/TasksUiInternal.java:[1540]
return account.kind(repository.getConnectorKind()).url(repository.getRepositoryUrl());
^^^^
Discouraged access: The method 'Account.kind(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.identity.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.identity.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/util/TasksUiInternal.java:[1540]
return account.kind(repository.getConnectorKind()).url(repository.getRepositoryUrl());
^^^
Discouraged access: The method 'Account.url(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.identity.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.identity.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/util/TasksUiInternal.java:[1545]
&& MonitorUiPlugin.getDefault().isActivityTrackingEnabled();
^^^^^^^^^^^^^^^
Discouraged access: The type 'MonitorUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/util/TasksUiInternal.java:[1545]
&& MonitorUiPlugin.getDefault().isActivityTrackingEnabled();
^^^^^^^^^^
Discouraged access: The method 'MonitorUiPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/util/TasksUiInternal.java:[1545]
&& MonitorUiPlugin.getDefault().isActivityTrackingEnabled();
^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'MonitorUiPlugin.isActivityTrackingEnabled()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/CompareAttachmentsAction.java:[49]
import org.eclipse.ui.internal.WorkbenchImages;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/CompareAttachmentsAction.java:[127]
return WorkbenchImages.getImage(ISharedImages.IMG_OBJ_FILE);
^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/CompareAttachmentsAction.java:[127]
return WorkbenchImages.getImage(ISharedImages.IMG_OBJ_FILE);
^^^^^^^^
Discouraged access: The method 'WorkbenchImages.getImage(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/TaskWorkingSetAction.java:[52]
import org.eclipse.ui.internal.WorkbenchPlugin;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/TaskWorkingSetAction.java:[53]
import org.eclipse.ui.internal.WorkingSetComparator;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkingSetComparator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/TaskWorkingSetAction.java:[54]
import org.eclipse.ui.internal.dialogs.WorkingSetFilter;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkingSetFilter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/TaskWorkingSetAction.java:[55]
import org.eclipse.ui.internal.dialogs.WorkingSetLabelProvider;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkingSetLabelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/TaskWorkingSetAction.java:[111]
Collections.sort(sortedWorkingSets, new WorkingSetComparator());
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkingSetComparator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/TaskWorkingSetAction.java:[111]
Collections.sort(sortedWorkingSets, new WorkingSetComparator());
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'WorkingSetComparator()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/TaskWorkingSetAction.java:[156]
IWorkingSetManager manager = WorkbenchPlugin.getDefault().getWorkingSetManager();
^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/TaskWorkingSetAction.java:[156]
IWorkingSetManager manager = WorkbenchPlugin.getDefault().getWorkingSetManager();
^^^^^^^^^^
Discouraged access: The method 'WorkbenchPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/TaskWorkingSetAction.java:[156]
IWorkingSetManager manager = WorkbenchPlugin.getDefault().getWorkingSetManager();
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'WorkbenchPlugin.getWorkingSetManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/TaskWorkingSetAction.java:[274]
viewer.setLabelProvider(new WorkingSetLabelProvider());
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkingSetLabelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/TaskWorkingSetAction.java:[274]
viewer.setLabelProvider(new WorkingSetLabelProvider());
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'WorkingSetLabelProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/TaskWorkingSetAction.java:[276]
viewer.addFilter(new WorkingSetFilter(taskWorkingSetIds));
^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkingSetFilter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/TaskWorkingSetAction.java:[276]
viewer.addFilter(new WorkingSetFilter(taskWorkingSetIds));
^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'WorkingSetFilter(Set)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksReminderDialog.java:[26]
import org.eclipse.jface.viewers.ViewerSorter;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksReminderDialog.java:[120]
tableViewer.setSorter(new ReminderTaskSorter(ReminderTaskSorter.DESCRIPTION));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksReminderDialog.java:[131]
tableViewer.setSorter(new ReminderTaskSorter(ReminderTaskSorter.PRIORITY));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksReminderDialog.java:[141]
tableViewer.setSorter(new ReminderTaskSorter(ReminderTaskSorter.DATE));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksReminderDialog.java:[225]
private static class ReminderTaskSorter extends ViewerSorter {
^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksReminderDialog.java:[236]
super();
^^^^^^^^
The constructor ViewerSorter() is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/UserAttributeEditor.java:[22]
import org.eclipse.mylyn.commons.identity.core.Account;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Account' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.identity.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.identity.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/UserAttributeEditor.java:[23]
import org.eclipse.mylyn.commons.identity.core.IIdentity;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IIdentity' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.identity.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.identity.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/UserAttributeEditor.java:[24]
import org.eclipse.mylyn.commons.identity.core.IIdentityService;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IIdentityService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.identity.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.identity.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/UserAttributeEditor.java:[25]
import org.eclipse.mylyn.commons.identity.core.IProfileImage;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IProfileImage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.identity.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.identity.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/UserAttributeEditor.java:[26]
import org.eclipse.mylyn.commons.identity.core.spi.ProfileImage;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ProfileImage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.identity.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.identity.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/UserAttributeEditor.java:[56]
private IIdentity identity;
^^^^^^^^^
Discouraged access: The type 'IIdentity' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.identity.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.identity.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/UserAttributeEditor.java:[62]
final ProfileImage profileImage = (ProfileImage) event.getNewValue();
^^^^^^^^^^^^
Discouraged access: The type 'ProfileImage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.identity.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.identity.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/UserAttributeEditor.java:[62]
final ProfileImage profileImage = (ProfileImage) event.getNewValue();
^^^^^^^^^^^^
Discouraged access: The type 'ProfileImage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.identity.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.identity.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/UserAttributeEditor.java:[87]
protected Image updateImage(IProfileImage profileImage) {
^^^^^^^^^^^^^
Discouraged access: The type 'IProfileImage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.identity.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.identity.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/UserAttributeEditor.java:[93]
data = new ImageData(new ByteArrayInputStream(profileImage.getData()));
^^^^^^^
Discouraged access: The method 'IProfileImage.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.identity.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.identity.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/UserAttributeEditor.java:[95]
data = CommonImages.PERSON_LARGE.getImageData();
^^^^^^^^^^^^^^
The method getImageData() from the type ImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/UserAttributeEditor.java:[117]
identity.removePropertyChangeListener(imageListener);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'IIdentity.removePropertyChangeListener(PropertyChangeListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.identity.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.identity.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/UserAttributeEditor.java:[142]
identity.removePropertyChangeListener(imageListener);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'IIdentity.removePropertyChangeListener(PropertyChangeListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.identity.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.identity.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/UserAttributeEditor.java:[152]
Account account = TasksUiInternal.getAccount(getTaskAttribute());
^^^^^^^
Discouraged access: The type 'Account' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.identity.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.identity.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/UserAttributeEditor.java:[153]
IIdentityService identityService = TasksUiPlugin.getDefault().getIdentityService();
^^^^^^^^^^^^^^^^
Discouraged access: The type 'IIdentityService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.identity.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.identity.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/UserAttributeEditor.java:[155]
identity = identityService.getIdentity(account);
^^^^^^^^^^^
Discouraged access: The method 'IIdentityService.getIdentity(Account)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.identity.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.identity.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/UserAttributeEditor.java:[156]
identity.addPropertyChangeListener(imageListener);
^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'IIdentity.addPropertyChangeListener(PropertyChangeListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.identity.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.identity.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/UserAttributeEditor.java:[157]
Future<IProfileImage> result = identity.requestImage(imageSize, imageSize);
^^^^^^^^^^^^^
Discouraged access: The type 'IProfileImage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.identity.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.identity.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/UserAttributeEditor.java:[157]
Future<IProfileImage> result = identity.requestImage(imageSize, imageSize);
^^^^^^^^^^^^
Discouraged access: The method 'IIdentity.requestImage(int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.identity.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.identity.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/AttributeEditorToolkit.java:[185]
bindingService.getBestActiveBindingFormattedFor(ContentAssistCommandAdapter.CONTENT_PROPOSAL_COMMAND)));
^^^^^^^^^^^^^^^^^^^^^^^^
The field ContentAssistCommandAdapter.CONTENT_PROPOSAL_COMMAND is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/notifications/TaskListNotificationPopup.java:[21]
import org.eclipse.mylyn.commons.notifications.ui.AbstractUiNotification;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractUiNotification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/notifications/TaskListNotificationPopup.java:[52]
private List<AbstractUiNotification> notifications;
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractUiNotification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/notifications/TaskListNotificationPopup.java:[58]
public void setContents(List<AbstractUiNotification> notifications) {
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractUiNotification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/notifications/TaskListNotificationPopup.java:[62]
public List<AbstractUiNotification> getNotifications() {
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractUiNotification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/notifications/TaskListNotificationPopup.java:[63]
return new ArrayList<AbstractUiNotification>(notifications);
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractUiNotification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/notifications/TaskListNotificationPopup.java:[80]
for (final AbstractUiNotification notification : notifications) {
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractUiNotification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/notifications/TaskListNotificationPopup.java:[90]
notificationLabelIcon.setImage(notification.getNotificationKindImage());
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractUiNotification.getNotificationKindImage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/notifications/TaskListNotificationPopup.java:[110]
itemLink.setText(LegacyActionTools.escapeMnemonics(notification.getLabel()));
^^^^^^^^
Discouraged access: The method 'AbstractNotification.getLabel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/notifications/TaskListNotificationPopup.java:[111]
itemLink.setImage(notification.getNotificationImage());
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractUiNotification.getNotificationImage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/notifications/TaskListNotificationPopup.java:[116]
notification.open();
^^^^
Discouraged access: The method 'AbstractUiNotification.open()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/notifications/TaskListNotificationPopup.java:[133]
if (notification.getDescription() != null) {
^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractNotification.getDescription()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/notifications/TaskListNotificationPopup.java:[134]
descriptionText = notification.getDescription();
^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractNotification.getDescription()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/notifications/TaskListNotification.java:[21]
import org.eclipse.mylyn.commons.notifications.core.AbstractNotification;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractNotification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/notifications/TaskListNotification.java:[22]
import org.eclipse.mylyn.commons.notifications.ui.AbstractUiNotification;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractUiNotification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/notifications/TaskListNotification.java:[36]
public class TaskListNotification extends AbstractUiNotification {
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractUiNotification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/notifications/TaskListNotification.java:[63]
super(eventId);
^^^^^^^^^^^^^^^
Discouraged access: The constructor 'AbstractUiNotification(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/notifications/TaskListNotification.java:[132]
public int compareTo(AbstractNotification anotherNotification) throws ClassCastException {
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractNotification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/notifications/TaskListNotification.java:[133]
Date anotherDate = anotherNotification.getDate();
^^^^^^^
Discouraged access: The method 'AbstractNotification.getDate()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/notifications/TaskListNotification.java:[190]
public Object getAdapter(Class adapter) {
^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type TaskListNotification needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/ToolBarButtonContribution.java:[46]
if (Platform.WS_CARBON.equals(SWT.getPlatform())) {
^^^^^^^^^
The field Platform.WS_CARBON is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/ToolBarButtonContribution.java:[57]
} else if (Platform.WS_CARBON.equals(SWT.getPlatform())) {
^^^^^^^^^
The field Platform.WS_CARBON is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/commands/DisconnectHandler.java:[34]
import org.eclipse.ui.internal.WorkbenchWindow;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchWindow' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/commands/DisconnectHandler.java:[63]
IWorkbenchPage activePage = ((WorkbenchWindow) window).getActivePage();
^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchWindow' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/commands/DisconnectHandler.java:[63]
IWorkbenchPage activePage = ((WorkbenchWindow) window).getActivePage();
^^^^^^^^^^^^^
Discouraged access: The method 'WorkbenchWindow.getActivePage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListSorter.java:[20]
import org.eclipse.jface.viewers.ViewerSorter;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListSorter.java:[40]
public class TaskListSorter extends ViewerSorter {
^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskTrimWidget.java:[52]
import org.eclipse.ui.internal.ObjectActionContributorManager;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ObjectActionContributorManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskTrimWidget.java:[273]
MethodUtils.invokeExactMethod(ObjectActionContributorManager.getManager(), "contributeObjectActions", //$NON-NLS-1$
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ObjectActionContributorManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskTrimWidget.java:[273]
MethodUtils.invokeExactMethod(ObjectActionContributorManager.getManager(), "contributeObjectActions", //$NON-NLS-1$
^^^^^^^^^^
Discouraged access: The method 'ObjectActionContributorManager.getManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskTrimWidget.java:[288]
MethodUtils.invokeExactMethod(ObjectActionContributorManager.getManager(), "contributeObjectActions", //$NON-NLS-1$
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ObjectActionContributorManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskTrimWidget.java:[288]
MethodUtils.invokeExactMethod(ObjectActionContributorManager.getManager(), "contributeObjectActions", //$NON-NLS-1$
^^^^^^^^^^
Discouraged access: The method 'ObjectActionContributorManager.getManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/notifications/TaskListNotifier.java:[27]
import org.eclipse.mylyn.commons.notifications.ui.AbstractUiNotification;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractUiNotification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/notifications/TaskListNotifier.java:[152]
public Set<AbstractUiNotification> getNotifications() {
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractUiNotification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/notifications/TaskListNotifier.java:[157]
HashSet<AbstractUiNotification> result = new HashSet<AbstractUiNotification>(notificationQueue);
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractUiNotification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/notifications/TaskListNotifier.java:[157]
HashSet<AbstractUiNotification> result = new HashSet<AbstractUiNotification>(notificationQueue);
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractUiNotification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/BrowserFormPage.java:[30]
import org.eclipse.ui.internal.browser.BrowserViewer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BrowserViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.browser/3.6.600.v20191122-2109/org.eclipse.ui.browser-3.6.600.v20191122-2109.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/BrowserFormPage.java:[31]
import org.eclipse.ui.internal.browser.IBrowserViewerContainer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IBrowserViewerContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.browser/3.6.600.v20191122-2109/org.eclipse.ui.browser-3.6.600.v20191122-2109.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/BrowserFormPage.java:[44]
private BrowserViewer browserViewer;
^^^^^^^^^^^^^
Discouraged access: The type 'BrowserViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.browser/3.6.600.v20191122-2109/org.eclipse.ui.browser-3.6.600.v20191122-2109.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/BrowserFormPage.java:[56]
browserViewer = new BrowserViewer(form.getBody(), SWT.NONE);
^^^^^^^^^^^^^
Discouraged access: The type 'BrowserViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.browser/3.6.600.v20191122-2109/org.eclipse.ui.browser-3.6.600.v20191122-2109.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/BrowserFormPage.java:[56]
browserViewer = new BrowserViewer(form.getBody(), SWT.NONE);
^^^^^^^^^^^^^
Discouraged access: The constructor 'BrowserViewer(Composite, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.browser/3.6.600.v20191122-2109/org.eclipse.ui.browser-3.6.600.v20191122-2109.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/BrowserFormPage.java:[58]
browserViewer.setContainer(new IBrowserViewerContainer() {
^^^^^^^^^^^^
Discouraged access: The method 'BrowserViewer.setContainer(IBrowserViewerContainer)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.browser/3.6.600.v20191122-2109/org.eclipse.ui.browser-3.6.600.v20191122-2109.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/BrowserFormPage.java:[58]
browserViewer.setContainer(new IBrowserViewerContainer() {
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IBrowserViewerContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.browser/3.6.600.v20191122-2109/org.eclipse.ui.browser-3.6.600.v20191122-2109.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/BrowserFormPage.java:[76]
browserViewer.setURL(url);
^^^^^^
Discouraged access: The method 'BrowserViewer.setURL(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.browser/3.6.600.v20191122-2109/org.eclipse.ui.browser-3.6.600.v20191122-2109.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/BrowserFormPage.java:[93]
return browserViewer.getBrowser();
^^^^^^^^^^
Discouraged access: The method 'BrowserViewer.getBrowser()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.browser/3.6.600.v20191122-2109/org.eclipse.ui.browser-3.6.600.v20191122-2109.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/wizards/AbstractRepositorySettingsPage.java:[52]
import org.eclipse.mylyn.internal.commons.repositories.ui.RepositoryUiUtil;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryUiUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/wizards/AbstractRepositorySettingsPage.java:[694]
RepositoryUiUtil.testCredentialsStore(getRepositoryUrl(), this);
^^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryUiUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/wizards/AbstractRepositorySettingsPage.java:[694]
RepositoryUiUtil.testCredentialsStore(getRepositoryUrl(), this);
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryUiUtil.testCredentialsStore(String, DialogPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/wizards/AbstractRepositorySettingsPage.java:[2207]
public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) {
^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type AbstractRepositorySettingsPage needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskRepositoriesSorter.java:[17]
import org.eclipse.jface.viewers.ViewerSorter;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskRepositoriesSorter.java:[24]
public class TaskRepositoriesSorter extends ViewerSorter {
^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListInterestSorter.java:[17]
import org.eclipse.jface.viewers.ViewerSorter;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListInterestSorter.java:[32]
public class TaskListInterestSorter extends ViewerSorter {
^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListInterestSorter.java:[36]
private ViewerSorter configuredSorter;
^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListInterestSorter.java:[38]
public void setconfiguredSorter(ViewerSorter configuredSorter) {
^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/views/TaskListFilteredTree.java:[258]
searchHandler.adaptTextSearchControl(getTextSearchControl().getTextControl());
^^^^^^^^^^^^^^^^^^^^^^
The method getTextSearchControl() from the type EnhancedFilteredTree is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/commands/ShowTasksConnectorDiscoveryWizardCommandHandler.java:[22]
import org.eclipse.mylyn.internal.discovery.ui.wizards.ConnectorDiscoveryWizard;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ConnectorDiscoveryWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.discovery.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.discovery.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/commands/ShowTasksConnectorDiscoveryWizardCommandHandler.java:[33]
* A command that causes the {@link ConnectorDiscoveryWizard} to appear in a dialog.
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ConnectorDiscoveryWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.discovery.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.discovery.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/commands/ShowTasksConnectorDiscoveryWizardCommandHandler.java:[46]
ConnectorDiscoveryWizard wizard = new ConnectorDiscoveryWizard();
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ConnectorDiscoveryWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.discovery.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.discovery.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/commands/ShowTasksConnectorDiscoveryWizardCommandHandler.java:[46]
ConnectorDiscoveryWizard wizard = new ConnectorDiscoveryWizard();
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ConnectorDiscoveryWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.discovery.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.discovery.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/commands/ShowTasksConnectorDiscoveryWizardCommandHandler.java:[46]
ConnectorDiscoveryWizard wizard = new ConnectorDiscoveryWizard();
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ConnectorDiscoveryWizard()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.discovery.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.discovery.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[30]
import org.eclipse.mylyn.internal.monitor.ui.ActivityContextManager;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ActivityContextManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[31]
import org.eclipse.mylyn.internal.monitor.ui.MonitorUiPlugin;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'MonitorUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[252]
MonitorUiPlugin.getDefault().getPreferenceStore().setValue(ActivityContextManager.ACTIVITY_TIMEOUT_ENABLED,
^^^^^^^^^^^^^^^
Discouraged access: The type 'MonitorUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[252]
MonitorUiPlugin.getDefault().getPreferenceStore().setValue(ActivityContextManager.ACTIVITY_TIMEOUT_ENABLED,
^^^^^^^^^^
Discouraged access: The method 'MonitorUiPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[252]
MonitorUiPlugin.getDefault().getPreferenceStore().setValue(ActivityContextManager.ACTIVITY_TIMEOUT_ENABLED,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ActivityContextManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[252]
MonitorUiPlugin.getDefault().getPreferenceStore().setValue(ActivityContextManager.ACTIVITY_TIMEOUT_ENABLED,
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'ActivityContextManager.ACTIVITY_TIMEOUT_ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[254]
MonitorUiPlugin.getDefault().getPreferenceStore().setValue(ActivityContextManager.ACTIVITY_TIMEOUT,
^^^^^^^^^^^^^^^
Discouraged access: The type 'MonitorUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[254]
MonitorUiPlugin.getDefault().getPreferenceStore().setValue(ActivityContextManager.ACTIVITY_TIMEOUT,
^^^^^^^^^^
Discouraged access: The method 'MonitorUiPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[254]
MonitorUiPlugin.getDefault().getPreferenceStore().setValue(ActivityContextManager.ACTIVITY_TIMEOUT,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ActivityContextManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[254]
MonitorUiPlugin.getDefault().getPreferenceStore().setValue(ActivityContextManager.ACTIVITY_TIMEOUT,
^^^^^^^^^^^^^^^^
Discouraged access: The field 'ActivityContextManager.ACTIVITY_TIMEOUT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[257]
MonitorUiPlugin.getDefault().getPreferenceStore().setValue(MonitorUiPlugin.ACTIVITY_TRACKING_ENABLED,
^^^^^^^^^^^^^^^
Discouraged access: The type 'MonitorUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[257]
MonitorUiPlugin.getDefault().getPreferenceStore().setValue(MonitorUiPlugin.ACTIVITY_TRACKING_ENABLED,
^^^^^^^^^^
Discouraged access: The method 'MonitorUiPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[257]
MonitorUiPlugin.getDefault().getPreferenceStore().setValue(MonitorUiPlugin.ACTIVITY_TRACKING_ENABLED,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'MonitorUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[257]
MonitorUiPlugin.getDefault().getPreferenceStore().setValue(MonitorUiPlugin.ACTIVITY_TRACKING_ENABLED,
^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'MonitorUiPlugin.ACTIVITY_TRACKING_ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[339]
int minutes = MonitorUiPlugin.getDefault().getPreferenceStore().getInt(ActivityContextManager.ACTIVITY_TIMEOUT)
^^^^^^^^^^^^^^^
Discouraged access: The type 'MonitorUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[339]
int minutes = MonitorUiPlugin.getDefault().getPreferenceStore().getInt(ActivityContextManager.ACTIVITY_TIMEOUT)
^^^^^^^^^^
Discouraged access: The method 'MonitorUiPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[339]
int minutes = MonitorUiPlugin.getDefault().getPreferenceStore().getInt(ActivityContextManager.ACTIVITY_TIMEOUT)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ActivityContextManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[339]
int minutes = MonitorUiPlugin.getDefault().getPreferenceStore().getInt(ActivityContextManager.ACTIVITY_TIMEOUT)
^^^^^^^^^^^^^^^^
Discouraged access: The field 'ActivityContextManager.ACTIVITY_TIMEOUT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[342]
timeoutEnabledButton.setSelection(MonitorUiPlugin.getDefault()
^^^^^^^^^^^^^^^
Discouraged access: The type 'MonitorUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[342]
timeoutEnabledButton.setSelection(MonitorUiPlugin.getDefault()
^^^^^^^^^^
Discouraged access: The method 'MonitorUiPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[344]
.getBoolean(ActivityContextManager.ACTIVITY_TIMEOUT_ENABLED));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ActivityContextManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[344]
.getBoolean(ActivityContextManager.ACTIVITY_TIMEOUT_ENABLED));
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'ActivityContextManager.ACTIVITY_TIMEOUT_ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[346]
activityTrackingEnabledButton.setSelection(MonitorUiPlugin.getDefault()
^^^^^^^^^^^^^^^
Discouraged access: The type 'MonitorUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[346]
activityTrackingEnabledButton.setSelection(MonitorUiPlugin.getDefault()
^^^^^^^^^^
Discouraged access: The method 'MonitorUiPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[348]
.getBoolean(MonitorUiPlugin.ACTIVITY_TRACKING_ENABLED));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'MonitorUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[348]
.getBoolean(MonitorUiPlugin.ACTIVITY_TRACKING_ENABLED));
^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'MonitorUiPlugin.ACTIVITY_TRACKING_ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[386]
int activityTimeoutMinutes = MonitorUiPlugin.getDefault()
^^^^^^^^^^^^^^^
Discouraged access: The type 'MonitorUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[386]
int activityTimeoutMinutes = MonitorUiPlugin.getDefault()
^^^^^^^^^^
Discouraged access: The method 'MonitorUiPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[388]
.getDefaultInt(ActivityContextManager.ACTIVITY_TIMEOUT) / MS_MINUTES;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ActivityContextManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[388]
.getDefaultInt(ActivityContextManager.ACTIVITY_TIMEOUT) / MS_MINUTES;
^^^^^^^^^^^^^^^^
Discouraged access: The field 'ActivityContextManager.ACTIVITY_TIMEOUT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[390]
timeoutEnabledButton.setSelection(MonitorUiPlugin.getDefault()
^^^^^^^^^^^^^^^
Discouraged access: The type 'MonitorUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[390]
timeoutEnabledButton.setSelection(MonitorUiPlugin.getDefault()
^^^^^^^^^^
Discouraged access: The method 'MonitorUiPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[392]
.getDefaultBoolean(ActivityContextManager.ACTIVITY_TIMEOUT_ENABLED));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ActivityContextManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[392]
.getDefaultBoolean(ActivityContextManager.ACTIVITY_TIMEOUT_ENABLED));
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'ActivityContextManager.ACTIVITY_TIMEOUT_ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[394]
activityTrackingEnabledButton.setSelection(MonitorUiPlugin.getDefault()
^^^^^^^^^^^^^^^
Discouraged access: The type 'MonitorUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[394]
activityTrackingEnabledButton.setSelection(MonitorUiPlugin.getDefault()
^^^^^^^^^^
Discouraged access: The method 'MonitorUiPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[396]
.getDefaultBoolean(MonitorUiPlugin.ACTIVITY_TRACKING_ENABLED));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'MonitorUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[396]
.getDefaultBoolean(MonitorUiPlugin.ACTIVITY_TRACKING_ENABLED));
^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'MonitorUiPlugin.ACTIVITY_TRACKING_ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[611]
boolean activityTrackingEnabled = MonitorUiPlugin.getDefault()
^^^^^^^^^^^^^^^
Discouraged access: The type 'MonitorUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[611]
boolean activityTrackingEnabled = MonitorUiPlugin.getDefault()
^^^^^^^^^^
Discouraged access: The method 'MonitorUiPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[613]
.getBoolean(MonitorUiPlugin.ACTIVITY_TRACKING_ENABLED);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'MonitorUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[613]
.getBoolean(MonitorUiPlugin.ACTIVITY_TRACKING_ENABLED);
^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'MonitorUiPlugin.ACTIVITY_TRACKING_ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[615]
boolean timeoutEnabled = MonitorUiPlugin.getDefault()
^^^^^^^^^^^^^^^
Discouraged access: The type 'MonitorUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[615]
boolean timeoutEnabled = MonitorUiPlugin.getDefault()
^^^^^^^^^^
Discouraged access: The method 'MonitorUiPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[617]
.getBoolean(ActivityContextManager.ACTIVITY_TIMEOUT_ENABLED);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ActivityContextManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[617]
.getBoolean(ActivityContextManager.ACTIVITY_TIMEOUT_ENABLED);
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'ActivityContextManager.ACTIVITY_TIMEOUT_ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[650]
long minutes = MonitorUiPlugin.getDefault()
^^^^^^^^^^^^^^^
Discouraged access: The type 'MonitorUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[650]
long minutes = MonitorUiPlugin.getDefault()
^^^^^^^^^^
Discouraged access: The method 'MonitorUiPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[652]
.getLong(ActivityContextManager.ACTIVITY_TIMEOUT) / MS_MINUTES;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ActivityContextManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/preferences/TasksUiPreferencePage.java:[652]
.getLong(ActivityContextManager.ACTIVITY_TIMEOUT) / MS_MINUTES;
^^^^^^^^^^^^^^^^
Discouraged access: The field 'ActivityContextManager.ACTIVITY_TIMEOUT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/EditorBusyIndicator.java:[20]
import org.eclipse.ui.internal.WorkbenchPlugin;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/EditorBusyIndicator.java:[57]
WorkbenchPlugin.log(e);
^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/EditorBusyIndicator.java:[57]
WorkbenchPlugin.log(e);
^^^
Discouraged access: The method 'WorkbenchPlugin.log(Throwable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/EditorBusyIndicator.java:[106]
WorkbenchPlugin.log(e);
^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/editors/EditorBusyIndicator.java:[106]
WorkbenchPlugin.log(e);
^^^
Discouraged access: The method 'WorkbenchPlugin.log(Throwable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[58]
import org.eclipse.mylyn.commons.identity.core.IIdentityService;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IIdentityService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.identity.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.identity.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[60]
import org.eclipse.mylyn.commons.notifications.core.NotificationEnvironment;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NotificationEnvironment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[61]
import org.eclipse.mylyn.commons.notifications.feed.ServiceMessageManager;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ServiceMessageManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[62]
import org.eclipse.mylyn.commons.notifications.ui.AbstractUiNotification;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractUiNotification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[66]
import org.eclipse.mylyn.internal.commons.notifications.feed.ServiceMessage;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ServiceMessage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[67]
import org.eclipse.mylyn.internal.discovery.ui.DiscoveryUi;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DiscoveryUi' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.discovery.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.discovery.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[68]
import org.eclipse.mylyn.internal.monitor.ui.MonitorUiPlugin;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'MonitorUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.monitor.ui/3.26.0.N20190930-2131/org.eclipse.mylyn.monitor.ui-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[181]
private ServiceMessageManager serviceMessageManager;
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ServiceMessageManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[270]
public Set<AbstractUiNotification> getNotifications() {
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractUiNotification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[272]
Set<AbstractUiNotification> reminders = new HashSet<AbstractUiNotification>();
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractUiNotification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[272]
Set<AbstractUiNotification> reminders = new HashSet<AbstractUiNotification>();
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractUiNotification' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.ui/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.notifications.ui-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[293]
serviceMessageManager.start();
^^^^^
Discouraged access: The method 'ServiceMessageManager.start()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[295]
serviceMessageManager.stop();
^^^^
Discouraged access: The method 'ServiceMessageManager.stop()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[427]
ServiceMessage message = new ServiceMessage("") { //$NON-NLS-1$
^^^^^^^^^^^^^^
Discouraged access: The type 'ServiceMessage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[427]
ServiceMessage message = new ServiceMessage("") { //$NON-NLS-1$
^^^^^^^^^^^^^^
Discouraged access: The type 'ServiceMessage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[427]
ServiceMessage message = new ServiceMessage("") { //$NON-NLS-1$
^^^^^^^^^^^^^^
Discouraged access: The constructor 'ServiceMessage(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[433]
savePluginPreferences();
^^^^^^^^^^^^^^^^^^^^^^^
The method savePluginPreferences() from the type Plugin is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[439]
message.setImage(Dialog.DLG_IMG_MESSAGE_INFO);
^^^^^^^^
Discouraged access: The method 'ServiceMessage.setImage(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[440]
message.setTitle(Messages.TasksUiPlugin_Hide_Irrelevant_Subtasks);
^^^^^^^^
Discouraged access: The method 'ServiceMessage.setTitle(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[441]
message.setDescription(
^^^^^^^^^^^^^^
Discouraged access: The method 'ServiceMessage.setDescription(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[448]
savePluginPreferences();
^^^^^^^^^^^^^^^^^^^^^^^
The method savePluginPreferences() from the type Plugin is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[468]
IWorkbenchWindow window = getWorkbench().getActiveWorkbenchWindow();
^^^^^^^^^^^^^^
The method getWorkbench() from the type AbstractUIPlugin is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[469]
if (window == null && getWorkbench().getWorkbenchWindows().length > 0) {
^^^^^^^^^^^^^^
The method getWorkbench() from the type AbstractUIPlugin is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[470]
window = getWorkbench().getWorkbenchWindows()[0];
^^^^^^^^^^^^^^
The method getWorkbench() from the type AbstractUIPlugin is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[588]
ResourcesPlugin.getWorkspace().addSaveParticipant(this, saveParticipant);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addSaveParticipant(Plugin, ISaveParticipant) from the type IWorkspace is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[793]
ResourcesPlugin.getWorkspace().removeSaveParticipant(this);
^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method removeSaveParticipant(Plugin) from the type IWorkspace is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[810]
getPluginPreferences().setValue(PREF_MIGRATED_TASK_REPOSITORIES_FROM_SECURE_STORE, Boolean.toString(true));
^^^^^^^^^^^^^^^^^^^^^^
The method getPluginPreferences() from the type Plugin is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[810]
getPluginPreferences().setValue(PREF_MIGRATED_TASK_REPOSITORIES_FROM_SECURE_STORE, Boolean.toString(true));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setValue(String, String) from the type Preferences is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[812]
getPluginPreferences().setValue(PREF_MIGRATED_TASK_REPOSITORIES_FROM_KEYRING, Boolean.toString(true));
^^^^^^^^^^^^^^^^^^^^^^
The method getPluginPreferences() from the type Plugin is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[812]
getPluginPreferences().setValue(PREF_MIGRATED_TASK_REPOSITORIES_FROM_KEYRING, Boolean.toString(true));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setValue(String, String) from the type Preferences is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[829]
serviceMessageManager.stop();
^^^^
Discouraged access: The method 'ServiceMessageManager.stop()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.notifications.feed/1.16.0.v20180904-2231/org.eclipse.mylyn.commons.notifications.feed-1.16.0.v20180904-2231.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TasksUiPlugin.java:[943]
MonitorUiPlugin.getDefault().savePluginPreferences();
^^^^^^^^^^^^^^^^^^^^^^^
The method savePluginPreferences() from the type Plugin is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/wizards/SelectRepositoryConnectorPage.java:[114]
viewer.setSorter(new TaskRepositoriesSorter());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/migrator/CompleteConnectorMigrationWizard.java:[41]
import org.eclipse.jface.viewers.ViewerSorter;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/migrator/CompleteConnectorMigrationWizard.java:[175]
viewer.setSorter(new ViewerSorter());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/migrator/CompleteConnectorMigrationWizard.java:[175]
viewer.setSorter(new ViewerSorter());
^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/migrator/CompleteConnectorMigrationWizard.java:[175]
viewer.setSorter(new ViewerSorter());
^^^^^^^^^^^^^^
The constructor ViewerSorter() is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/commands/MarkTaskHandler.java:[142]
public Object getAdapter(Class adapter) {
^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type new IAdaptable(){} needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskAttachmentAdapterFactory.java:[26]
public Class[] getAdapterList() {
^^^^^^^
Type safety: The return type Class[] for getAdapterList() from the type TaskAttachmentAdapterFactory needs unchecked conversion to conform to Class<?>[] from the type IAdapterFactory
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/TaskAttachmentAdapterFactory.java:[31]
public Object getAdapter(Object adaptableObject, Class adapterType) {
^^^^^^
Type safety: The return type Object for getAdapter(Object, Class) from the type TaskAttachmentAdapterFactory needs unchecked conversion to conform to T from the type IAdapterFactory
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[43]
import org.eclipse.ui.internal.IWorkbenchHelpContextIds;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IWorkbenchHelpContextIds' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[44]
import org.eclipse.ui.internal.WorkbenchMessages;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[45]
import org.eclipse.ui.internal.WorkbenchPlugin;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[46]
import org.eclipse.ui.internal.WorkingSet;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkingSet' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[47]
import org.eclipse.ui.internal.registry.WorkingSetRegistry;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkingSetRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[124]
newButton = createButton(buttonComposite, ID_NEW, WorkbenchMessages.WorkingSetSelectionDialog_newButton_label,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[124]
newButton = createButton(buttonComposite, ID_NEW, WorkbenchMessages.WorkingSetSelectionDialog_newButton_label,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'WorkbenchMessages.WorkingSetSelectionDialog_newButton_label' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[135]
WorkbenchMessages.WorkingSetSelectionDialog_detailsButton_label, false);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[135]
WorkbenchMessages.WorkingSetSelectionDialog_detailsButton_label, false);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'WorkbenchMessages.WorkingSetSelectionDialog_detailsButton_label' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[145]
WorkbenchMessages.WorkingSetSelectionDialog_removeButton_label, false);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[145]
WorkbenchMessages.WorkingSetSelectionDialog_removeButton_label, false);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'WorkbenchMessages.WorkingSetSelectionDialog_removeButton_label' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[173]
selectAllButton = createButton(buttonComposite, ID_SELECTALL, WorkbenchMessages.SelectionDialog_selectLabel,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[173]
selectAllButton = createButton(buttonComposite, ID_SELECTALL, WorkbenchMessages.SelectionDialog_selectLabel,
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'WorkbenchMessages.SelectionDialog_selectLabel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[183]
WorkbenchMessages.SelectionDialog_deselectLabel, false);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[183]
WorkbenchMessages.SelectionDialog_deselectLabel, false);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'WorkbenchMessages.SelectionDialog_deselectLabel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[208]
IWorkingSetManager manager = WorkbenchPlugin.getDefault().getWorkingSetManager();
^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[208]
IWorkingSetManager manager = WorkbenchPlugin.getDefault().getWorkingSetManager();
^^^^^^^^^^
Discouraged access: The method 'WorkbenchPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[208]
IWorkingSetManager manager = WorkbenchPlugin.getDefault().getWorkingSetManager();
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'WorkbenchPlugin.getWorkingSetManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[218]
originalWorkingSet = new WorkingSet(editWorkingSet.getName(), editWorkingSet.getLabel(),
^^^^^^^^^^
Discouraged access: The type 'WorkingSet' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[218]
originalWorkingSet = new WorkingSet(editWorkingSet.getName(), editWorkingSet.getLabel(),
^^^^^^^^^^
Discouraged access: The constructor 'WorkingSet(String, String, IAdaptable[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[226]
.setHelp(dialog.getShell(), IWorkbenchHelpContextIds.WORKING_SET_EDIT_WIZARD);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IWorkbenchHelpContextIds' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[226]
.setHelp(dialog.getShell(), IWorkbenchHelpContextIds.WORKING_SET_EDIT_WIZARD);
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IWorkbenchHelpContextIds.WORKING_SET_EDIT_WIZARD' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[241]
IWorkingSetManager manager = WorkbenchPlugin.getDefault().getWorkingSetManager();
^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[241]
IWorkingSetManager manager = WorkbenchPlugin.getDefault().getWorkingSetManager();
^^^^^^^^^^
Discouraged access: The method 'WorkbenchPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[241]
IWorkingSetManager manager = WorkbenchPlugin.getDefault().getWorkingSetManager();
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'WorkbenchPlugin.getWorkingSetManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[255]
.setHelp(dialog.getShell(), IWorkbenchHelpContextIds.WORKING_SET_NEW_WIZARD);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IWorkbenchHelpContextIds' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[255]
.setHelp(dialog.getShell(), IWorkbenchHelpContextIds.WORKING_SET_NEW_WIZARD);
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IWorkbenchHelpContextIds.WORKING_SET_NEW_WIZARD' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[355]
WorkingSetRegistry registry = WorkbenchPlugin.getDefault().getWorkingSetRegistry();
^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkingSetRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[355]
WorkingSetRegistry registry = WorkbenchPlugin.getDefault().getWorkingSetRegistry();
^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[355]
WorkingSetRegistry registry = WorkbenchPlugin.getDefault().getWorkingSetRegistry();
^^^^^^^^^^
Discouraged access: The method 'WorkbenchPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[355]
WorkingSetRegistry registry = WorkbenchPlugin.getDefault().getWorkingSetRegistry();
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'WorkbenchPlugin.getWorkingSetRegistry()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[357]
newButton.setEnabled(registry.hasNewPageWorkingSetDescriptor());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'WorkingSetRegistry.hasNewPageWorkingSetDescriptor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[392]
IWorkingSetManager manager = WorkbenchPlugin.getDefault().getWorkingSetManager();
^^^^^^^^^^^^^^^
Discouraged access: The type 'WorkbenchPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[392]
IWorkingSetManager manager = WorkbenchPlugin.getDefault().getWorkingSetManager();
^^^^^^^^^^
Discouraged access: The method 'WorkbenchPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/AbstractWorkingSetDialogCOPY.java:[392]
IWorkingSetManager manager = WorkbenchPlugin.getDefault().getWorkingSetManager();
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'WorkbenchPlugin.getWorkingSetManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191126-1131/org.eclipse.ui.workbench-3.117.0.v20191126-1131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/AbstractTaskEditorPage.java:[439]
private final ListenerList selectionChangedListeners;
^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/AbstractTaskEditorPage.java:[483]
this.selectionChangedListeners = new ListenerList();
^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/editors/AbstractTaskEditorPage.java:[502]
selectionChangedListeners.add(listener);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ListenerList. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/dialogs/TaskRepositoryCredentialsDialog.java:[236]
ImageDescriptor descriptor = AbstractUIPlugin.imageDescriptorFromPlugin(TasksUiPlugin.ID_PLUGIN,
IMAGE_FILE_KEYLOCK);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/util/TasksUiExtensionReader.java:[155]
ImageDescriptor imageDescriptor = AbstractUIPlugin.imageDescriptorFromPlugin( //
element.getContributor().getName(), iconPath);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin is deprecated
444 problems (444 warnings)
[INFO]
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (attach-source) @ org.eclipse.mylyn.tasks.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/org.eclipse.mylyn.tasks.ui-3.26.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.mylyn.tasks.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/src/test/resources
[INFO]
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.mylyn.tasks.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.mylyn.tasks.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/org.eclipse.mylyn.tasks.ui-3.26.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mylyn.tasks.ui ---
[INFO]
[INFO] >>> findbugs-maven-plugin:3.0.5:check (default) > :findbugs @ org.eclipse.mylyn.tasks.ui >>>
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.5:findbugs (findbugs) @ org.eclipse.mylyn.tasks.ui ---
[INFO]
[INFO] <<< findbugs-maven-plugin:3.0.5:check (default) < :findbugs @ org.eclipse.mylyn.tasks.ui <<<
[INFO]
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.5:check (default) @ org.eclipse.mylyn.tasks.ui ---
[INFO]
[INFO] >>> maven-pmd-plugin:2.5:cpd-check (default) > :cpd @ org.eclipse.mylyn.tasks.ui >>>
[INFO]
[INFO] --- maven-pmd-plugin:2.5:cpd (cpd) @ org.eclipse.mylyn.tasks.ui ---
[INFO]
[INFO] <<< maven-pmd-plugin:2.5:cpd-check (default) < :cpd @ org.eclipse.mylyn.tasks.ui <<<
[INFO]
[INFO]
[INFO] --- maven-pmd-plugin:2.5:cpd-check (default) @ org.eclipse.mylyn.tasks.ui ---
[INFO]
[INFO] ------< org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.index.ui >------
[INFO] Building org.eclipse.mylyn.tasks.index.ui 3.26.0-SNAPSHOT [5/41]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mylyn.tasks.index.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.mylyn.tasks.index.ui ---
[INFO] The project's OSGi version is 3.26.0.N20191215-0724
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.mylyn.tasks.index.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.mylyn.tasks.index.ui ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.5.6.201201232323:prepare-agent (default) @ org.eclipse.mylyn.tasks.index.ui ---
[INFO] Skipping JaCoCo execution
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.mylyn.tasks.index.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.mylyn.tasks.index.ui ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/ContentProposalProvider.java:[28]
import org.eclipse.mylyn.internal.tasks.core.AbstractTask;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/ContentProposalProvider.java:[29]
import org.eclipse.mylyn.internal.tasks.core.TaskList;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskList' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/ContentProposalProvider.java:[30]
import org.eclipse.mylyn.internal.tasks.index.core.TaskListIndex;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskListIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/ContentProposalProvider.java:[49]
private final TaskList taskList;
^^^^^^^^
Discouraged access: The type 'TaskList' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/ContentProposalProvider.java:[51]
public ContentProposalProvider(TaskList taskList, AbstractIndexReference reference) {
^^^^^^^^
Discouraged access: The type 'TaskList' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/ContentProposalProvider.java:[90]
for (Field field : reference.index().getIndexedFields()) {
^^^^^^^^^^^^^^^^
Discouraged access: The method 'TaskListIndex.getIndexedFields()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/ContentProposalProvider.java:[93]
if (field.equals(TaskListIndex.FIELD_IDENTIFIER)) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskListIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/ContentProposalProvider.java:[93]
if (field.equals(TaskListIndex.FIELD_IDENTIFIER)) {
^^^^^^^^^^^^^^^^
Discouraged access: The field 'TaskListIndex.FIELD_IDENTIFIER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/ContentProposalProvider.java:[100]
if (TaskListIndex.FIELD_CONTENT.equals(field)) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskListIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/ContentProposalProvider.java:[100]
if (TaskListIndex.FIELD_CONTENT.equals(field)) {
^^^^^^^^^^^^^
Discouraged access: The field 'TaskListIndex.FIELD_CONTENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/ContentProposalProvider.java:[102]
} else if (TaskListIndex.FIELD_PERSON.equals(field)) {
^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskListIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/ContentProposalProvider.java:[102]
} else if (TaskListIndex.FIELD_PERSON.equals(field)) {
^^^^^^^^^^^^
Discouraged access: The field 'TaskListIndex.FIELD_PERSON' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/ContentProposalProvider.java:[156]
for (Field field : reference.index().getIndexedFields()) {
^^^^^^^^^^^^^^^^
Discouraged access: The method 'TaskListIndex.getIndexedFields()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/ContentProposalProvider.java:[187]
String queryText = reference.index().computeQueryFieldDateRange(field, dateSearchOneWeekLowerBound,
^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TaskListIndex.computeQueryFieldDateRange(AbstractTaskSchema.Field, Date, Date)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/ContentProposalProvider.java:[199]
Collection<AbstractTask> allTasks = taskList.getAllTasks();
^^^^^^^^^^^^
Discouraged access: The type 'AbstractTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/ContentProposalProvider.java:[199]
Collection<AbstractTask> allTasks = taskList.getAllTasks();
^^^^^^^^^^^
Discouraged access: The method 'TaskList.getAllTasks()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/ContentProposalProvider.java:[200]
for (AbstractTask task : allTasks) {
^^^^^^^^^^^^
Discouraged access: The type 'AbstractTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/ContentProposalProvider.java:[217]
private void addAddresses(Set<String> addresses, AbstractTask task) {
^^^^^^^^^^^^
Discouraged access: The type 'AbstractTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/ContentProposalProvider.java:[218]
String name = task.getOwner();
^^^^^^^^
Discouraged access: The method 'AbstractTask.getOwner()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/AbstractIndexReference.java:[16]
import org.eclipse.mylyn.internal.tasks.index.core.TaskListIndex;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskListIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/AbstractIndexReference.java:[23]
public abstract TaskListIndex index();
^^^^^^^^^^^^^
Discouraged access: The type 'TaskListIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexReference.java:[19]
import org.eclipse.mylyn.internal.tasks.core.IRepositoryModelListener;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IRepositoryModelListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexReference.java:[20]
import org.eclipse.mylyn.internal.tasks.index.core.TaskListIndex;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskListIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexReference.java:[21]
import org.eclipse.mylyn.internal.tasks.ui.TasksUiPlugin;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexReference.java:[30]
private static TaskListIndex theIndex;
^^^^^^^^^^^^^
Discouraged access: The type 'TaskListIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexReference.java:[34]
private static IRepositoryModelListener listener = new IRepositoryModelListener() {
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IRepositoryModelListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexReference.java:[34]
private static IRepositoryModelListener listener = new IRepositoryModelListener() {
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IRepositoryModelListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexReference.java:[38]
theIndex.setLocation(getDefaultIndexLocation());
^^^^^^^^^^^
Discouraged access: The method 'TaskListIndex.setLocation(File)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexReference.java:[45]
return new File(TasksUiPlugin.getDefault().getDataDirectory(), ".taskListIndex"); //$NON-NLS-1$
^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexReference.java:[45]
return new File(TasksUiPlugin.getDefault().getDataDirectory(), ".taskListIndex"); //$NON-NLS-1$
^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexReference.java:[45]
return new File(TasksUiPlugin.getDefault().getDataDirectory(), ".taskListIndex"); //$NON-NLS-1$
^^^^^^^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getDataDirectory()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexReference.java:[52]
private TaskListIndex index;
^^^^^^^^^^^^^
Discouraged access: The type 'TaskListIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexReference.java:[55]
public TaskListIndex index() {
^^^^^^^^^^^^^
Discouraged access: The type 'TaskListIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexReference.java:[58]
if (theIndex == null && TasksUiPlugin.getTaskDataManager() != null) {
^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexReference.java:[58]
if (theIndex == null && TasksUiPlugin.getTaskDataManager() != null) {
^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getTaskDataManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexReference.java:[59]
final IRepositoryManager repositoryManager = TasksUiPlugin.getRepositoryManager();
^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexReference.java:[59]
final IRepositoryManager repositoryManager = TasksUiPlugin.getRepositoryManager();
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getRepositoryManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexReference.java:[60]
theIndex = new TaskListIndex(TasksUiPlugin.getTaskList(), TasksUiPlugin.getTaskDataManager(),
^^^^^^^^^^^^^
Discouraged access: The type 'TaskListIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexReference.java:[60]
theIndex = new TaskListIndex(TasksUiPlugin.getTaskList(), TasksUiPlugin.getTaskDataManager(),
^^^^^^^^^^^^^
Discouraged access: The constructor 'TaskListIndex(TaskList, TaskDataManager, IRepositoryManager, File)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexReference.java:[60]
theIndex = new TaskListIndex(TasksUiPlugin.getTaskList(), TasksUiPlugin.getTaskDataManager(),
^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexReference.java:[60]
theIndex = new TaskListIndex(TasksUiPlugin.getTaskList(), TasksUiPlugin.getTaskDataManager(),
^^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getTaskList()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexReference.java:[60]
theIndex = new TaskListIndex(TasksUiPlugin.getTaskList(), TasksUiPlugin.getTaskDataManager(),
^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexReference.java:[60]
theIndex = new TaskListIndex(TasksUiPlugin.getTaskList(), TasksUiPlugin.getTaskDataManager(),
^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getTaskDataManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexReference.java:[62]
TasksUiPlugin.getDefault().addModelListener(listener);
^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexReference.java:[62]
TasksUiPlugin.getDefault().addModelListener(listener);
^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexReference.java:[62]
TasksUiPlugin.getDefault().addModelListener(listener);
^^^^^^^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.addModelListener(IRepositoryModelListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexReference.java:[77]
TasksUiPlugin.getDefault().removeModelListener(listener);
^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexReference.java:[77]
TasksUiPlugin.getDefault().removeModelListener(listener);
^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexReference.java:[77]
TasksUiPlugin.getDefault().removeModelListener(listener);
^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.removeModelListener(IRepositoryModelListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexReference.java:[78]
theIndex.close();
^^^^^
Discouraged access: The method 'TaskListIndex.close()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexSearchHandler.java:[19]
import org.eclipse.mylyn.internal.tasks.index.core.TaskListIndex;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskListIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexSearchHandler.java:[20]
import org.eclipse.mylyn.internal.tasks.ui.TasksUiPlugin;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexSearchHandler.java:[21]
import org.eclipse.mylyn.internal.tasks.ui.search.AbstractSearchHandler;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractSearchHandler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexSearchHandler.java:[39]
public class IndexSearchHandler extends AbstractSearchHandler {
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractSearchHandler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexSearchHandler.java:[61]
? TaskListIndex.FIELD_SUMMARY
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskListIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexSearchHandler.java:[61]
? TaskListIndex.FIELD_SUMMARY
^^^^^^^^^^^^^
Discouraged access: The field 'TaskListIndex.FIELD_SUMMARY' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexSearchHandler.java:[62]
: TaskListIndex.FIELD_CONTENT;
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskListIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexSearchHandler.java:[62]
: TaskListIndex.FIELD_CONTENT;
^^^^^^^^^^^^^
Discouraged access: The field 'TaskListIndex.FIELD_CONTENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexSearchHandler.java:[63]
reference.index().setDefaultField(newDefaultField);
^^^^^^^^^^^^^^^
Discouraged access: The method 'TaskListIndex.setDefaultField(AbstractTaskSchema.Field)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexSearchHandler.java:[64]
fireFilterChanged();
^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractSearchHandler.fireFilterChanged()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexSearchHandler.java:[95]
IContentProposalProvider proposalProvider = new ContentProposalProvider(TasksUiPlugin.getTaskList(), reference);
^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexSearchHandler.java:[95]
IContentProposalProvider proposalProvider = new ContentProposalProvider(TasksUiPlugin.getTaskList(), reference);
^^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getTaskList()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexedSubstringPatternFilter.java:[17]
import org.eclipse.mylyn.internal.tasks.index.core.TaskListIndex;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskListIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexedSubstringPatternFilter.java:[21]
* A pattern filter that uses a {@link TaskListIndex} to support ITask matching.
^^^^^^^^^^^^^
Discouraged access: The type 'TaskListIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexedSubstringPatternFilter.java:[27]
private final TaskListIndex index;
^^^^^^^^^^^^^
Discouraged access: The type 'TaskListIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexedSubstringPatternFilter.java:[31]
public IndexedSubstringPatternFilter(TaskListIndex index) {
^^^^^^^^^^^^^
Discouraged access: The type 'TaskListIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/IndexedSubstringPatternFilter.java:[49]
if (index.matches(task, patternString)) {
^^^^^^^
Discouraged access: The method 'TaskListIndex.matches(ITask, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/commands/ResetIndexHandler.java:[23]
import org.eclipse.mylyn.internal.tasks.index.core.TaskListIndex;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskListIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/commands/ResetIndexHandler.java:[39]
final TaskListIndex index = reference.index();
^^^^^^^^^^^^^
Discouraged access: The type 'TaskListIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/commands/ResetIndexHandler.java:[40]
index.reindex();
^^^^^^^
Discouraged access: The method 'TaskListIndex.reindex()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/org/eclipse/mylyn/internal/tasks/index/ui/commands/ResetIndexHandler.java:[42]
index.waitUntilIdle();
^^^^^^^^^^^^^
Discouraged access: The method 'TaskListIndex.waitUntilIdle()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.core/target/classes')
71 problems (71 warnings)
[INFO]
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (attach-source) @ org.eclipse.mylyn.tasks.index.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/target/org.eclipse.mylyn.tasks.index.ui-3.26.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.mylyn.tasks.index.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/src/test/resources
[INFO]
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.mylyn.tasks.index.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.mylyn.tasks.index.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.index.ui/target/org.eclipse.mylyn.tasks.index.ui-3.26.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mylyn.tasks.index.ui ---
[INFO]
[INFO] >>> findbugs-maven-plugin:3.0.5:check (default) > :findbugs @ org.eclipse.mylyn.tasks.index.ui >>>
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.5:findbugs (findbugs) @ org.eclipse.mylyn.tasks.index.ui ---
[INFO]
[INFO] <<< findbugs-maven-plugin:3.0.5:check (default) < :findbugs @ org.eclipse.mylyn.tasks.index.ui <<<
[INFO]
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.5:check (default) @ org.eclipse.mylyn.tasks.index.ui ---
[INFO]
[INFO] >>> maven-pmd-plugin:2.5:cpd-check (default) > :cpd @ org.eclipse.mylyn.tasks.index.ui >>>
[INFO]
[INFO] --- maven-pmd-plugin:2.5:cpd (cpd) @ org.eclipse.mylyn.tasks.index.ui ---
[INFO]
[INFO] <<< maven-pmd-plugin:2.5:cpd-check (default) < :cpd @ org.eclipse.mylyn.tasks.index.ui <<<
[INFO]
[INFO]
[INFO] --- maven-pmd-plugin:2.5:cpd-check (default) @ org.eclipse.mylyn.tasks.index.ui ---
[INFO]
[INFO] -------< org.eclipse.mylyn.tasks:org.eclipse.mylyn.tasks.search >-------
[INFO] Building org.eclipse.mylyn.tasks.search 3.26.0-SNAPSHOT [6/41]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mylyn.tasks.search ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.mylyn.tasks.search ---
[INFO] The project's OSGi version is 3.26.0.N20190930-2129
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.mylyn.tasks.search ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.mylyn.tasks.search ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.5.6.201201232323:prepare-agent (default) @ org.eclipse.mylyn.tasks.search ---
[INFO] Skipping JaCoCo execution
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.mylyn.tasks.search ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.mylyn.tasks.search ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/target/classes
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/OpenSearchResultAction.java:[21]
import org.eclipse.mylyn.internal.tasks.core.AbstractTask;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/OpenSearchResultAction.java:[57]
for (Iterator<AbstractTask> it = selection.iterator(); it.hasNext();) {
^^^^^^^^^^^^
Discouraged access: The type 'AbstractTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/OpenSearchResultAction.java:[58]
AbstractTask repositoryHit = it.next();
^^^^^^^^^^^^
Discouraged access: The type 'AbstractTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/OpenSearchResultAction.java:[59]
TasksUiUtil.openTask(repositoryHit.getRepositoryUrl(), repositoryHit.getTaskId(),
^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractTask.getRepositoryUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/OpenSearchResultAction.java:[59]
TasksUiUtil.openTask(repositoryHit.getRepositoryUrl(), repositoryHit.getTaskId(),
^^^^^^^^^
Discouraged access: The method 'AbstractTask.getTaskId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/OpenSearchResultAction.java:[60]
repositoryHit.getUrl());
^^^^^^
Discouraged access: The method 'AbstractTaskContainer.getUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[40]
import org.eclipse.mylyn.commons.workbench.EnhancedFilteredTree;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type EnhancedFilteredTree is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[42]
import org.eclipse.mylyn.internal.tasks.core.AbstractTask;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[43]
import org.eclipse.mylyn.internal.tasks.core.AbstractTaskCategory;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractTaskCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[44]
import org.eclipse.mylyn.internal.tasks.core.TaskGroup;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskGroup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[45]
import org.eclipse.mylyn.internal.tasks.core.UnmatchedTaskContainer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UnmatchedTaskContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[47]
import org.eclipse.mylyn.internal.tasks.ui.actions.OpenWithBrowserAction;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'OpenWithBrowserAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[49]
import org.eclipse.mylyn.internal.tasks.ui.util.TaskDragSourceListener;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskDragSourceListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[50]
import org.eclipse.mylyn.internal.tasks.ui.util.TasksUiInternal;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiInternal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[51]
import org.eclipse.mylyn.internal.tasks.ui.views.TaskListToolTip;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskListToolTip' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[52]
import org.eclipse.mylyn.internal.tasks.ui.views.TaskListView;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskListView' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[147]
private TaskListToolTip toolTip;
^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskListToolTip' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[153]
private final OpenWithBrowserAction openSearchWithBrowserAction;
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'OpenWithBrowserAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[176]
openSearchWithBrowserAction = new OpenWithBrowserAction();
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'OpenWithBrowserAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[176]
openSearchWithBrowserAction = new OpenWithBrowserAction();
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'OpenWithBrowserAction()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[192]
} else if (element instanceof TaskGroup) {
^^^^^^^^^
Discouraged access: The type 'TaskGroup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[193]
TaskGroup taskGroup = (TaskGroup) element;
^^^^^^^^^
Discouraged access: The type 'TaskGroup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[193]
TaskGroup taskGroup = (TaskGroup) element;
^^^^^^^^^
Discouraged access: The type 'TaskGroup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[194]
return taskGroup.getHandleIdentifier().equals("group-incompleteIncomplete"); //$NON-NLS-1$
^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractTaskContainer.getHandleIdentifier()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[237]
viewer.setSorter(searchResultSorter);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[242]
new TaskDragSourceListener(getViewer()));
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskDragSourceListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[242]
new TaskDragSourceListener(getViewer()));
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TaskDragSourceListener(ISelectionProvider)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[246]
toolTip = new TaskListToolTip(viewer.getControl());
^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskListToolTip' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[246]
toolTip = new TaskListToolTip(viewer.getControl());
^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TaskListToolTip(Control)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[262]
FilteredTree searchTree = new EnhancedFilteredTree(treeComposite, SWT.MULTI | SWT.H_SCROLL | SWT.V_SCROLL,
^^^^^^^^^^^^^^^^^^^^
The type EnhancedFilteredTree is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[262]
FilteredTree searchTree = new EnhancedFilteredTree(treeComposite, SWT.MULTI | SWT.H_SCROLL | SWT.V_SCROLL,
new SubstringPatternFilter() {
@Override
public void setPattern(String patternString) {
styledLabelProvider.setPattern(patternString);
super.setPattern(patternString);
}
}, true);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor EnhancedFilteredTree(Composite, int, PatternFilter, boolean) is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[320]
toolTip.dispose();
^^^^^^^
Discouraged access: The method 'TaskListToolTip.dispose()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[325]
public Object getAdapter(Class adapter) {
^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type RepositorySearchResultView needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[339]
AbstractTask repositoryHit = (AbstractTask) match.getElement();
^^^^^^^^^^^^
Discouraged access: The type 'AbstractTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[339]
AbstractTask repositoryHit = (AbstractTask) match.getElement();
^^^^^^^^^^^^
Discouraged access: The type 'AbstractTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[340]
TasksUiInternal.refreshAndOpenTaskListElement(repositoryHit);
^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiInternal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[340]
TasksUiInternal.refreshAndOpenTaskListElement(repositoryHit);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TasksUiInternal.refreshAndOpenTaskListElement(IRepositoryElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[353]
Messages.RepositorySearchResultView_Add_to_X_Category, TaskListView.LABEL_VIEW));
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskListView' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[353]
Messages.RepositorySearchResultView_Add_to_X_Category, TaskListView.LABEL_VIEW));
^^^^^^^^^^
Discouraged access: The field 'TaskListView.LABEL_VIEW' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[354]
List<AbstractTaskCategory> categories = new ArrayList<AbstractTaskCategory>(TasksUiInternal.getTaskList()
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractTaskCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[354]
List<AbstractTaskCategory> categories = new ArrayList<AbstractTaskCategory>(TasksUiInternal.getTaskList()
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractTaskCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[354]
List<AbstractTaskCategory> categories = new ArrayList<AbstractTaskCategory>(TasksUiInternal.getTaskList()
^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiInternal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[354]
List<AbstractTaskCategory> categories = new ArrayList<AbstractTaskCategory>(TasksUiInternal.getTaskList()
^^^^^^^^^^^
Discouraged access: The method 'TasksUiInternal.getTaskList()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[355]
.getCategories());
^^^^^^^^^^^^^
Discouraged access: The method 'ITaskList.getCategories()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[357]
for (final AbstractTaskCategory category : categories) {
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractTaskCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[358]
if (!(category instanceof UnmatchedTaskContainer)) {//.equals(TasksUiPlugin.getTaskList().getArchiveContainer())) {
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UnmatchedTaskContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[365]
String text = category.getSummary();
^^^^^^^^^^
Discouraged access: The method 'AbstractTaskContainer.getSummary()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[383]
private void moveToCategory(AbstractTaskCategory category) {
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractTaskCategory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[389]
TasksUiInternal.getTaskList().addTask(task, category);
^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiInternal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[389]
TasksUiInternal.getTaskList().addTask(task, category);
^^^^^^^^^^^
Discouraged access: The method 'TasksUiInternal.getTaskList()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[389]
TasksUiInternal.getTaskList().addTask(task, category);
^^^^^^^
Discouraged access: The method 'ITaskList.addTask(ITask, AbstractTaskContainer)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[436]
searchResultSorter.getTaskComparator().restoreState(child);
^^^^^^^^^^^^
Discouraged access: The method 'TaskComparator.restoreState(IMemento)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResultView.java:[447]
searchResultSorter.getTaskComparator().saveState(child);
^^^^^^^^^
Discouraged access: The method 'TaskComparator.saveState(IMemento)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/CreateQueryFromSearchAction.java:[24]
import org.eclipse.mylyn.internal.tasks.core.RepositoryQuery;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/CreateQueryFromSearchAction.java:[25]
import org.eclipse.mylyn.internal.tasks.ui.util.TasksUiInternal;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiInternal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/CreateQueryFromSearchAction.java:[26]
import org.eclipse.mylyn.internal.tasks.ui.views.TaskListView;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskListView' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/CreateQueryFromSearchAction.java:[81]
TaskListView.LABEL_VIEW)
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskListView' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/CreateQueryFromSearchAction.java:[81]
TaskListView.LABEL_VIEW)
^^^^^^^^^^
Discouraged access: The field 'TaskListView.LABEL_VIEW' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/CreateQueryFromSearchAction.java:[86]
TasksUiInternal.getTaskList().addQuery((RepositoryQuery) query);
^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiInternal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/CreateQueryFromSearchAction.java:[86]
TasksUiInternal.getTaskList().addQuery((RepositoryQuery) query);
^^^^^^^^^^^
Discouraged access: The method 'TasksUiInternal.getTaskList()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/CreateQueryFromSearchAction.java:[86]
TasksUiInternal.getTaskList().addQuery((RepositoryQuery) query);
^^^^^^^^
Discouraged access: The method 'ITaskList.addQuery(RepositoryQuery)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/CreateQueryFromSearchAction.java:[86]
TasksUiInternal.getTaskList().addQuery((RepositoryQuery) query);
^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/CreateQueryFromSearchAction.java:[87]
TasksUiInternal.synchronizeQuery(connector, (RepositoryQuery) query, null, true);
^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiInternal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/CreateQueryFromSearchAction.java:[87]
TasksUiInternal.synchronizeQuery(connector, (RepositoryQuery) query, null, true);
^^^^^^^^^^^^^^^^
Discouraged access: The method 'TasksUiInternal.synchronizeQuery(AbstractRepositoryConnector, RepositoryQuery, IJobChangeListener, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/CreateQueryFromSearchAction.java:[87]
TasksUiInternal.synchronizeQuery(connector, (RepositoryQuery) query, null, true);
^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[23]
import org.eclipse.mylyn.internal.tasks.core.AbstractTask;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[24]
import org.eclipse.mylyn.internal.tasks.core.Person;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Person' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[25]
import org.eclipse.mylyn.internal.tasks.core.TaskGroup;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskGroup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[40]
private final Map<String, Person> owners = new HashMap<String, Person>();
^^^^^^
Discouraged access: The type 'Person' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[40]
private final Map<String, Person> owners = new HashMap<String, Person>();
^^^^^^
Discouraged access: The type 'Person' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[42]
private final Map<String, TaskGroup> completeState = new HashMap<String, TaskGroup>();
^^^^^^^^^
Discouraged access: The type 'TaskGroup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[42]
private final Map<String, TaskGroup> completeState = new HashMap<String, TaskGroup>();
^^^^^^^^^
Discouraged access: The type 'TaskGroup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[83]
if (parent instanceof TaskGroup || parent instanceof Person) {
^^^^^^^^^
Discouraged access: The type 'TaskGroup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[83]
if (parent instanceof TaskGroup || parent instanceof Person) {
^^^^^^
Discouraged access: The type 'Person' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[112]
AbstractTask task = ((AbstractTask) object);
^^^^^^^^^^^^
Discouraged access: The type 'AbstractTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[112]
AbstractTask task = ((AbstractTask) object);
^^^^^^^^^^^^
Discouraged access: The type 'AbstractTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[113]
String owner = task.getOwner();
^^^^^^^^
Discouraged access: The method 'AbstractTask.getOwner()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[117]
Person person = owners.get(owner);
^^^^^^
Discouraged access: The type 'Person' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[119]
person = new Person(owner, task.getConnectorKind(), task.getRepositoryUrl());
^^^^^^
Discouraged access: The type 'Person' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[119]
person = new Person(owner, task.getConnectorKind(), task.getRepositoryUrl());
^^^^^^
Discouraged access: The constructor 'Person(String, String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[119]
person = new Person(owner, task.getConnectorKind(), task.getRepositoryUrl());
^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractTask.getConnectorKind()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[119]
person = new Person(owner, task.getConnectorKind(), task.getRepositoryUrl());
^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractTask.getRepositoryUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[122]
person.internalAddChild(task);
^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractTaskContainer.internalAddChild(AbstractTask)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[124]
TaskGroup completeIncomplete = null;
^^^^^^^^^
Discouraged access: The type 'TaskGroup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[125]
if (task.isCompleted()) {
^^^^^^^^^^^
Discouraged access: The method 'AbstractTask.isCompleted()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[128]
completeIncomplete = new TaskGroup(
^^^^^^^^^
Discouraged access: The type 'TaskGroup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[128]
completeIncomplete = new TaskGroup(
^^^^^^^^^
Discouraged access: The constructor 'TaskGroup(String, String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[135]
completeIncomplete = new TaskGroup(
^^^^^^^^^
Discouraged access: The type 'TaskGroup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[135]
completeIncomplete = new TaskGroup(
^^^^^^^^^
Discouraged access: The constructor 'TaskGroup(String, String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[140]
completeIncomplete.internalAddChild(task);
^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractTaskContainer.internalAddChild(AbstractTask)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[144]
AbstractTask task = ((AbstractTask) object);
^^^^^^^^^^^^
Discouraged access: The type 'AbstractTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[144]
AbstractTask task = ((AbstractTask) object);
^^^^^^^^^^^^
Discouraged access: The type 'AbstractTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[146]
String owner = task.getOwner();
^^^^^^^^
Discouraged access: The method 'AbstractTask.getOwner()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[150]
Person person = owners.get(owner);
^^^^^^
Discouraged access: The type 'Person' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[151]
person.internalRemoveChild(task);
^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractTaskContainer.internalRemoveChild(ITask)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[153]
TaskGroup completeIncomplete = null;
^^^^^^^^^
Discouraged access: The type 'TaskGroup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[154]
if (task.isCompleted()) {
^^^^^^^^^^^
Discouraged access: The method 'AbstractTask.isCompleted()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultTreeContentProvider.java:[159]
completeIncomplete.internalRemoveChild(task);
^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractTaskContainer.internalRemoveChild(ITask)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultsLabelProvider.java:[20]
import org.eclipse.mylyn.internal.tasks.core.Person;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Person' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultsLabelProvider.java:[21]
import org.eclipse.mylyn.internal.tasks.core.TaskGroup;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskGroup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultsLabelProvider.java:[42]
if (object instanceof TaskGroup || object instanceof Person) {
^^^^^^^^^
Discouraged access: The type 'TaskGroup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultsLabelProvider.java:[42]
if (object instanceof TaskGroup || object instanceof Person) {
^^^^^^
Discouraged access: The type 'Person' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[33]
import org.eclipse.mylyn.internal.tasks.ui.util.TasksUiInternal;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiInternal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[34]
import org.eclipse.mylyn.internal.tasks.ui.views.TaskListView;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskListView' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[44]
import org.eclipse.search.internal.ui.SearchPlugin;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SearchPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.search/3.11.800.v20191122-2108/org.eclipse.search-3.11.800.v20191122-2108.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[116]
boolean openSuccessful = TasksUiInternal.openTaskByIdOrKey(repository, key, null);
^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiInternal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[116]
boolean openSuccessful = TasksUiInternal.openTaskByIdOrKey(repository, key, null);
^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TasksUiInternal.openTaskByIdOrKey(TaskRepository, String, TaskOpenListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[119]
Messages.TaskSearchPage_Task_Search, Messages.TaskSearchPage_No_task_found_matching_key_ + key);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[119]
Messages.TaskSearchPage_Task_Search, Messages.TaskSearchPage_No_task_found_matching_key_ + key);
^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'Messages.TaskSearchPage_Task_Search' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[119]
Messages.TaskSearchPage_Task_Search, Messages.TaskSearchPage_No_task_found_matching_key_ + key);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[119]
Messages.TaskSearchPage_Task_Search, Messages.TaskSearchPage_No_task_found_matching_key_ + key);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'Messages.TaskSearchPage_No_task_found_matching_key_' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[166]
label.setText(Messages.TaskSearchPage_Repository);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[166]
label.setText(Messages.TaskSearchPage_Repository);
^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'Messages.TaskSearchPage_Repository' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[179]
labelKey.setText(Messages.TaskSearchPage_Task_Key_ID);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[179]
labelKey.setText(Messages.TaskSearchPage_Task_Key_ID);
^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'Messages.TaskSearchPage_Task_Key_ID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[184]
TaskListView taskListView = TaskListView.getFromActivePerspective();
^^^^^^^^^^^^
Discouraged access: The type 'TaskListView' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[184]
TaskListView taskListView = TaskListView.getFromActivePerspective();
^^^^^^^^^^^^
Discouraged access: The type 'TaskListView' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[184]
TaskListView taskListView = TaskListView.getFromActivePerspective();
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TaskListView.getFromActivePerspective()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[186]
findText = taskListView.getFilteredTree().getFilterControl().getText();
^^^^^^^^^^^^^^^
Discouraged access: The method 'TaskListView.getFilteredTree()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[267]
IDialogSettings searchDialogSettings = SearchPlugin.getDefault()
^^^^^^^^^^^^
Discouraged access: The type 'SearchPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.search/3.11.800.v20191122-2108/org.eclipse.search-3.11.800.v20191122-2108.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[267]
IDialogSettings searchDialogSettings = SearchPlugin.getDefault()
^^^^^^^^^^
Discouraged access: The method 'SearchPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.search/3.11.800.v20191122-2108/org.eclipse.search-3.11.800.v20191122-2108.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[268]
.getDialogSettingsSection("DialogBounds_SearchDialog"); //$NON-NLS-1$
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'SearchPlugin.getDialogSettingsSection(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.search/3.11.800.v20191122-2108/org.eclipse.search-3.11.800.v20191122-2108.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[278]
Status status = new Status(IStatus.ERROR, TasksUiPlugin.ID_PLUGIN,
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[278]
Status status = new Status(IStatus.ERROR, TasksUiPlugin.ID_PLUGIN,
^^^^^^^^^
Discouraged access: The field 'TasksUiPlugin.ID_PLUGIN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[311]
final AbstractRepositoryConnectorUi connectorUi = TasksUiPlugin
^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[312]
.getConnectorUi(repository.getConnectorKind());
^^^^^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getConnectorUi(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[383]
AbstractRepositoryConnectorUi connectorUi = TasksUiPlugin.getConnectorUi(repository.getConnectorKind());
^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[383]
AbstractRepositoryConnectorUi connectorUi = TasksUiPlugin.getConnectorUi(repository.getConnectorKind());
^^^^^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getConnectorUi(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[392]
Collections.sort(searchableRepositories, new TaskRepositoryComparator());
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskRepositoryComparator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[392]
Collections.sort(searchableRepositories, new TaskRepositoryComparator());
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TaskRepositoryComparator()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[415]
Messages.TaskSearchPage_Repository_Search,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[415]
Messages.TaskSearchPage_Repository_Search,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'Messages.TaskSearchPage_Repository_Search' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[416]
Messages.TaskSearchPage_no_available_repositories);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[416]
Messages.TaskSearchPage_no_available_repositories);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'Messages.TaskSearchPage_no_available_repositories' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[419]
Messages.TaskSearchPage_Repository_Search,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[419]
Messages.TaskSearchPage_Repository_Search,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'Messages.TaskSearchPage_Repository_Search' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[420]
Messages.TaskSearchPage_no_searchable_repositories);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[420]
Messages.TaskSearchPage_no_searchable_repositories);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'Messages.TaskSearchPage_no_searchable_repositories' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[483]
TaskRepository repository = TasksUiPlugin.getRepositoryManager().getRepository(repositoryUrl);
^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[483]
TaskRepository repository = TasksUiPlugin.getRepositoryManager().getRepository(repositoryUrl);
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getRepositoryManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[483]
TaskRepository repository = TasksUiPlugin.getRepositoryManager().getRepository(repositoryUrl);
^^^^^^^^^^^^^
Discouraged access: The method 'TaskRepositoryManager.getRepository(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[534]
IDialogSettings settings = TasksUiPlugin.getDefault().getDialogSettings();
^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[534]
IDialogSettings settings = TasksUiPlugin.getDefault().getDialogSettings();
^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[568]
hyperlink.setText(Messages.TaskSearchPage_ERROR_Unable_to_present_query_page);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java:[568]
hyperlink.setText(Messages.TaskSearchPage_ERROR_Unable_to_present_query_page);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'Messages.TaskSearchPage_ERROR_Unable_to_present_query_page' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultSorter.java:[18]
import org.eclipse.jface.viewers.ViewerSorter;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultSorter.java:[19]
import org.eclipse.mylyn.internal.tasks.ui.util.TaskComparator;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskComparator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultSorter.java:[25]
* @see TaskComparator
^^^^^^^^^^^^^^
Discouraged access: The type 'TaskComparator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultSorter.java:[29]
public class SearchResultSorter extends ViewerSorter {
^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultSorter.java:[31]
private final TaskComparator taskComparator;
^^^^^^^^^^^^^^
Discouraged access: The type 'TaskComparator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultSorter.java:[34]
taskComparator = new TaskComparator();
^^^^^^^^^^^^^^
Discouraged access: The type 'TaskComparator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultSorter.java:[34]
taskComparator = new TaskComparator();
^^^^^^^^^^^^^^
Discouraged access: The constructor 'TaskComparator()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultSorter.java:[42]
return taskComparator.compare(entry1, entry2);
^^^^^^^
Discouraged access: The method 'TaskComparator.compare(ITask, ITask)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultSorter.java:[48]
public TaskComparator getTaskComparator() {
^^^^^^^^^^^^^^
Discouraged access: The type 'TaskComparator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchScoreComputerAdapterFactory.java:[17]
import org.eclipse.mylyn.internal.tasks.core.AbstractTaskContainer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractTaskContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchScoreComputerAdapterFactory.java:[23]
* Implements a {@link IAdapterFactory} for {@link ISearchPageScoreComputer}s which ranks {@link AbstractTaskContainer}s
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractTaskContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchScoreComputerAdapterFactory.java:[45]
public Object getAdapter(Object adaptableObject, Class adapterType) {
^^^^^^
Type safety: The return type Object for getAdapter(Object, Class) from the type SearchScoreComputerAdapterFactory needs unchecked conversion to conform to T from the type IAdapterFactory
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchScoreComputerAdapterFactory.java:[53]
public Class[] getAdapterList() {
^^^^^^^
Type safety: The return type Class[] for getAdapterList() from the type SearchScoreComputerAdapterFactory needs unchecked conversion to conform to Class<?>[] from the type IAdapterFactory
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultSortAction.java:[18]
import org.eclipse.mylyn.internal.tasks.ui.dialogs.TaskCompareDialog;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskCompareDialog' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultSortAction.java:[35]
TaskCompareDialog dialog = new TaskCompareDialog(view.getSite(), view.getSorter().getTaskComparator());
^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskCompareDialog' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultSortAction.java:[35]
TaskCompareDialog dialog = new TaskCompareDialog(view.getSite(), view.getSorter().getTaskComparator());
^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskCompareDialog' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultSortAction.java:[35]
TaskCompareDialog dialog = new TaskCompareDialog(view.getSite(), view.getSorter().getTaskComparator());
^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TaskCompareDialog(IShellProvider, TaskComparator)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResult.java:[19]
import org.eclipse.search.internal.ui.SearchPluginImages;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SearchPluginImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.search/3.11.800.v20191122-2108/org.eclipse.search-3.11.800.v20191122-2108.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResult.java:[92]
return SearchPluginImages.DESC_OBJ_TSEARCH_DPDN;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SearchPluginImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.search/3.11.800.v20191122-2108/org.eclipse.search-3.11.800.v20191122-2108.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResult.java:[92]
return SearchPluginImages.DESC_OBJ_TSEARCH_DPDN;
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'SearchPluginImages.DESC_OBJ_TSEARCH_DPDN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.search/3.11.800.v20191122-2108/org.eclipse.search-3.11.800.v20191122-2108.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/DefaultSearchProvider.java:[17]
import org.eclipse.mylyn.internal.tasks.core.ITaskList;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ITaskList' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/DefaultSearchProvider.java:[30]
public class DefaultSearchProvider extends AbstractSearchProvider {
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractSearchProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/DefaultSearchProvider.java:[38]
public void runSearchQuery(ITaskList tasklist, TaskRepository repository, IRepositoryQuery repositoryQuery,
^^^^^^^^^
Discouraged access: The type 'ITaskList' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchHitCollector.java:[21]
import org.eclipse.mylyn.internal.tasks.core.ITaskList;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ITaskList' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchHitCollector.java:[22]
import org.eclipse.mylyn.internal.tasks.ui.TasksUiPlugin;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchHitCollector.java:[23]
import org.eclipse.mylyn.internal.tasks.ui.util.TasksUiInternal;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiInternal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchHitCollector.java:[45]
private final ITaskList taskList;
^^^^^^^^^
Discouraged access: The type 'ITaskList' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchHitCollector.java:[55]
public SearchHitCollector(ITaskList tasklist, TaskRepository repository, IRepositoryQuery repositoryQuery) {
^^^^^^^^^
Discouraged access: The type 'ITaskList' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchHitCollector.java:[73]
ITask task = taskList.getTask(repository.getRepositoryUrl(), taskData.getTaskId());
^^^^^^^
Discouraged access: The method 'ITaskList.getTask(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchHitCollector.java:[113]
TasksUiInternal.displayStatus(Messages.SearchHitCollector_Search_failed, status);
^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiInternal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchHitCollector.java:[113]
TasksUiInternal.displayStatus(Messages.SearchHitCollector_Search_failed, status);
^^^^^^^^^^^^^
Discouraged access: The method 'TasksUiInternal.displayStatus(String, IStatus)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchHitCollector.java:[118]
return new Status(IStatus.ERROR, TasksUiPlugin.ID_PLUGIN, IStatus.OK,
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchHitCollector.java:[118]
return new Status(IStatus.ERROR, TasksUiPlugin.ID_PLUGIN, IStatus.OK,
^^^^^^^^^
Discouraged access: The field 'TasksUiPlugin.ID_PLUGIN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/StackTraceDuplicateDetector.java:[22]
import org.eclipse.mylyn.internal.tasks.core.AbstractSearchHandler;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractSearchHandler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/StackTraceDuplicateDetector.java:[23]
import org.eclipse.mylyn.internal.tasks.ui.TasksUiPlugin;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/StackTraceDuplicateDetector.java:[39]
return TasksUiPlugin.getDefault().getSearchHandler(taskData.getConnectorKind()) != null;
^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/StackTraceDuplicateDetector.java:[39]
return TasksUiPlugin.getDefault().getSearchHandler(taskData.getConnectorKind()) != null;
^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/StackTraceDuplicateDetector.java:[39]
return TasksUiPlugin.getDefault().getSearchHandler(taskData.getConnectorKind()) != null;
^^^^^^^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getSearchHandler(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/StackTraceDuplicateDetector.java:[55]
throw new CoreException(new Status(IStatus.INFO, TasksUiPlugin.ID_PLUGIN,
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/StackTraceDuplicateDetector.java:[55]
throw new CoreException(new Status(IStatus.INFO, TasksUiPlugin.ID_PLUGIN,
^^^^^^^^^
Discouraged access: The field 'TasksUiPlugin.ID_PLUGIN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/StackTraceDuplicateDetector.java:[60]
AbstractSearchHandler searchHandler = TasksUiPlugin.getDefault().getSearchHandler(
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractSearchHandler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/StackTraceDuplicateDetector.java:[60]
AbstractSearchHandler searchHandler = TasksUiPlugin.getDefault().getSearchHandler(
^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/StackTraceDuplicateDetector.java:[60]
AbstractSearchHandler searchHandler = TasksUiPlugin.getDefault().getSearchHandler(
^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/StackTraceDuplicateDetector.java:[60]
AbstractSearchHandler searchHandler = TasksUiPlugin.getDefault().getSearchHandler(
^^^^^^^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getSearchHandler(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/StackTraceDuplicateDetector.java:[62]
if (searchHandler.queryForText(taskRepository, query, taskData, searchString)) {
^^^^^^^^^^^^
Discouraged access: The method 'AbstractSearchHandler.queryForText(TaskRepository, IRepositoryQuery, TaskData, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
190 problems (190 warnings)
[INFO]
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (attach-source) @ org.eclipse.mylyn.tasks.search ---
[INFO] Building jar: /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/target/org.eclipse.mylyn.tasks.search-3.26.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.mylyn.tasks.search ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/src/test/resources
[INFO]
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.mylyn.tasks.search ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.mylyn.tasks.search ---
[INFO] Building jar: /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.search/target/org.eclipse.mylyn.tasks.search-3.26.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mylyn.tasks.search ---
[INFO]
[INFO] >>> findbugs-maven-plugin:3.0.5:check (default) > :findbugs @ org.eclipse.mylyn.tasks.search >>>
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.5:findbugs (findbugs) @ org.eclipse.mylyn.tasks.search ---
[INFO]
[INFO] <<< findbugs-maven-plugin:3.0.5:check (default) < :findbugs @ org.eclipse.mylyn.tasks.search <<<
[INFO]
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.5:check (default) @ org.eclipse.mylyn.tasks.search ---
[INFO]
[INFO] >>> maven-pmd-plugin:2.5:cpd-check (default) > :cpd @ org.eclipse.mylyn.tasks.search >>>
[INFO]
[INFO] --- maven-pmd-plugin:2.5:cpd (cpd) @ org.eclipse.mylyn.tasks.search ---
[INFO]
[INFO] <<< maven-pmd-plugin:2.5:cpd-check (default) < :cpd @ org.eclipse.mylyn.tasks.search <<<
[INFO]
[INFO]
[INFO] --- maven-pmd-plugin:2.5:cpd-check (default) @ org.eclipse.mylyn.tasks.search ---
[INFO]
[INFO] ---------< org.eclipse.mylyn.tasks:org.eclipse.mylyn_feature >----------
[INFO] Building org.eclipse.mylyn_feature 3.26.0-SNAPSHOT [7/41]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mylyn_feature ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.mylyn_feature ---
[INFO] The project's OSGi version is 3.26.0.N20200730-0753
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.mylyn_feature ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.mylyn_feature ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.5.6.201201232323:prepare-agent (default) @ org.eclipse.mylyn_feature ---
[INFO] Skipping JaCoCo execution
[INFO]
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.mylyn_feature ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.mylyn_feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn-feature/target/org.eclipse.mylyn_feature-3.26.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mylyn_feature ---
[INFO]
[INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.mylyn_feature ---
[INFO]
[INFO] ------< org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla.core >-------
[INFO] Building org.eclipse.mylyn.bugzilla.core 3.26.0-SNAPSHOT [8/41]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mylyn.bugzilla.core ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.mylyn.bugzilla.core ---
[INFO] The project's OSGi version is 3.26.0.N20190930-2129
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.mylyn.bugzilla.core ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.mylyn.bugzilla.core ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.5.6.201201232323:prepare-agent (default) @ org.eclipse.mylyn.bugzilla.core ---
[INFO] Skipping JaCoCo execution
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.mylyn.bugzilla.core ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.mylyn.bugzilla.core ---
[INFO] Compiling 45 source files to /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaTaskAttachmentHandler.java:[24]
import org.eclipse.core.runtime.SubProgressMonitor;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaTaskAttachmentHandler.java:[80]
new SubProgressMonitor(monitor, IProgressMonitor.UNKNOWN));
^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaTaskAttachmentHandler.java:[80]
new SubProgressMonitor(monitor, IProgressMonitor.UNKNOWN));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/SaxMultiBugReportContentHandler.java:[583]
BugzillaUtil.createAttributeWithKindDefaultIfUsed("", tag, repositoryTaskData,
^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaTaskListMigrator.java:[19]
import org.eclipse.mylyn.tasks.core.AbstractTaskListMigrator;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractTaskListMigrator is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaTaskListMigrator.java:[27]
public class BugzillaTaskListMigrator extends AbstractTaskListMigrator {
^^^^^^^^^^^^^^^^^^^^^^^^
The type AbstractTaskListMigrator is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaTaskListMigrator.java:[36]
public String getConnectorKind() {
^^^^^^^^^^^^^^^^^^
The method BugzillaTaskListMigrator.getConnectorKind() overrides a deprecated method from AbstractTaskListMigrator
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaTaskListMigrator.java:[41]
public Set<String> getQueryElementNames() {
^^^^^^^^^^^^^^^^^^^^^^
The method BugzillaTaskListMigrator.getQueryElementNames() overrides a deprecated method from AbstractTaskListMigrator
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaTaskListMigrator.java:[49]
public String getTaskElementName() {
^^^^^^^^^^^^^^^^^^^^
The method BugzillaTaskListMigrator.getTaskElementName() overrides a deprecated method from AbstractTaskListMigrator
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaTaskListMigrator.java:[54]
public void migrateQuery(IRepositoryQuery query, Element element) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method BugzillaTaskListMigrator.migrateQuery(IRepositoryQuery, Element) overrides a deprecated method from AbstractTaskListMigrator
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaTaskListMigrator.java:[61]
public void migrateTask(ITask task, Element element) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method BugzillaTaskListMigrator.migrateTask(ITask, Element) overrides a deprecated method from AbstractTaskListMigrator
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaTaskListMigrator.java:[70]
if (element.hasAttribute(KEY_LAST_MOD_DATE)) {
^^^^^^^^^^^^^^^^^
The field AbstractTaskListMigrator.KEY_LAST_MOD_DATE is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaTaskListMigrator.java:[71]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), element.getAttribute(KEY_LAST_MOD_DATE));
^^^^^^^^^^^^^^^^^
The field AbstractTaskListMigrator.KEY_LAST_MOD_DATE is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaTaskDataHandler.java:[28]
import org.eclipse.core.runtime.SubProgressMonitor;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaTaskDataHandler.java:[351]
initializeTaskData(repository, taskData, null, new SubProgressMonitor(monitor2, 1));
^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaTaskDataHandler.java:[351]
initializeTaskData(repository, taskData, null, new SubProgressMonitor(monitor2, 1));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaTaskDataHandler.java:[375]
SubProgressMonitor subMonitor = new SubProgressMonitor(monitor, 1);
^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaTaskDataHandler.java:[375]
SubProgressMonitor subMonitor = new SubProgressMonitor(monitor, 1);
^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaTaskDataHandler.java:[375]
SubProgressMonitor subMonitor = new SubProgressMonitor(monitor, 1);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaTaskDataHandler.java:[377]
subMonitor.done();
^^^^^^
The method done() from the type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaRepositoryConnector.java:[45]
import org.eclipse.core.runtime.SubProgressMonitor;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaRepositoryConnector.java:[48]
import org.eclipse.mylyn.internal.tasks.core.AbstractTask;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaRepositoryConnector.java:[49]
import org.eclipse.mylyn.internal.tasks.core.RepositoryQuery;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaRepositoryConnector.java:[316]
new SubProgressMonitor(monitor, queryCounter));
^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaRepositoryConnector.java:[316]
new SubProgressMonitor(monitor, queryCounter));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaRepositoryConnector.java:[325]
new SubProgressMonitor(monitor, queryCounter));
^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaRepositoryConnector.java:[325]
new SubProgressMonitor(monitor, queryCounter));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaRepositoryConnector.java:[357]
IRepositoryQuery query = new RepositoryQuery(repository.getConnectorKind(), ""); //$NON-NLS-1$
^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaRepositoryConnector.java:[357]
IRepositoryQuery query = new RepositoryQuery(repository.getConnectorKind(), ""); //$NON-NLS-1$
^^^^^^^^^^^^^^^
Discouraged access: The constructor 'RepositoryQuery(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaRepositoryConnector.java:[397]
BugzillaClient client = getClientManager().getClient(repository, new SubProgressMonitor(monitor, 1));
^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaRepositoryConnector.java:[397]
BugzillaClient client = getClientManager().getClient(repository, new SubProgressMonitor(monitor, 1));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaRepositoryConnector.java:[572]
((AbstractTask) task).setStatus(new Status(IStatus.ERROR, BugzillaCorePlugin.ID_PLUGIN,
^^^^^^^^^^^^
Discouraged access: The type 'AbstractTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaRepositoryConnector.java:[572]
((AbstractTask) task).setStatus(new Status(IStatus.ERROR, BugzillaCorePlugin.ID_PLUGIN,
^^^^^^^^^
Discouraged access: The method 'AbstractTask.setStatus(IStatus)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaRepositoryConnector.java:[576]
((AbstractTask) task).setStatus(new Status(IStatus.ERROR, BugzillaCorePlugin.ID_PLUGIN,
^^^^^^^^^^^^
Discouraged access: The type 'AbstractTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaRepositoryConnector.java:[576]
((AbstractTask) task).setStatus(new Status(IStatus.ERROR, BugzillaCorePlugin.ID_PLUGIN,
^^^^^^^^^
Discouraged access: The method 'AbstractTask.setStatus(IStatus)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java:[75]
import org.eclipse.core.runtime.SubProgressMonitor;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java:[88]
import org.eclipse.mylyn.internal.tasks.core.TaskRepositoryLocation;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskRepositoryLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java:[1359]
authenticate(new SubProgressMonitor(monitor, 1));
^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java:[1359]
authenticate(new SubProgressMonitor(monitor, 1));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java:[1413]
authenticate(new SubProgressMonitor(monitor, 1));
^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java:[1413]
authenticate(new SubProgressMonitor(monitor, 1));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java:[1416]
getRepositoryConfiguration(new SubProgressMonitor(monitor, 1), null);
^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java:[1416]
getRepositoryConfiguration(new SubProgressMonitor(monitor, 1), null);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java:[1439]
formData = getPairsForExisting(taskData, new SubProgressMonitor(monitor, 1));
^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java:[1439]
formData = getPairsForExisting(taskData, new SubProgressMonitor(monitor, 1));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java:[1919]
authenticate(new SubProgressMonitor(monitor, 1));
^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java:[1919]
authenticate(new SubProgressMonitor(monitor, 1));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java:[2272]
getRepositoryConfiguration(new SubProgressMonitor(monitor, 1), null);
^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java:[2272]
getRepositoryConfiguration(new SubProgressMonitor(monitor, 1), null);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java:[2629]
xmlRpcClient.setContentTypeCheckingEnabled(true);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CommonXmlRpcClient.setContentTypeCheckingEnabled(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.xmlrpc/3.26.0.N20190930-2131/org.eclipse.mylyn.commons.xmlrpc-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/service/BugzillaXmlRpcClient.java:[37]
import org.eclipse.core.runtime.SubProgressMonitor;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/service/BugzillaXmlRpcClient.java:[745]
repositoryConfiguration = bugzillaClient.getRepositoryConfiguration(new SubProgressMonitor(monitor, 1),
^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/service/BugzillaXmlRpcClient.java:[745]
repositoryConfiguration = bugzillaClient.getRepositoryConfiguration(new SubProgressMonitor(monitor, 1),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
53 problems (53 warnings)
[INFO]
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (attach-source) @ org.eclipse.mylyn.bugzilla.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/org.eclipse.mylyn.bugzilla.core-3.26.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.mylyn.bugzilla.core ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/src/test/resources
[INFO]
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.mylyn.bugzilla.core ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.mylyn.bugzilla.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/org.eclipse.mylyn.bugzilla.core-3.26.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mylyn.bugzilla.core ---
[INFO]
[INFO] >>> findbugs-maven-plugin:3.0.5:check (default) > :findbugs @ org.eclipse.mylyn.bugzilla.core >>>
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.5:findbugs (findbugs) @ org.eclipse.mylyn.bugzilla.core ---
[INFO]
[INFO] <<< findbugs-maven-plugin:3.0.5:check (default) < :findbugs @ org.eclipse.mylyn.bugzilla.core <<<
[INFO]
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.5:check (default) @ org.eclipse.mylyn.bugzilla.core ---
[INFO]
[INFO] >>> maven-pmd-plugin:2.5:cpd-check (default) > :cpd @ org.eclipse.mylyn.bugzilla.core >>>
[INFO]
[INFO] --- maven-pmd-plugin:2.5:cpd (cpd) @ org.eclipse.mylyn.bugzilla.core ---
[INFO]
[INFO] <<< maven-pmd-plugin:2.5:cpd-check (default) < :cpd @ org.eclipse.mylyn.bugzilla.core <<<
[INFO]
[INFO]
[INFO] --- maven-pmd-plugin:2.5:cpd-check (default) @ org.eclipse.mylyn.bugzilla.core ---
[INFO]
[INFO] -------< org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla.ui >--------
[INFO] Building org.eclipse.mylyn.bugzilla.ui 3.26.0-SNAPSHOT [9/41]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mylyn.bugzilla.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.mylyn.bugzilla.ui ---
[INFO] The project's OSGi version is 3.26.0.N20190930-2129
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.mylyn.bugzilla.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.mylyn.bugzilla.ui ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.5.6.201201232323:prepare-agent (default) @ org.eclipse.mylyn.bugzilla.ui ---
[INFO] Skipping JaCoCo execution
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.mylyn.bugzilla.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.mylyn.bugzilla.ui ---
[INFO] Compiling 47 source files to /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/BugzillaUiPlugin.java:[139]
return AbstractUIPlugin.imageDescriptorFromPlugin(ID_PLUGIN, path);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorDescriptionPart.java:[19]
import org.eclipse.mylyn.internal.tasks.ui.editors.TaskEditorDescriptionPart;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskEditorDescriptionPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorDescriptionPart.java:[23]
public class BugzillaTaskEditorDescriptionPart extends TaskEditorDescriptionPart {
^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskEditorDescriptionPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorDescriptionPart.java:[32]
TaskAttribute isPrivate = getAttribute().getAttribute(IBugzillaConstants.BUGZILLA_DESCRIPTION_IS_PRIVATE);
^^^^^^^^^^^^
Discouraged access: The method 'TaskEditorRichTextPart.getAttribute()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorDescriptionPart.java:[42]
TaskAttribute isPrivateAttribute = getAttribute().getAttribute(
^^^^^^^^^^^^
Discouraged access: The method 'TaskEditorRichTextPart.getAttribute()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorDescriptionPart.java:[45]
TaskAttribute idAttribute = getAttribute().getAttribute(IBugzillaConstants.BUGZILLA_DESCRIPTION_ID);
^^^^^^^^^^^^
Discouraged access: The method 'TaskEditorRichTextPart.getAttribute()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorDescriptionPart.java:[49]
TaskAttribute definedIsPrivate = getAttribute().getAttribute(
^^^^^^^^^^^^
Discouraged access: The method 'TaskEditorRichTextPart.getAttribute()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorDescriptionPart.java:[52]
definedIsPrivate = getAttribute().createAttribute(
^^^^^^^^^^^^
Discouraged access: The method 'TaskEditorRichTextPart.getAttribute()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorDescriptionPart.java:[55]
TaskAttribute isPrivate = getAttribute().getAttribute(IBugzillaConstants.BUGZILLA_PREFIX_ISPRIVATE + value);
^^^^^^^^^^^^
Discouraged access: The method 'TaskEditorRichTextPart.getAttribute()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorDescriptionPart.java:[57]
isPrivate = getAttribute().createAttribute(IBugzillaConstants.BUGZILLA_PREFIX_ISPRIVATE + value);
^^^^^^^^^^^^
Discouraged access: The method 'TaskEditorRichTextPart.getAttribute()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorDescriptionPart.java:[61]
getModel().attributeChanged(getAttribute());
^^^^^^^^^^^^
Discouraged access: The method 'TaskEditorRichTextPart.getAttribute()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorDescriptionPart.java:[69]
TaskAttribute isPrivate = getAttribute().getAttribute(IBugzillaConstants.BUGZILLA_DESCRIPTION_IS_PRIVATE);
^^^^^^^^^^^^
Discouraged access: The method 'TaskEditorRichTextPart.getAttribute()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorDescriptionPart.java:[74]
super.fillToolBar(toolBar);
^^^^^^^^^^^
Discouraged access: The method 'TaskEditorDescriptionPart.fillToolBar(ToolBarManager)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorPage.java:[46]
import org.eclipse.mylyn.internal.tasks.ui.PersonProposalProvider;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PersonProposalProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorPage.java:[47]
import org.eclipse.mylyn.internal.tasks.ui.editors.PersonAttributeEditor;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PersonAttributeEditor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorPage.java:[48]
import org.eclipse.mylyn.internal.tasks.ui.editors.TaskEditorActionPart;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskEditorActionPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorPage.java:[102]
private final List<PersonAttributeEditor> editorsWithError = new ArrayList<PersonAttributeEditor>(3);
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PersonAttributeEditor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorPage.java:[102]
private final List<PersonAttributeEditor> editorsWithError = new ArrayList<PersonAttributeEditor>(3);
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PersonAttributeEditor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorPage.java:[192]
part.setSectionStyle(ExpandableComposite.TITLE_BAR | ExpandableComposite.EXPANDED);
^^^^^^^^^^^^^^^
Discouraged access: The method 'TaskEditorRichTextPart.setSectionStyle(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorPage.java:[552]
TaskEditorActionPart actionPart = (TaskEditorActionPart) part;
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskEditorActionPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorPage.java:[552]
TaskEditorActionPart actionPart = (TaskEditorActionPart) part;
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskEditorActionPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorPage.java:[553]
actionPart.refreshOperations();
^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TaskEditorActionPart.refreshOperations()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorPage.java:[807]
.getBestActiveBindingFormattedFor(ContentAssistCommandAdapter.CONTENT_PROPOSAL_COMMAND)));
^^^^^^^^^^^^^^^^^^^^^^^^
The field ContentAssistCommandAdapter.CONTENT_PROPOSAL_COMMAND is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorPage.java:[810]
final PersonAttributeEditor personEditor = ((PersonAttributeEditor) editor);
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PersonAttributeEditor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorPage.java:[810]
final PersonAttributeEditor personEditor = ((PersonAttributeEditor) editor);
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PersonAttributeEditor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorPage.java:[811]
final PersonProposalProvider personProposalProvider = (PersonProposalProvider) personEditor
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PersonProposalProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorPage.java:[811]
final PersonProposalProvider personProposalProvider = (PersonProposalProvider) personEditor
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PersonProposalProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorPage.java:[812]
.getContentAssistCommandAdapter().getContentProposalProvider();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'PersonAttributeEditor.getContentAssistCommandAdapter()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorPage.java:[813]
personProposalProvider.setErrorProposals(newPersonProposalMap);
^^^^^^^^^^^^^^^^^
Discouraged access: The method 'PersonProposalProvider.setErrorProposals(Map<String,String>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorPage.java:[817]
personEditor.setValue(newPersonProposalMap.keySet().iterator().next());
^^^^^^^^
Discouraged access: The method 'PersonAttributeEditor.setValue(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorPage.java:[820]
personEditor.getText().addModifyListener(new ModifyListener() {
^^^^^^^
Discouraged access: The method 'PersonAttributeEditor.getText()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorPage.java:[826]
personProposalProvider.setErrorProposals(null);
^^^^^^^^^^^^^^^^^
Discouraged access: The method 'PersonProposalProvider.setErrorProposals(Map<String,String>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/tasklist/BugzillaRepositorySettingsPage.java:[43]
import org.eclipse.mylyn.internal.tasks.core.RepositoryTemplateManager;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryTemplateManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/tasklist/BugzillaRepositorySettingsPage.java:[44]
import org.eclipse.mylyn.internal.tasks.ui.TasksUiPlugin;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/tasklist/BugzillaRepositorySettingsPage.java:[45]
import org.eclipse.mylyn.internal.tasks.ui.util.TasksUiInternal;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiInternal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/tasklist/BugzillaRepositorySettingsPage.java:[433]
final RepositoryTemplateManager templateManager = TasksUiPlugin.getRepositoryTemplateManager();
^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryTemplateManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/tasklist/BugzillaRepositorySettingsPage.java:[433]
final RepositoryTemplateManager templateManager = TasksUiPlugin.getRepositoryTemplateManager();
^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/tasklist/BugzillaRepositorySettingsPage.java:[433]
final RepositoryTemplateManager templateManager = TasksUiPlugin.getRepositoryTemplateManager();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getRepositoryTemplateManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/tasklist/BugzillaRepositorySettingsPage.java:[434]
for (RepositoryTemplate template : templateManager.getTemplates(connector.getConnectorKind())) {
^^^^^^^^^^^^
Discouraged access: The method 'RepositoryTemplateManager.getTemplates(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/tasklist/BugzillaRepositorySettingsPage.java:[562]
TaskJob job = TasksUiInternal.getJobFactory().createUpdateRepositoryConfigurationJob(connector, repository,
^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiInternal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/tasklist/BugzillaRepositorySettingsPage.java:[562]
TaskJob job = TasksUiInternal.getJobFactory().createUpdateRepositoryConfigurationJob(connector, repository,
^^^^^^^^^^^^^
Discouraged access: The method 'TasksUiInternal.getJobFactory()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/tasklist/BugzillaRepositorySettingsPage.java:[562]
TaskJob job = TasksUiInternal.getJobFactory().createUpdateRepositoryConfigurationJob(connector, repository,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ITaskJobFactory.createUpdateRepositoryConfigurationJob(AbstractRepositoryConnector, TaskRepository, ITask)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/FlagAttributeEditor.java:[24]
import org.eclipse.mylyn.internal.tasks.ui.PersonProposalLabelProvider;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PersonProposalLabelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/FlagAttributeEditor.java:[25]
import org.eclipse.mylyn.internal.tasks.ui.PersonProposalProvider;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PersonProposalProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/FlagAttributeEditor.java:[26]
import org.eclipse.mylyn.internal.tasks.ui.editors.EditorUtil;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EditorUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/FlagAttributeEditor.java:[27]
import org.eclipse.mylyn.internal.tasks.ui.editors.Messages;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/FlagAttributeEditor.java:[128]
EditorUtil.addScrollListener(combo);
^^^^^^^^^^
Discouraged access: The type 'EditorUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/FlagAttributeEditor.java:[128]
EditorUtil.addScrollListener(combo);
^^^^^^^^^^^^^^^^^
Discouraged access: The method 'EditorUtil.addScrollListener(CCombo)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/FlagAttributeEditor.java:[168]
IContentProposalProvider contentProposalProvider = new PersonProposalProvider(null,
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PersonProposalProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/FlagAttributeEditor.java:[168]
IContentProposalProvider contentProposalProvider = new PersonProposalProvider(null,
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'PersonProposalProvider(AbstractTask, TaskData)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/FlagAttributeEditor.java:[170]
ILabelProvider labelPropsalProvider = new PersonProposalLabelProvider();
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PersonProposalLabelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/FlagAttributeEditor.java:[170]
ILabelProvider labelPropsalProvider = new PersonProposalLabelProvider();
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'PersonProposalLabelProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/FlagAttributeEditor.java:[180]
selfLink.setToolTipText(Messages.PersonAttributeEditor_Insert_My_User_Id_Tooltip);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/FlagAttributeEditor.java:[180]
selfLink.setToolTipText(Messages.PersonAttributeEditor_Insert_My_User_Id_Tooltip);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'Messages.PersonAttributeEditor_Insert_My_User_Id_Tooltip' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/FlagAttributeEditor.java:[228]
requesteeText.setFont(EditorUtil.TEXT_FONT);
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EditorUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/FlagAttributeEditor.java:[228]
requesteeText.setFont(EditorUtil.TEXT_FONT);
^^^^^^^^^
Discouraged access: The field 'EditorUtil.TEXT_FONT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorNewCommentPart.java:[19]
import org.eclipse.mylyn.internal.tasks.ui.editors.TaskEditorNewCommentPart;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskEditorNewCommentPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorNewCommentPart.java:[24]
public class BugzillaTaskEditorNewCommentPart extends TaskEditorNewCommentPart {
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskEditorNewCommentPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorNewCommentPart.java:[51]
TaskAttribute isprivate = getAttribute().getParentAttribute().getAttribute("comment_is_private"); //$NON-NLS-1$
^^^^^^^^^^^^
Discouraged access: The method 'TaskEditorRichTextPart.getAttribute()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorNewCommentPart.java:[63]
super.fillToolBar(manager);
^^^^^^^^^^^
Discouraged access: The method 'TaskEditorRichTextPart.fillToolBar(ToolBarManager)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorNewCommentPart.java:[68]
super.initialize(taskEditorPage);
^^^^^^^^^^
Discouraged access: The method 'TaskEditorNewCommentPart.initialize(AbstractTaskEditorPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorNewCommentPart.java:[69]
if (getAttribute() != null) {
^^^^^^^^^^^^
Discouraged access: The method 'TaskEditorRichTextPart.getAttribute()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorNewCommentPart.java:[70]
TaskAttribute isprivate = getAttribute().getParentAttribute().getAttribute("comment_is_private"); //$NON-NLS-1$
^^^^^^^^^^^^
Discouraged access: The method 'TaskEditorRichTextPart.getAttribute()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorNewCommentPart.java:[72]
isprivate = getAttribute().getParentAttribute().createAttribute("comment_is_private"); //$NON-NLS-1$
^^^^^^^^^^^^
Discouraged access: The method 'TaskEditorRichTextPart.getAttribute()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/search/BugzillaStateSearchSorter.java:[18]
import org.eclipse.jface.viewers.ViewerSorter;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/search/BugzillaStateSearchSorter.java:[24]
public class BugzillaStateSearchSorter extends ViewerSorter {
^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaPlanningEditorPart.java:[23]
import org.eclipse.mylyn.internal.tasks.ui.editors.EditorUtil;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EditorUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaPlanningEditorPart.java:[61]
EditorUtil.setTitleBarForeground(timeSection, toolkit.getColors().getColor(IFormColors.TITLE));
^^^^^^^^^^
Discouraged access: The type 'EditorUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaPlanningEditorPart.java:[61]
EditorUtil.setTitleBarForeground(timeSection, toolkit.getColors().getColor(IFormColors.TITLE));
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'EditorUtil.setTitleBarForeground(ExpandableComposite, Color)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaPeoplePart.java:[25]
import org.eclipse.mylyn.internal.tasks.ui.editors.TaskEditorPeoplePart;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskEditorPeoplePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaPeoplePart.java:[36]
public class BugzillaPeoplePart extends TaskEditorPeoplePart {
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskEditorPeoplePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaPeoplePart.java:[38]
private static final int COLUMN_MARGIN = 5;
^^^^^^^^^^^^^
The value of the field BugzillaPeoplePart.COLUMN_MARGIN is not used
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorCommentPart.java:[19]
import org.eclipse.mylyn.internal.tasks.core.TaskComment;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskComment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorCommentPart.java:[20]
import org.eclipse.mylyn.internal.tasks.ui.editors.TaskEditorCommentPart;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskEditorCommentPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorCommentPart.java:[25]
public class BugzillaTaskEditorCommentPart extends TaskEditorCommentPart {
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskEditorCommentPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorCommentPart.java:[82]
protected void addActionsToToolbarTitle(ToolBarManager toolBarManager, TaskComment taskComment,
^^^^^^^^^^^
Discouraged access: The type 'TaskComment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaTaskEditorCommentPart.java:[83]
CommentViewer commentViewer) {
^^^^^^^^^^^^^
Discouraged access: The type 'TaskEditorCommentPart.CommentViewer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/search/BugzillaSeveritySearchSorter.java:[18]
import org.eclipse.jface.viewers.ViewerSorter;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/search/BugzillaSeveritySearchSorter.java:[24]
public class BugzillaSeveritySearchSorter extends ViewerSorter {
^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaKeywordAttributeEditor.java:[21]
import org.eclipse.mylyn.internal.tasks.ui.editors.CheckboxMultiSelectAttributeEditor;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CheckboxMultiSelectAttributeEditor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaKeywordAttributeEditor.java:[28]
public class BugzillaKeywordAttributeEditor extends CheckboxMultiSelectAttributeEditor {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CheckboxMultiSelectAttributeEditor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaKeywordAttributeEditor.java:[31]
super(manager, taskAttribute);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'CheckboxMultiSelectAttributeEditor(TaskDataModel, TaskAttribute)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaSeeAlsoAttributeEditor.java:[117]
for (String item : (List<String>) selection.toList()) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from List to List<String>
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaSeeAlsoAttributeEditor.java:[212]
for (String url : (List<String>) selection.toList()) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from List to List<String>
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/editor/BugzillaSeeAlsoAttributeEditor.java:[225]
for (String url : (List<String>) selection.toList()) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from List to List<String>
85 problems (85 warnings)
[INFO]
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (attach-source) @ org.eclipse.mylyn.bugzilla.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/org.eclipse.mylyn.bugzilla.ui-3.26.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.mylyn.bugzilla.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/src/test/resources
[INFO]
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.mylyn.bugzilla.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.mylyn.bugzilla.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/org.eclipse.mylyn.bugzilla.ui-3.26.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mylyn.bugzilla.ui ---
[INFO]
[INFO] >>> findbugs-maven-plugin:3.0.5:check (default) > :findbugs @ org.eclipse.mylyn.bugzilla.ui >>>
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.5:findbugs (findbugs) @ org.eclipse.mylyn.bugzilla.ui ---
[INFO]
[INFO] <<< findbugs-maven-plugin:3.0.5:check (default) < :findbugs @ org.eclipse.mylyn.bugzilla.ui <<<
[INFO]
[INFO]
[INFO] --- findbugs-maven-plugin:3.0.5:check (default) @ org.eclipse.mylyn.bugzilla.ui ---
[INFO]
[INFO] >>> maven-pmd-plugin:2.5:cpd-check (default) > :cpd @ org.eclipse.mylyn.bugzilla.ui >>>
[INFO]
[INFO] --- maven-pmd-plugin:2.5:cpd (cpd) @ org.eclipse.mylyn.bugzilla.ui ---
[INFO]
[INFO] <<< maven-pmd-plugin:2.5:cpd-check (default) < :cpd @ org.eclipse.mylyn.bugzilla.ui <<<
[INFO]
[INFO]
[INFO] --- maven-pmd-plugin:2.5:cpd-check (default) @ org.eclipse.mylyn.bugzilla.ui ---
[INFO]
[INFO] -----< org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla_feature >-----
[INFO] Building org.eclipse.mylyn.bugzilla_feature 3.26.0-SNAPSHOT [10/41]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mylyn.bugzilla_feature ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.mylyn.bugzilla_feature ---
[INFO] The project's OSGi version is 3.26.0.N20191002-0713
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.mylyn.bugzilla_feature ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.mylyn.bugzilla_feature ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.5.6.201201232323:prepare-agent (default) @ org.eclipse.mylyn.bugzilla_feature ---
[INFO] Skipping JaCoCo execution
[INFO]
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.mylyn.bugzilla_feature ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.mylyn.bugzilla_feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla-feature/target/org.eclipse.mylyn.bugzilla_feature-3.26.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mylyn.bugzilla_feature ---
[INFO]
[INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.mylyn.bugzilla_feature ---
[INFO]
[INFO] --------< org.eclipse.mylyn.tasks:org.eclipse.mylyn.tests.util >--------
[INFO] Building org.eclipse.mylyn.tests.util 3.26.0-SNAPSHOT [11/41]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mylyn.tests.util ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.mylyn.tests.util ---
[INFO] The project's OSGi version is 3.26.0.N20190930-2129
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.mylyn.tests.util ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.mylyn.tests.util ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.5.6.201201232323:prepare-agent (default) @ org.eclipse.mylyn.tests.util ---
[INFO] Skipping JaCoCo execution
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.mylyn.tests.util ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.mylyn.tests.util ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/target/classes
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[31]
import org.eclipse.mylyn.commons.repositories.core.auth.UserCredentials;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UserCredentials' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[32]
import org.eclipse.mylyn.commons.sdk.util.CommonTestUtil;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CommonTestUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[33]
import org.eclipse.mylyn.commons.sdk.util.CommonTestUtil.PrivilegeLevel;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CommonTestUtil.PrivilegeLevel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[34]
import org.eclipse.mylyn.internal.tasks.core.TaskRepositoryManager;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskRepositoryManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[35]
import org.eclipse.mylyn.internal.tasks.ui.ITasksUiPreferenceConstants;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ITasksUiPreferenceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[36]
import org.eclipse.mylyn.internal.tasks.ui.TasksUiPlugin;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[37]
import org.eclipse.mylyn.internal.tasks.ui.views.TaskListView;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskListView' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[73]
TasksUiPlugin.getTaskListExternalizationParticipant().resetTaskList();
^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[73]
TasksUiPlugin.getTaskListExternalizationParticipant().resetTaskList();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getTaskListExternalizationParticipant()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[73]
TasksUiPlugin.getTaskListExternalizationParticipant().resetTaskList();
^^^^^^^^^^^^^
Discouraged access: The method 'TaskListExternalizationParticipant.resetTaskList()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[74]
TasksUiPlugin.getTaskActivityManager().getTaskActivationHistory().clear();
^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[74]
TasksUiPlugin.getTaskActivityManager().getTaskActivationHistory().clear();
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getTaskActivityManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[74]
TasksUiPlugin.getTaskActivityManager().getTaskActivationHistory().clear();
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TaskActivityManager.getTaskActivationHistory()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[74]
TasksUiPlugin.getTaskActivityManager().getTaskActivationHistory().clear();
^^^^^
Discouraged access: The method 'TaskActivationHistory.clear()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[75]
TaskListView view = TaskListView.getFromActivePerspective();
^^^^^^^^^^^^
Discouraged access: The type 'TaskListView' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[75]
TaskListView view = TaskListView.getFromActivePerspective();
^^^^^^^^^^^^
Discouraged access: The type 'TaskListView' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[75]
TaskListView view = TaskListView.getFromActivePerspective();
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TaskListView.getFromActivePerspective()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[77]
view.refresh();
^^^^^^^
Discouraged access: The method 'TaskListView.refresh()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[86]
TasksUiPlugin.getRepositoryManager().clearRepositories();
^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[86]
TasksUiPlugin.getRepositoryManager().clearRepositories();
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getRepositoryManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[86]
TasksUiPlugin.getRepositoryManager().clearRepositories();
^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TaskRepositoryManager.clearRepositories()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[87]
TasksUiPlugin.getDefault().getLocalTaskRepository();
^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[87]
TasksUiPlugin.getDefault().getLocalTaskRepository();
^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[87]
TasksUiPlugin.getDefault().getLocalTaskRepository();
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getLocalTaskRepository()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[95]
TasksUiPlugin.getTaskList().notifyElementsChanged(null);
^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[95]
TasksUiPlugin.getTaskList().notifyElementsChanged(null);
^^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getTaskList()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[95]
TasksUiPlugin.getTaskList().notifyElementsChanged(null);
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TaskList.notifyElementsChanged(Set<? extends IRepositoryElement>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[98]
TasksUiPlugin.getDefault().initializeDataSources();
^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[98]
TasksUiPlugin.getDefault().initializeDataSources();
^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[98]
TasksUiPlugin.getDefault().initializeDataSources();
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.initializeDataSources()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[102]
TasksUiPlugin.getExternalizationManager().saveNow();
^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[102]
TasksUiPlugin.getExternalizationManager().saveNow();
^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getExternalizationManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[102]
TasksUiPlugin.getExternalizationManager().saveNow();
^^^^^^^
Discouraged access: The method 'ExternalizationManager.saveNow()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[168]
return location(PrivilegeLevel.USER);
^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CommonTestUtil.PrivilegeLevel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[168]
return location(PrivilegeLevel.USER);
^^^^
Discouraged access: The field 'CommonTestUtil.PrivilegeLevel.USER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[171]
public AbstractWebLocation location(PrivilegeLevel level) throws Exception {
^^^^^^^^^^^^^^
Discouraged access: The type 'CommonTestUtil.PrivilegeLevel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[175]
public AbstractWebLocation location(PrivilegeLevel level, Proxy proxy) throws Exception {
^^^^^^^^^^^^^^
Discouraged access: The type 'CommonTestUtil.PrivilegeLevel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[176]
UserCredentials credentials = getCredentials(level);
^^^^^^^^^^^^^^^
Discouraged access: The type 'UserCredentials' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[177]
return location(credentials.getUserName(), credentials.getPassword(), proxy);
^^^^^^^^^^^
Discouraged access: The method 'UserCredentials.getUserName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[177]
return location(credentials.getUserName(), credentials.getPassword(), proxy);
^^^^^^^^^^^
Discouraged access: The method 'UserCredentials.getPassword()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[180]
protected UserCredentials getCredentials(PrivilegeLevel level) {
^^^^^^^^^^^^^^^
Discouraged access: The type 'UserCredentials' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[180]
protected UserCredentials getCredentials(PrivilegeLevel level) {
^^^^^^^^^^^^^^
Discouraged access: The type 'CommonTestUtil.PrivilegeLevel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[181]
return CommonTestUtil.getCredentials(level);
^^^^^^^^^^^^^^
Discouraged access: The type 'CommonTestUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[181]
return CommonTestUtil.getCredentials(level);
^^^^^^^^^^^^^^
Discouraged access: The method 'CommonTestUtil.getCredentials(CommonTestUtil.PrivilegeLevel)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[198]
UserCredentials credentials = getCredentials(PrivilegeLevel.USER);
^^^^^^^^^^^^^^^
Discouraged access: The type 'UserCredentials' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[198]
UserCredentials credentials = getCredentials(PrivilegeLevel.USER);
^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CommonTestUtil.PrivilegeLevel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[198]
UserCredentials credentials = getCredentials(PrivilegeLevel.USER);
^^^^
Discouraged access: The field 'CommonTestUtil.PrivilegeLevel.USER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[200]
new AuthenticationCredentials(credentials.getUserName(), credentials.getPassword()), false);
^^^^^^^^^^^
Discouraged access: The method 'UserCredentials.getUserName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[200]
new AuthenticationCredentials(credentials.getUserName(), credentials.getPassword()), false);
^^^^^^^^^^^
Discouraged access: The method 'UserCredentials.getPassword()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[219]
TaskRepositoryManager manager = TasksUiPlugin.getRepositoryManager();
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskRepositoryManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[219]
TaskRepositoryManager manager = TasksUiPlugin.getRepositoryManager();
^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[219]
TaskRepositoryManager manager = TasksUiPlugin.getRepositoryManager();
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getRepositoryManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[221]
manager.clearRepositories();
^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TaskRepositoryManager.clearRepositories()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[226]
UserCredentials credentials = getCredentials(PrivilegeLevel.USER);
^^^^^^^^^^^^^^^
Discouraged access: The type 'UserCredentials' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[226]
UserCredentials credentials = getCredentials(PrivilegeLevel.USER);
^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CommonTestUtil.PrivilegeLevel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[226]
UserCredentials credentials = getCredentials(PrivilegeLevel.USER);
^^^^
Discouraged access: The field 'CommonTestUtil.PrivilegeLevel.USER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[228]
new AuthenticationCredentials(credentials.getUserName(), credentials.getPassword()), true);
^^^^^^^^^^^
Discouraged access: The method 'UserCredentials.getUserName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[228]
new AuthenticationCredentials(credentials.getUserName(), credentials.getPassword()), true);
^^^^^^^^^^^
Discouraged access: The method 'UserCredentials.getPassword()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.repositories.core/1.18.0.N20190930-2131/org.eclipse.mylyn.commons.repositories.core-1.18.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[231]
manager.addRepository(repository);
^^^^^^^^^^^^^
Discouraged access: The method 'TaskRepositoryManager.addRepository(TaskRepository)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[242]
TasksUiPlugin plugin = TasksUiPlugin.getDefault();
^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[242]
TasksUiPlugin plugin = TasksUiPlugin.getDefault();
^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[242]
TasksUiPlugin plugin = TasksUiPlugin.getDefault();
^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[247]
store.setValue(ITasksUiPreferenceConstants.NOTIFICATIONS_ENABLED, false);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ITasksUiPreferenceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[247]
store.setValue(ITasksUiPreferenceConstants.NOTIFICATIONS_ENABLED, false);
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'ITasksUiPreferenceConstants.NOTIFICATIONS_ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[248]
store.setValue(ITasksUiPreferenceConstants.REPOSITORY_SYNCH_SCHEDULE_ENABLED, false);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ITasksUiPreferenceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestFixture.java:[248]
store.setValue(ITasksUiPreferenceConstants.REPOSITORY_SYNCH_SCHEDULE_ENABLED, false);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'ITasksUiPreferenceConstants.REPOSITORY_SYNCH_SCHEDULE_ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TasksUiTestUtil.java:[16]
import org.eclipse.mylyn.internal.tasks.core.util.ContributorBlackList;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContributorBlackList' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TasksUiTestUtil.java:[17]
import org.eclipse.mylyn.internal.tasks.ui.util.TasksUiExtensionReader;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiExtensionReader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TasksUiTestUtil.java:[28]
TasksUiExtensionReader.initWorkbenchUiExtensions(new ContributorBlackList());
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiExtensionReader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TasksUiTestUtil.java:[28]
TasksUiExtensionReader.initWorkbenchUiExtensions(new ContributorBlackList());
^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TasksUiExtensionReader.initWorkbenchUiExtensions(ContributorBlackList)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TasksUiTestUtil.java:[28]
TasksUiExtensionReader.initWorkbenchUiExtensions(new ContributorBlackList());
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContributorBlackList' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TasksUiTestUtil.java:[28]
TasksUiExtensionReader.initWorkbenchUiExtensions(new ContributorBlackList());
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ContributorBlackList()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestUtil.java:[24]
import org.eclipse.mylyn.commons.sdk.util.CommonTestUtil;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CommonTestUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestUtil.java:[28]
* @deprecated use {@link CommonTestUtil} instead
^^^^^^^^^^^^^^
Discouraged access: The type 'CommonTestUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestUtil.java:[138]
return CommonTestUtil.getFile(source, filename);
^^^^^^^^^^^^^^
Discouraged access: The type 'CommonTestUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/org/eclipse/mylyn/tests/util/TestUtil.java:[138]
return CommonTestUtil.getFile(source, filename);
^^^^^^^
Discouraged access: The method 'CommonTestUtil.getFile(Object, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
76 problems (76 warnings)
[INFO]
[INFO] --- tycho-source-plugin:1.5.0:plugin-source (attach-source) @ org.eclipse.mylyn.tests.util ---
[INFO] Building jar: /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/target/org.eclipse.mylyn.tests.util-3.26.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.mylyn.tests.util ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/src/test/resources
[INFO]
[INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.mylyn.tests.util ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.mylyn.tests.util ---
[INFO] Building jar: /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/target/org.eclipse.mylyn.tests.util-3.26.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mylyn.tests.util ---
[INFO]
[INFO] ------< org.eclipse.mylyn.tasks:org.eclipse.mylyn.bugzilla.tests >------
[INFO] Building org.eclipse.mylyn.bugzilla.tests 3.26.0-SNAPSHOT [12/41]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mylyn.bugzilla.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.mylyn.bugzilla.tests ---
[INFO] The project's OSGi version is 3.26.0.N20190930-2129
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.mylyn.bugzilla.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.mylyn.bugzilla.tests ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.5.6.201201232323:prepare-agent (default) @ org.eclipse.mylyn.bugzilla.tests ---
[INFO] Skipping JaCoCo execution
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.mylyn.bugzilla.tests ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 26 resources
[INFO]
[INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.mylyn.bugzilla.tests ---
[INFO] Compiling 32 source files to /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/target/classes
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[31]
import org.eclipse.mylyn.commons.sdk.util.CommonTestUtil.PrivilegeLevel;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CommonTestUtil.PrivilegeLevel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[32]
import org.eclipse.mylyn.internal.bugzilla.core.BugzillaAttribute;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[33]
import org.eclipse.mylyn.internal.bugzilla.core.BugzillaClient;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaClient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[34]
import org.eclipse.mylyn.internal.bugzilla.core.BugzillaRepositoryConnector;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaRepositoryConnector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[35]
import org.eclipse.mylyn.internal.bugzilla.core.BugzillaVersion;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaVersion' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[36]
import org.eclipse.mylyn.internal.bugzilla.core.RepositoryConfiguration;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryConfiguration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[37]
import org.eclipse.mylyn.internal.tasks.core.AbstractTask;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[38]
import org.eclipse.mylyn.internal.tasks.core.RepositoryQuery;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[39]
import org.eclipse.mylyn.internal.tasks.core.TaskTask;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[61]
private BugzillaRepositoryConnector connector;
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaRepositoryConnector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[63]
private BugzillaClient client;
^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaClient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[67]
client = BugzillaFixture.current().client(PrivilegeLevel.USER);
^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CommonTestUtil.PrivilegeLevel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[67]
client = BugzillaFixture.current().client(PrivilegeLevel.USER);
^^^^
Discouraged access: The field 'CommonTestUtil.PrivilegeLevel.USER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[68]
repository = BugzillaFixture.current().repository();
^^^^^^^^^^
Discouraged access: The method 'TestFixture.repository()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[73]
AbstractTask task = new TaskTask(repository.getConnectorKind(), repository.getRepositoryUrl(), "1");
^^^^^^^^^^^^
Discouraged access: The type 'AbstractTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[73]
AbstractTask task = new TaskTask(repository.getConnectorKind(), repository.getRepositoryUrl(), "1");
^^^^^^^^
Discouraged access: The constructor 'TaskTask(String, String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[73]
AbstractTask task = new TaskTask(repository.getConnectorKind(), repository.getRepositoryUrl(), "1");
^^^^^^^^
Discouraged access: The type 'TaskTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[74]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2008-02-02 12:01:12");
^^^^^^^^^^^^
Discouraged access: The method 'AbstractTask.setAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[74]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2008-02-02 12:01:12");
^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[74]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2008-02-02 12:01:12");
^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.DELTA_TS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[74]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2008-02-02 12:01:12");
^^^^^^
Discouraged access: The method 'BugzillaAttribute.getKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[75]
TaskData data = new TaskData(connector.getTaskDataHandler().getAttributeMapper(repository),
^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.getTaskDataHandler()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[77]
TaskAttribute attribute = data.getRoot().createAttribute(BugzillaAttribute.DELTA_TS.getKey());
^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[77]
TaskAttribute attribute = data.getRoot().createAttribute(BugzillaAttribute.DELTA_TS.getKey());
^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.DELTA_TS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[77]
TaskAttribute attribute = data.getRoot().createAttribute(BugzillaAttribute.DELTA_TS.getKey());
^^^^^^
Discouraged access: The method 'BugzillaAttribute.getKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[83]
assertFalse(connector.hasTaskChanged(repository, task, data));
^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.hasTaskChanged(TaskRepository, ITask, TaskData)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[87]
assertTrue(connector.hasTaskChanged(repository, task, data));
^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.hasTaskChanged(TaskRepository, ITask, TaskData)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[91]
assertTrue(connector.hasTaskChanged(repository, task, data));
^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.hasTaskChanged(TaskRepository, ITask, TaskData)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[95]
assertTrue(connector.hasTaskChanged(repository, task, data));
^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.hasTaskChanged(TaskRepository, ITask, TaskData)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[100]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2008-02-02 12:01:12 -0700");
^^^^^^^^^^^^
Discouraged access: The method 'AbstractTask.setAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[100]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2008-02-02 12:01:12 -0700");
^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[100]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2008-02-02 12:01:12 -0700");
^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.DELTA_TS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[100]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2008-02-02 12:01:12 -0700");
^^^^^^
Discouraged access: The method 'BugzillaAttribute.getKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[102]
assertFalse(connector.hasTaskChanged(repository, task, data));
^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.hasTaskChanged(TaskRepository, ITask, TaskData)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[105]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2008-02-02 12:01:12 -0700");
^^^^^^^^^^^^
Discouraged access: The method 'AbstractTask.setAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[105]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2008-02-02 12:01:12 -0700");
^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[105]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2008-02-02 12:01:12 -0700");
^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.DELTA_TS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[105]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2008-02-02 12:01:12 -0700");
^^^^^^
Discouraged access: The method 'BugzillaAttribute.getKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[107]
assertTrue(connector.hasTaskChanged(repository, task, data));
^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.hasTaskChanged(TaskRepository, ITask, TaskData)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[110]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2008-02-02 12:01:12");
^^^^^^^^^^^^
Discouraged access: The method 'AbstractTask.setAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[110]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2008-02-02 12:01:12");
^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[110]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2008-02-02 12:01:12");
^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.DELTA_TS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[110]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2008-02-02 12:01:12");
^^^^^^
Discouraged access: The method 'BugzillaAttribute.getKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[112]
assertFalse(connector.hasTaskChanged(repository, task, data));
^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.hasTaskChanged(TaskRepository, ITask, TaskData)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[116]
assertTrue(connector.hasTaskChanged(repository, task, data));
^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.hasTaskChanged(TaskRepository, ITask, TaskData)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[119]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2008-02-02 12:01:12");
^^^^^^^^^^^^
Discouraged access: The method 'AbstractTask.setAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[119]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2008-02-02 12:01:12");
^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[119]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2008-02-02 12:01:12");
^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.DELTA_TS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[119]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2008-02-02 12:01:12");
^^^^^^
Discouraged access: The method 'BugzillaAttribute.getKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[121]
assertTrue(connector.hasTaskChanged(repository, task, data));
^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.hasTaskChanged(TaskRepository, ITask, TaskData)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[126]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2009-09-04 00:00:00 PDT");
^^^^^^^^^^^^
Discouraged access: The method 'AbstractTask.setAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[126]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2009-09-04 00:00:00 PDT");
^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[126]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2009-09-04 00:00:00 PDT");
^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.DELTA_TS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[126]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2009-09-04 00:00:00 PDT");
^^^^^^
Discouraged access: The method 'BugzillaAttribute.getKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[128]
assertFalse(connector.hasTaskChanged(repository, task, data));
^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.hasTaskChanged(TaskRepository, ITask, TaskData)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[131]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2009-09-04 12:00:00 PDT");
^^^^^^^^^^^^
Discouraged access: The method 'AbstractTask.setAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[131]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2009-09-04 12:00:00 PDT");
^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[131]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2009-09-04 12:00:00 PDT");
^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.DELTA_TS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[131]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2009-09-04 12:00:00 PDT");
^^^^^^
Discouraged access: The method 'BugzillaAttribute.getKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[133]
assertTrue(connector.hasTaskChanged(repository, task, data));
^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.hasTaskChanged(TaskRepository, ITask, TaskData)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[136]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2009-09-04 12:00:::01 PDT");
^^^^^^^^^^^^
Discouraged access: The method 'AbstractTask.setAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[136]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2009-09-04 12:00:::01 PDT");
^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[136]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2009-09-04 12:00:::01 PDT");
^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.DELTA_TS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[136]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2009-09-04 12:00:::01 PDT");
^^^^^^
Discouraged access: The method 'BugzillaAttribute.getKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[138]
assertFalse(connector.hasTaskChanged(repository, task, data));
^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.hasTaskChanged(TaskRepository, ITask, TaskData)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[141]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2009-09X-04X12:00:::01 PDT");
^^^^^^^^^^^^
Discouraged access: The method 'AbstractTask.setAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[141]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2009-09X-04X12:00:::01 PDT");
^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[141]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2009-09X-04X12:00:::01 PDT");
^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.DELTA_TS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[141]
task.setAttribute(BugzillaAttribute.DELTA_TS.getKey(), "2009-09X-04X12:00:::01 PDT");
^^^^^^
Discouraged access: The method 'BugzillaAttribute.getKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[143]
assertTrue(connector.hasTaskChanged(repository, task, data));
^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.hasTaskChanged(TaskRepository, ITask, TaskData)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[157]
TaskData taskData = BugzillaFixture.current().createTask(PrivilegeLevel.USER, null, null);
^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CommonTestUtil.PrivilegeLevel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[157]
TaskData taskData = BugzillaFixture.current().createTask(PrivilegeLevel.USER, null, null);
^^^^
Discouraged access: The field 'CommonTestUtil.PrivilegeLevel.USER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[167]
connector.getTaskDataHandler().getMultiTaskData(repository, taskIds, collector, new NullProgressMonitor());
^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.getTaskDataHandler()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[172]
assertEquals(taskData.getRoot().getAttribute(BugzillaAttribute.ASSIGNED_TO.getKey()).getValue(),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[172]
assertEquals(taskData.getRoot().getAttribute(BugzillaAttribute.ASSIGNED_TO.getKey()).getValue(),
^^^^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.ASSIGNED_TO' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[172]
assertEquals(taskData.getRoot().getAttribute(BugzillaAttribute.ASSIGNED_TO.getKey()).getValue(),
^^^^^^
Discouraged access: The method 'BugzillaAttribute.getKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[173]
updatedTaskData.getRoot().getAttribute(BugzillaAttribute.ASSIGNED_TO.getKey()).getValue());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[173]
updatedTaskData.getRoot().getAttribute(BugzillaAttribute.ASSIGNED_TO.getKey()).getValue());
^^^^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.ASSIGNED_TO' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[173]
updatedTaskData.getRoot().getAttribute(BugzillaAttribute.ASSIGNED_TO.getKey()).getValue());
^^^^^^
Discouraged access: The method 'BugzillaAttribute.getKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[174]
assertEquals(taskData.getRoot().getAttribute(BugzillaAttribute.LONG_DESC.getKey()).getValue(),
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[174]
assertEquals(taskData.getRoot().getAttribute(BugzillaAttribute.LONG_DESC.getKey()).getValue(),
^^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.LONG_DESC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[174]
assertEquals(taskData.getRoot().getAttribute(BugzillaAttribute.LONG_DESC.getKey()).getValue(),
^^^^^^
Discouraged access: The method 'BugzillaAttribute.getKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[175]
updatedTaskData.getRoot().getAttribute(BugzillaAttribute.LONG_DESC.getKey()).getValue());
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[175]
updatedTaskData.getRoot().getAttribute(BugzillaAttribute.LONG_DESC.getKey()).getValue());
^^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.LONG_DESC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[175]
updatedTaskData.getRoot().getAttribute(BugzillaAttribute.LONG_DESC.getKey()).getValue());
^^^^^^
Discouraged access: The method 'BugzillaAttribute.getKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[176]
assertEquals(taskData.getRoot().getAttribute(BugzillaAttribute.PRIORITY.getKey()).getValue(),
^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[176]
assertEquals(taskData.getRoot().getAttribute(BugzillaAttribute.PRIORITY.getKey()).getValue(),
^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.PRIORITY' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[176]
assertEquals(taskData.getRoot().getAttribute(BugzillaAttribute.PRIORITY.getKey()).getValue(),
^^^^^^
Discouraged access: The method 'BugzillaAttribute.getKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[177]
updatedTaskData.getRoot().getAttribute(BugzillaAttribute.PRIORITY.getKey()).getValue());
^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[177]
updatedTaskData.getRoot().getAttribute(BugzillaAttribute.PRIORITY.getKey()).getValue());
^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.PRIORITY' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[177]
updatedTaskData.getRoot().getAttribute(BugzillaAttribute.PRIORITY.getKey()).getValue());
^^^^^^
Discouraged access: The method 'BugzillaAttribute.getKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[181]
TaskData taskData = BugzillaFixture.current().createTask(PrivilegeLevel.USER, null, null);
^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CommonTestUtil.PrivilegeLevel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[181]
TaskData taskData = BugzillaFixture.current().createTask(PrivilegeLevel.USER, null, null);
^^^^
Discouraged access: The field 'CommonTestUtil.PrivilegeLevel.USER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[182]
TaskData taskData2 = BugzillaFixture.current().createTask(PrivilegeLevel.USER, null, null);
^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CommonTestUtil.PrivilegeLevel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[182]
TaskData taskData2 = BugzillaFixture.current().createTask(PrivilegeLevel.USER, null, null);
^^^^
Discouraged access: The field 'CommonTestUtil.PrivilegeLevel.USER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[183]
TaskData taskData3 = BugzillaFixture.current().createTask(PrivilegeLevel.USER, null, null);
^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CommonTestUtil.PrivilegeLevel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[183]
TaskData taskData3 = BugzillaFixture.current().createTask(PrivilegeLevel.USER, null, null);
^^^^
Discouraged access: The field 'CommonTestUtil.PrivilegeLevel.USER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[195]
connector.getTaskDataHandler().getMultiTaskData(repository, taskIds, collector, new NullProgressMonitor());
^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.getTaskDataHandler()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[199]
assertEquals(taskData.getRoot().getAttribute(BugzillaAttribute.ASSIGNED_TO.getKey()).getValue(),
^^^^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.ASSIGNED_TO' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaRepositoryConnectorStandaloneTest.java:[199]
assertEquals(taskData.getRoot().getAttribute(BugzillaAttribute.ASSIGNED_TO.getKey()).getValue(),
^^^^^^
Discouraged access: The method 'BugzillaAttribute.getKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[36]
import org.eclipse.mylyn.internal.bugzilla.core.BugzillaAttribute;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[37]
import org.eclipse.mylyn.internal.bugzilla.core.BugzillaClient;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaClient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[38]
import org.eclipse.mylyn.internal.bugzilla.core.BugzillaRepositoryConnector;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaRepositoryConnector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[39]
import org.eclipse.mylyn.internal.bugzilla.core.BugzillaTaskDataHandler;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaTaskDataHandler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[40]
import org.eclipse.mylyn.internal.tasks.core.AbstractTask;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[41]
import org.eclipse.mylyn.internal.tasks.core.RepositoryQuery;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[42]
import org.eclipse.mylyn.internal.tasks.core.data.FileTaskAttachmentSource;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FileTaskAttachmentSource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[43]
import org.eclipse.mylyn.internal.tasks.ui.TasksUiPlugin;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[44]
import org.eclipse.mylyn.internal.tasks.ui.util.TasksUiInternal;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiInternal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[68]
private BugzillaClient priviledgedClient;
^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaClient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[70]
public BugzillaRepositoryConnector connector() {
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaRepositoryConnector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[76]
repository = fixture.singleRepository();
^^^^^^^^^^^^^^^^
Discouraged access: The method 'TestFixture.singleRepository()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[83]
TaskData taskData = fixture.connector().getTaskData(repository, taskId, null);
^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.getTaskData(TaskRepository, String, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[85]
TasksUiPlugin.getTaskDataManager().putUpdatedTaskData(task, taskData, true);
^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[85]
TasksUiPlugin.getTaskDataManager().putUpdatedTaskData(task, taskData, true);
^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getTaskDataManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[85]
TasksUiPlugin.getTaskDataManager().putUpdatedTaskData(task, taskData, true);
^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TaskDataManager.putUpdatedTaskData(ITask, TaskData, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[89]
private BugzillaClient priviledgedClient() throws Exception {
^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaClient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[98]
AbstractTaskDataHandler taskDataHandler = connector().getTaskDataHandler();
^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.getTaskDataHandler()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[103]
throw new CoreException(new Status(IStatus.ERROR, TasksUiPlugin.ID_PLUGIN,
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[103]
throw new CoreException(new Status(IStatus.ERROR, TasksUiPlugin.ID_PLUGIN,
^^^^^^^^^
Discouraged access: The field 'TasksUiPlugin.ID_PLUGIN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[107]
connector().getTaskMapping(taskData).merge(selectionData);
^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.getTaskMapping(TaskData)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[125]
RepositoryQuery query = new RepositoryQuery(repository().getConnectorKind(), "handle-testQueryViaConnector");
^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[125]
RepositoryQuery query = new RepositoryQuery(repository().getConnectorKind(), "handle-testQueryViaConnector");
^^^^^^^^^^^^^^^
Discouraged access: The constructor 'RepositoryQuery(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[125]
RepositoryQuery query = new RepositoryQuery(repository().getConnectorKind(), "handle-testQueryViaConnector");
^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[126]
query.setUrl(queryUrlString);
^^^^^^
Discouraged access: The method 'AbstractTaskContainer.setUrl(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[134]
connector().performQuery(repository(), query, collector, null, new NullProgressMonitor());
^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.performQuery(TaskRepository, IRepositoryQuery, TaskDataCollector, ISynchronizationSession, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[186]
TaskData taskData = fixture.connector().getTaskData(repository(), task.getTaskId(), null);
^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.getTaskData(TaskRepository, String, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[200]
FileTaskAttachmentSource attachment = new FileTaskAttachmentSource(attachFile);
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FileTaskAttachmentSource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[200]
FileTaskAttachmentSource attachment = new FileTaskAttachmentSource(attachFile);
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'FileTaskAttachmentSource(File)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[200]
FileTaskAttachmentSource attachment = new FileTaskAttachmentSource(attachFile);
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FileTaskAttachmentSource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[201]
attachment.setContentType("text/plain");
^^^^^^^^^^^^^^
Discouraged access: The method 'FileTaskAttachmentSource.setContentType(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[202]
attachment.setDescription("Description");
^^^^^^^^^^^^^^
Discouraged access: The method 'FileTaskAttachmentSource.setDescription(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[203]
attachment.setName("My Attachment 1");
^^^^^^^
Discouraged access: The method 'FileTaskAttachmentSource.setName(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[204]
priviledgedClient().postAttachment(taskData.getTaskId(), attachmentMapper.getComment(), attachment,
^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaClient.postAttachment(String, String, AbstractTaskAttachmentSource, TaskAttribute, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[217]
if (!attribute.getId().startsWith(BugzillaAttribute.KIND_FLAG)) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[217]
if (!attribute.getId().startsWith(BugzillaAttribute.KIND_FLAG)) {
^^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.KIND_FLAG' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[221]
if (attribute.getId().startsWith(BugzillaAttribute.KIND_FLAG_TYPE)) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[221]
if (attribute.getId().startsWith(BugzillaAttribute.KIND_FLAG_TYPE)) {
^^^^^^^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.KIND_FLAG_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[240]
priviledgedClient().postUpdateAttachment(attachmentAttribute, "update", null);
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaClient.postUpdateAttachment(TaskAttribute, String, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[244]
taskData = fixture.connector().getTaskData(repository(), task.getTaskId(), null);
^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.getTaskData(TaskRepository, String, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[248]
if (taskAttribute.getId().startsWith(BugzillaAttribute.KIND_FLAG)) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[248]
if (taskAttribute.getId().startsWith(BugzillaAttribute.KIND_FLAG)) {
^^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.KIND_FLAG' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[316]
RepositoryQuery query = new RepositoryQuery(repository().getConnectorKind(), "handle-testQueryViaConnector");
^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[316]
RepositoryQuery query = new RepositoryQuery(repository().getConnectorKind(), "handle-testQueryViaConnector");
^^^^^^^^^^^^^^^
Discouraged access: The constructor 'RepositoryQuery(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[316]
RepositoryQuery query = new RepositoryQuery(repository().getConnectorKind(), "handle-testQueryViaConnector");
^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[317]
query.setUrl(queryUrlString);
^^^^^^
Discouraged access: The method 'AbstractTaskContainer.setUrl(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[325]
connector().performQuery(repository(), query, collector, null, new NullProgressMonitor());
^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.performQuery(TaskRepository, IRepositoryQuery, TaskDataCollector, ISynchronizationSession, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[369]
TaskData taskData = fixture.connector().getTaskData(repository(), task.getTaskId(), null);
^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.getTaskData(TaskRepository, String, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[382]
FileTaskAttachmentSource attachment = new FileTaskAttachmentSource(attachFile);
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FileTaskAttachmentSource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[382]
FileTaskAttachmentSource attachment = new FileTaskAttachmentSource(attachFile);
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'FileTaskAttachmentSource(File)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[382]
FileTaskAttachmentSource attachment = new FileTaskAttachmentSource(attachFile);
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FileTaskAttachmentSource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[383]
attachment.setContentType("text/plain");
^^^^^^^^^^^^^^
Discouraged access: The method 'FileTaskAttachmentSource.setContentType(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[384]
attachment.setDescription("My Attachment 1");
^^^^^^^^^^^^^^
Discouraged access: The method 'FileTaskAttachmentSource.setDescription(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[385]
attachment.setName("My Attachment 1");
^^^^^^^
Discouraged access: The method 'FileTaskAttachmentSource.setName(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[386]
priviledgedClient().postAttachment(taskData.getTaskId(), attachmentMapper.getComment(), attachment,
^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaClient.postAttachment(String, String, AbstractTaskAttachmentSource, TaskAttribute, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[393]
taskData = fixture.connector().getTaskData(repository(), task.getTaskId(), null);
^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.getTaskData(TaskRepository, String, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[406]
attachment = new FileTaskAttachmentSource(attachFile);
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'FileTaskAttachmentSource(File)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[406]
attachment = new FileTaskAttachmentSource(attachFile);
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FileTaskAttachmentSource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[407]
attachment.setContentType("text/plain");
^^^^^^^^^^^^^^
Discouraged access: The method 'FileTaskAttachmentSource.setContentType(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[408]
attachment.setDescription("My Attachment 2");
^^^^^^^^^^^^^^
Discouraged access: The method 'FileTaskAttachmentSource.setDescription(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[409]
attachment.setName("My Attachment 2");
^^^^^^^
Discouraged access: The method 'FileTaskAttachmentSource.setName(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[410]
priviledgedClient().postAttachment(taskData.getTaskId(), attachmentMapper.getComment(), attachment,
^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaClient.postAttachment(String, String, AbstractTaskAttachmentSource, TaskAttribute, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[417]
taskData = fixture.connector().getTaskData(repository(), task.getTaskId(), null);
^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.getTaskData(TaskRepository, String, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[430]
attachment = new FileTaskAttachmentSource(attachFile);
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'FileTaskAttachmentSource(File)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[430]
attachment = new FileTaskAttachmentSource(attachFile);
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FileTaskAttachmentSource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[431]
attachment.setContentType("text/plain");
^^^^^^^^^^^^^^
Discouraged access: The method 'FileTaskAttachmentSource.setContentType(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[432]
attachment.setDescription("My Attachment 3");
^^^^^^^^^^^^^^
Discouraged access: The method 'FileTaskAttachmentSource.setDescription(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[433]
attachment.setName("My Attachment 3");
^^^^^^^
Discouraged access: The method 'FileTaskAttachmentSource.setName(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[438]
priviledgedClient().postAttachment(taskData.getTaskId(), attachmentMapper.getComment(), attachment,
^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaClient.postAttachment(String, String, AbstractTaskAttachmentSource, TaskAttribute, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[445]
taskData = fixture.connector().getTaskData(repository(), task.getTaskId(), null);
^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.getTaskData(TaskRepository, String, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[458]
attachment = new FileTaskAttachmentSource(attachFile);
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'FileTaskAttachmentSource(File)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[458]
attachment = new FileTaskAttachmentSource(attachFile);
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FileTaskAttachmentSource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[459]
attachment.setContentType("text/plain");
^^^^^^^^^^^^^^
Discouraged access: The method 'FileTaskAttachmentSource.setContentType(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[460]
attachment.setDescription("My Attachment 4");
^^^^^^^^^^^^^^
Discouraged access: The method 'FileTaskAttachmentSource.setDescription(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[461]
attachment.setName("My Attachment 4");
^^^^^^^
Discouraged access: The method 'FileTaskAttachmentSource.setName(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[466]
priviledgedClient().postAttachment(taskData.getTaskId(), attachmentMapper.getComment(), attachment,
^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaClient.postAttachment(String, String, AbstractTaskAttachmentSource, TaskAttribute, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[478]
((BugzillaTaskDataHandler) connector().getTaskDataHandler()).postUpdateAttachment(repository(), attachment1,
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaTaskDataHandler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[478]
((BugzillaTaskDataHandler) connector().getTaskDataHandler()).postUpdateAttachment(repository(), attachment1,
^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.getTaskDataHandler()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[478]
((BugzillaTaskDataHandler) connector().getTaskDataHandler()).postUpdateAttachment(repository(), attachment1,
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaTaskDataHandler.postUpdateAttachment(TaskRepository, TaskAttribute, String, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[483]
taskData = fixture.connector().getTaskData(repository(), task.getTaskId(), null);
^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.getTaskData(TaskRepository, String, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[493]
((BugzillaTaskDataHandler) connector().getTaskDataHandler()).postUpdateAttachment(repository(), attachment2,
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaTaskDataHandler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[493]
((BugzillaTaskDataHandler) connector().getTaskDataHandler()).postUpdateAttachment(repository(), attachment2,
^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.getTaskDataHandler()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[493]
((BugzillaTaskDataHandler) connector().getTaskDataHandler()).postUpdateAttachment(repository(), attachment2,
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaTaskDataHandler.postUpdateAttachment(TaskRepository, TaskAttribute, String, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[504]
RepositoryQuery query = new RepositoryQuery(repository().getConnectorKind(), "handle-testQueryViaConnector");
^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[504]
RepositoryQuery query = new RepositoryQuery(repository().getConnectorKind(), "handle-testQueryViaConnector");
^^^^^^^^^^^^^^^
Discouraged access: The constructor 'RepositoryQuery(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[504]
RepositoryQuery query = new RepositoryQuery(repository().getConnectorKind(), "handle-testQueryViaConnector");
^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[505]
query.setUrl(queryUrlString);
^^^^^^
Discouraged access: The method 'AbstractTaskContainer.setUrl(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[513]
connector().performQuery(repository(), query, collector, null, new NullProgressMonitor());
^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.performQuery(TaskRepository, IRepositoryQuery, TaskDataCollector, ISynchronizationSession, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[556]
TaskData taskData = fixture.connector().getTaskData(repository(), task.getTaskId(), null);
^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.getTaskData(TaskRepository, String, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[573]
RepositoryQuery query = new RepositoryQuery(repository().getConnectorKind(), "handle-testQueryViaConnector");
^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[573]
RepositoryQuery query = new RepositoryQuery(repository().getConnectorKind(), "handle-testQueryViaConnector");
^^^^^^^^^^^^^^^
Discouraged access: The constructor 'RepositoryQuery(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[573]
RepositoryQuery query = new RepositoryQuery(repository().getConnectorKind(), "handle-testQueryViaConnector");
^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[574]
query.setUrl(queryUrlString);
^^^^^^
Discouraged access: The method 'AbstractTaskContainer.setUrl(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[582]
connector().performQuery(repository(), query, collector, null, new NullProgressMonitor());
^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.performQuery(TaskRepository, IRepositoryQuery, TaskDataCollector, ISynchronizationSession, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[669]
RepositoryQuery query = new RepositoryQuery(repository().getConnectorKind(), "handle-testQueryViaConnector");
^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[669]
RepositoryQuery query = new RepositoryQuery(repository().getConnectorKind(), "handle-testQueryViaConnector");
^^^^^^^^^^^^^^^
Discouraged access: The constructor 'RepositoryQuery(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[669]
RepositoryQuery query = new RepositoryQuery(repository().getConnectorKind(), "handle-testQueryViaConnector");
^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[670]
query.setUrl(queryUrlString);
^^^^^^
Discouraged access: The method 'AbstractTaskContainer.setUrl(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[678]
connector().performQuery(repository(), query, collector, null, new NullProgressMonitor());
^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.performQuery(TaskRepository, IRepositoryQuery, TaskDataCollector, ISynchronizationSession, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/support/BugzillaHarness.java:[728]
RepositoryQuery query = new RepositoryQuery(repository().getConnectorKind(), "handle-testQueryViaConnector");
^^^^^^^^^^^^^^^
Discouraged access: The constructor 'RepositoryQuery(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[19]
import org.eclipse.mylyn.commons.sdk.util.CommonTestUtil.PrivilegeLevel;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CommonTestUtil.PrivilegeLevel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[20]
import org.eclipse.mylyn.internal.bugzilla.core.BugzillaAttribute;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[21]
import org.eclipse.mylyn.internal.bugzilla.core.BugzillaRepositoryConnector;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaRepositoryConnector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[22]
import org.eclipse.mylyn.internal.bugzilla.core.IBugzillaConstants;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IBugzillaConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[40]
private BugzillaRepositoryConnector connector;
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaRepositoryConnector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[44]
repository = BugzillaFixture.current().repository();
^^^^^^^^^^
Discouraged access: The method 'TestFixture.repository()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[49]
TaskData taskData = BugzillaFixture.current().createTask(PrivilegeLevel.USER, "test summary for clone",
^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CommonTestUtil.PrivilegeLevel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[49]
TaskData taskData = BugzillaFixture.current().createTask(PrivilegeLevel.USER, "test summary for clone",
^^^^
Discouraged access: The field 'CommonTestUtil.PrivilegeLevel.USER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[52]
ITaskMapping mapping = connector.getTaskMapping(taskData);
^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.getTaskMapping(TaskData)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[68]
TaskData taskData = BugzillaFixture.current().createTask(PrivilegeLevel.USER, "Testing! \"&@ $\" &", null);
^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CommonTestUtil.PrivilegeLevel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[68]
TaskData taskData = BugzillaFixture.current().createTask(PrivilegeLevel.USER, "Testing! \"&@ $\" &", null);
^^^^
Discouraged access: The field 'CommonTestUtil.PrivilegeLevel.USER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[70]
.getAttribute(BugzillaAttribute.SHORT_DESC.getKey())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[70]
.getAttribute(BugzillaAttribute.SHORT_DESC.getKey())
^^^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.SHORT_DESC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[70]
.getAttribute(BugzillaAttribute.SHORT_DESC.getKey())
^^^^^^
Discouraged access: The method 'BugzillaAttribute.getKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[93]
AbstractTaskDataHandler taskDataHandler = connector.getTaskDataHandler();
^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.getTaskDataHandler()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[102]
AbstractTaskDataHandler taskDataHandler = connector.getTaskDataHandler();
^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.getTaskDataHandler()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[103]
repository.removeProperty(IBugzillaConstants.BUGZILLA_PARAM_USETARGETMILESTONE);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IBugzillaConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[103]
repository.removeProperty(IBugzillaConstants.BUGZILLA_PARAM_USETARGETMILESTONE);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IBugzillaConstants.BUGZILLA_PARAM_USETARGETMILESTONE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[107]
assertNotNull(taskData.getRoot().getAttribute(BugzillaAttribute.TARGET_MILESTONE.getKey()));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[107]
assertNotNull(taskData.getRoot().getAttribute(BugzillaAttribute.TARGET_MILESTONE.getKey()));
^^^^^^^^^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.TARGET_MILESTONE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[107]
assertNotNull(taskData.getRoot().getAttribute(BugzillaAttribute.TARGET_MILESTONE.getKey()));
^^^^^^
Discouraged access: The method 'BugzillaAttribute.getKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[111]
AbstractTaskDataHandler taskDataHandler = connector.getTaskDataHandler();
^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.getTaskDataHandler()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[112]
repository.setProperty(IBugzillaConstants.BUGZILLA_PARAM_USETARGETMILESTONE, Boolean.TRUE.toString());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IBugzillaConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[112]
repository.setProperty(IBugzillaConstants.BUGZILLA_PARAM_USETARGETMILESTONE, Boolean.TRUE.toString());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IBugzillaConstants.BUGZILLA_PARAM_USETARGETMILESTONE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[116]
assertNotNull(taskData.getRoot().getAttribute(BugzillaAttribute.TARGET_MILESTONE.getKey()));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[116]
assertNotNull(taskData.getRoot().getAttribute(BugzillaAttribute.TARGET_MILESTONE.getKey()));
^^^^^^^^^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.TARGET_MILESTONE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[116]
assertNotNull(taskData.getRoot().getAttribute(BugzillaAttribute.TARGET_MILESTONE.getKey()));
^^^^^^
Discouraged access: The method 'BugzillaAttribute.getKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[120]
AbstractTaskDataHandler taskDataHandler = connector.getTaskDataHandler();
^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.getTaskDataHandler()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[121]
repository.setProperty(IBugzillaConstants.BUGZILLA_PARAM_USETARGETMILESTONE, Boolean.FALSE.toString());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IBugzillaConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[121]
repository.setProperty(IBugzillaConstants.BUGZILLA_PARAM_USETARGETMILESTONE, Boolean.FALSE.toString());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IBugzillaConstants.BUGZILLA_PARAM_USETARGETMILESTONE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[125]
assertNull(taskData.getRoot().getAttribute(BugzillaAttribute.TARGET_MILESTONE.getKey()));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[125]
assertNull(taskData.getRoot().getAttribute(BugzillaAttribute.TARGET_MILESTONE.getKey()));
^^^^^^^^^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.TARGET_MILESTONE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java:[125]
assertNull(taskData.getRoot().getAttribute(BugzillaAttribute.TARGET_MILESTONE.getKey()));
^^^^^^
Discouraged access: The method 'BugzillaAttribute.getKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[23]
import org.eclipse.mylyn.internal.bugzilla.core.BugzillaCorePlugin;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaCorePlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[24]
import org.eclipse.mylyn.internal.bugzilla.ui.TaskAttachmentHyperlink;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskAttachmentHyperlink' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[25]
import org.eclipse.mylyn.internal.bugzilla.ui.TaskAttachmentTableEditorHyperlink;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskAttachmentTableEditorHyperlink' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[26]
import org.eclipse.mylyn.internal.bugzilla.ui.tasklist.BugzillaConnectorUi;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaConnectorUi' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[27]
import org.eclipse.mylyn.internal.tasks.core.TaskTask;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[37]
private BugzillaConnectorUi connector;
^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaConnectorUi' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[41]
private TaskTask task;
^^^^^^^^
Discouraged access: The type 'TaskTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[44]
IHyperlink[] links = connector.findHyperlinks(repository, task, string, -1, 0);
^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaConnectorUi.findHyperlinks(TaskRepository, ITask, String, int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[71]
repository = new TaskRepository(BugzillaCorePlugin.CONNECTOR_KIND, "http://localhost");
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaCorePlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[71]
repository = new TaskRepository(BugzillaCorePlugin.CONNECTOR_KIND, "http://localhost");
^^^^^^^^^^^^^^
Discouraged access: The field 'BugzillaCorePlugin.CONNECTOR_KIND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[72]
task = new TaskTask(BugzillaCorePlugin.CONNECTOR_KIND, "http://localhost", "123");
^^^^^^^^
Discouraged access: The type 'TaskTask' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[72]
task = new TaskTask(BugzillaCorePlugin.CONNECTOR_KIND, "http://localhost", "123");
^^^^^^^^
Discouraged access: The constructor 'TaskTask(String, String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[72]
task = new TaskTask(BugzillaCorePlugin.CONNECTOR_KIND, "http://localhost", "123");
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaCorePlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[72]
task = new TaskTask(BugzillaCorePlugin.CONNECTOR_KIND, "http://localhost", "123");
^^^^^^^^^^^^^^
Discouraged access: The field 'BugzillaCorePlugin.CONNECTOR_KIND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[73]
connector = new BugzillaConnectorUi();
^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaConnectorUi' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[73]
connector = new BugzillaConnectorUi();
^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'BugzillaConnectorUi()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[78]
assertHyperlinks("attachment 123", new TaskAttachmentHyperlink(new Region(0, 14), repository, "123"),
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskAttachmentHyperlink' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[78]
assertHyperlinks("attachment 123", new TaskAttachmentHyperlink(new Region(0, 14), repository, "123"),
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TaskAttachmentHyperlink(IRegion, TaskRepository, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[79]
new TaskAttachmentTableEditorHyperlink(new Region(0, 14), repository, "123"));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskAttachmentTableEditorHyperlink' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[79]
new TaskAttachmentTableEditorHyperlink(new Region(0, 14), repository, "123"));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TaskAttachmentTableEditorHyperlink(IRegion, TaskRepository, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[80]
assertHyperlinks("attachment 123", new TaskAttachmentHyperlink(new Region(0, 15), repository, "123"),
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskAttachmentHyperlink' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[80]
assertHyperlinks("attachment 123", new TaskAttachmentHyperlink(new Region(0, 15), repository, "123"),
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TaskAttachmentHyperlink(IRegion, TaskRepository, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[81]
new TaskAttachmentTableEditorHyperlink(new Region(0, 15), repository, "123"));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskAttachmentTableEditorHyperlink' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[81]
new TaskAttachmentTableEditorHyperlink(new Region(0, 15), repository, "123"));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TaskAttachmentTableEditorHyperlink(IRegion, TaskRepository, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[82]
assertHyperlinks("attachment # 123", new TaskAttachmentHyperlink(new Region(0, 17), repository, "123"),
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskAttachmentHyperlink' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[82]
assertHyperlinks("attachment # 123", new TaskAttachmentHyperlink(new Region(0, 17), repository, "123"),
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TaskAttachmentHyperlink(IRegion, TaskRepository, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[83]
new TaskAttachmentTableEditorHyperlink(new Region(0, 17), repository, "123"));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskAttachmentTableEditorHyperlink' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[83]
new TaskAttachmentTableEditorHyperlink(new Region(0, 17), repository, "123"));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TaskAttachmentTableEditorHyperlink(IRegion, TaskRepository, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[84]
assertHyperlinks("attachment#1", new TaskAttachmentHyperlink(new Region(0, 12), repository, "1"),
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskAttachmentHyperlink' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[84]
assertHyperlinks("attachment#1", new TaskAttachmentHyperlink(new Region(0, 12), repository, "1"),
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TaskAttachmentHyperlink(IRegion, TaskRepository, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[85]
new TaskAttachmentTableEditorHyperlink(new Region(0, 12), repository, "1"));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskAttachmentTableEditorHyperlink' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[85]
new TaskAttachmentTableEditorHyperlink(new Region(0, 12), repository, "1"));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TaskAttachmentTableEditorHyperlink(IRegion, TaskRepository, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[86]
assertHyperlinks("attachment (id=123)", new TaskAttachmentHyperlink(new Region(0, 19), repository, "123"),
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskAttachmentHyperlink' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[86]
assertHyperlinks("attachment (id=123)", new TaskAttachmentHyperlink(new Region(0, 19), repository, "123"),
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TaskAttachmentHyperlink(IRegion, TaskRepository, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[87]
new TaskAttachmentTableEditorHyperlink(new Region(0, 19), repository, "123"));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskAttachmentTableEditorHyperlink' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[87]
new TaskAttachmentTableEditorHyperlink(new Region(0, 19), repository, "123"));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TaskAttachmentTableEditorHyperlink(IRegion, TaskRepository, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[89]
new TaskAttachmentHyperlink(new Region(0, 22), repository, "123"),
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskAttachmentHyperlink' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[89]
new TaskAttachmentHyperlink(new Region(0, 22), repository, "123"),
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TaskAttachmentHyperlink(IRegion, TaskRepository, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[90]
new TaskAttachmentTableEditorHyperlink(new Region(0, 22), repository, "123"));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskAttachmentTableEditorHyperlink' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[90]
new TaskAttachmentTableEditorHyperlink(new Region(0, 22), repository, "123"));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TaskAttachmentTableEditorHyperlink(IRegion, TaskRepository, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[91]
assertHyperlinks("Created an attachment 123", new TaskAttachmentHyperlink(new Region(0, 25), repository,
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskAttachmentHyperlink' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[91]
assertHyperlinks("Created an attachment 123", new TaskAttachmentHyperlink(new Region(0, 25), repository,
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TaskAttachmentHyperlink(IRegion, TaskRepository, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[92]
"123"), new TaskAttachmentTableEditorHyperlink(new Region(0, 25), repository, "123"));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskAttachmentTableEditorHyperlink' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[92]
"123"), new TaskAttachmentTableEditorHyperlink(new Region(0, 25), repository, "123"));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TaskAttachmentTableEditorHyperlink(IRegion, TaskRepository, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[93]
assertHyperlinks("Created an attachment (id=123)", new TaskAttachmentHyperlink(new Region(0, 30),
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskAttachmentHyperlink' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[93]
assertHyperlinks("Created an attachment (id=123)", new TaskAttachmentHyperlink(new Region(0, 30),
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TaskAttachmentHyperlink(IRegion, TaskRepository, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[94]
repository, "123"), new TaskAttachmentTableEditorHyperlink(new Region(0, 30), repository, "123"));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskAttachmentTableEditorHyperlink' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[94]
repository, "123"), new TaskAttachmentTableEditorHyperlink(new Region(0, 30), repository, "123"));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TaskAttachmentTableEditorHyperlink(IRegion, TaskRepository, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[96]
assertHyperlinks("attachment 123", new TaskAttachmentHyperlink(new Region(0, 14), repository, "123"));
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskAttachmentHyperlink' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[96]
assertHyperlinks("attachment 123", new TaskAttachmentHyperlink(new Region(0, 14), repository, "123"));
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TaskAttachmentHyperlink(IRegion, TaskRepository, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[97]
assertHyperlinks("attachment 123", new TaskAttachmentHyperlink(new Region(0, 15), repository, "123"));
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskAttachmentHyperlink' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[97]
assertHyperlinks("attachment 123", new TaskAttachmentHyperlink(new Region(0, 15), repository, "123"));
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TaskAttachmentHyperlink(IRegion, TaskRepository, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[98]
assertHyperlinks("attachment # 123", new TaskAttachmentHyperlink(new Region(0, 17), repository, "123"));
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskAttachmentHyperlink' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[98]
assertHyperlinks("attachment # 123", new TaskAttachmentHyperlink(new Region(0, 17), repository, "123"));
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TaskAttachmentHyperlink(IRegion, TaskRepository, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[99]
assertHyperlinks("attachment#1", new TaskAttachmentHyperlink(new Region(0, 12), repository, "1"));
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskAttachmentHyperlink' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[99]
assertHyperlinks("attachment#1", new TaskAttachmentHyperlink(new Region(0, 12), repository, "1"));
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TaskAttachmentHyperlink(IRegion, TaskRepository, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[100]
assertHyperlinks("attachment (id=123)", new TaskAttachmentHyperlink(new Region(0, 19), repository, "123"));
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskAttachmentHyperlink' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[100]
assertHyperlinks("attachment (id=123)", new TaskAttachmentHyperlink(new Region(0, 19), repository, "123"));
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TaskAttachmentHyperlink(IRegion, TaskRepository, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[102]
new TaskAttachmentHyperlink(new Region(0, 22), repository, "123"));
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskAttachmentHyperlink' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[102]
new TaskAttachmentHyperlink(new Region(0, 22), repository, "123"));
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TaskAttachmentHyperlink(IRegion, TaskRepository, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[103]
assertHyperlinks("Created an attachment 123", new TaskAttachmentHyperlink(new Region(0, 25), repository,
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskAttachmentHyperlink' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[103]
assertHyperlinks("Created an attachment 123", new TaskAttachmentHyperlink(new Region(0, 25), repository,
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TaskAttachmentHyperlink(IRegion, TaskRepository, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[105]
assertHyperlinks("Created an attachment (id=123)", new TaskAttachmentHyperlink(new Region(0, 30),
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskAttachmentHyperlink' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaHyperlinkDetectorTest.java:[105]
assertHyperlinks("Created an attachment (id=123)", new TaskAttachmentHyperlink(new Region(0, 30),
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'TaskAttachmentHyperlink(IRegion, TaskRepository, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[28]
import org.eclipse.mylyn.commons.sdk.util.CommonTestUtil.PrivilegeLevel;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CommonTestUtil.PrivilegeLevel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[29]
import org.eclipse.mylyn.internal.bugzilla.core.BugzillaAttribute;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[30]
import org.eclipse.mylyn.internal.bugzilla.core.BugzillaAttributeMapper;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttributeMapper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[31]
import org.eclipse.mylyn.internal.bugzilla.core.BugzillaClient;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaClient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[32]
import org.eclipse.mylyn.internal.bugzilla.core.BugzillaRepositoryConnector;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaRepositoryConnector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[33]
import org.eclipse.mylyn.internal.bugzilla.core.BugzillaVersion;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaVersion' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[34]
import org.eclipse.mylyn.internal.bugzilla.core.RepositoryConfiguration;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryConfiguration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[35]
import org.eclipse.mylyn.internal.tasks.core.RepositoryQuery;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[36]
import org.eclipse.mylyn.internal.tasks.core.TaskRepositoryLocation;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskRepositoryLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[45]
import org.eclipse.mylyn.tests.util.UrlBuilder;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UrlBuilder' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[56]
if (BugzillaVersion.BUGZILLA_4_4.compareTo(BugzillaFixture.current().getBugzillaVersion()) == 0
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaVersion' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[56]
if (BugzillaVersion.BUGZILLA_4_4.compareTo(BugzillaFixture.current().getBugzillaVersion()) == 0
^^^^^^^^^^^^
Discouraged access: The field 'BugzillaVersion.BUGZILLA_4_4' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[56]
if (BugzillaVersion.BUGZILLA_4_4.compareTo(BugzillaFixture.current().getBugzillaVersion()) == 0
^^^^^^^^^
Discouraged access: The method 'BugzillaVersion.compareTo(BugzillaVersion)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[57]
|| BugzillaVersion.BUGZILLA_HEAD.compareTo(BugzillaFixture.current().getBugzillaVersion()) == 0) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaVersion' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[57]
|| BugzillaVersion.BUGZILLA_HEAD.compareTo(BugzillaFixture.current().getBugzillaVersion()) == 0) {
^^^^^^^^^^^^^
Discouraged access: The field 'BugzillaVersion.BUGZILLA_HEAD' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[57]
|| BugzillaVersion.BUGZILLA_HEAD.compareTo(BugzillaFixture.current().getBugzillaVersion()) == 0) {
^^^^^^^^^
Discouraged access: The method 'BugzillaVersion.compareTo(BugzillaVersion)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[61]
RepositoryConfiguration config = client.getRepositoryConfiguration();
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryConfiguration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[61]
RepositoryConfiguration config = client.getRepositoryConfiguration();
^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaClient.getRepositoryConfiguration()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[63]
assertEquals(0, config.getInstallVersion()
^^^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getInstallVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[64]
.compareMajorMinorOnly(new BugzillaVersion(BugzillaFixture.current().getVersion())));
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaVersion.compareMajorMinorOnly(BugzillaVersion)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[64]
.compareMajorMinorOnly(new BugzillaVersion(BugzillaFixture.current().getVersion())));
^^^^^^^^^^^^^^^
Discouraged access: The constructor 'BugzillaVersion(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[64]
.compareMajorMinorOnly(new BugzillaVersion(BugzillaFixture.current().getVersion())));
^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaVersion' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[66]
assertEquals(8, config.getOptionValues(BugzillaAttribute.BUG_STATUS).size());
^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getOptionValues(BugzillaAttribute)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[66]
assertEquals(8, config.getOptionValues(BugzillaAttribute.BUG_STATUS).size());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[66]
assertEquals(8, config.getOptionValues(BugzillaAttribute.BUG_STATUS).size());
^^^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.BUG_STATUS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[69]
.compareMajorMinorOnly(BugzillaVersion.BUGZILLA_4_0) < 0) {
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaVersion.compareMajorMinorOnly(BugzillaVersion)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[69]
.compareMajorMinorOnly(BugzillaVersion.BUGZILLA_4_0) < 0) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaVersion' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[69]
.compareMajorMinorOnly(BugzillaVersion.BUGZILLA_4_0) < 0) {
^^^^^^^^^^^^
Discouraged access: The field 'BugzillaVersion.BUGZILLA_4_0' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[70]
assertEquals(7, config.getOptionValues(BugzillaAttribute.BUG_STATUS).size());
^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getOptionValues(BugzillaAttribute)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[70]
assertEquals(7, config.getOptionValues(BugzillaAttribute.BUG_STATUS).size());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[70]
assertEquals(7, config.getOptionValues(BugzillaAttribute.BUG_STATUS).size());
^^^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.BUG_STATUS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[72]
assertEquals(5, config.getOptionValues(BugzillaAttribute.BUG_STATUS).size());
^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getOptionValues(BugzillaAttribute)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[72]
assertEquals(5, config.getOptionValues(BugzillaAttribute.BUG_STATUS).size());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[72]
assertEquals(5, config.getOptionValues(BugzillaAttribute.BUG_STATUS).size());
^^^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.BUG_STATUS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[74]
if (config.getOptionValues(BugzillaAttribute.RESOLUTION).contains("LATER")) {
^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getOptionValues(BugzillaAttribute)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[74]
if (config.getOptionValues(BugzillaAttribute.RESOLUTION).contains("LATER")) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[74]
if (config.getOptionValues(BugzillaAttribute.RESOLUTION).contains("LATER")) {
^^^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.RESOLUTION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[75]
assertEquals(8, config.getOptionValues(BugzillaAttribute.RESOLUTION).size());
^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getOptionValues(BugzillaAttribute)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[75]
assertEquals(8, config.getOptionValues(BugzillaAttribute.RESOLUTION).size());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[75]
assertEquals(8, config.getOptionValues(BugzillaAttribute.RESOLUTION).size());
^^^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.RESOLUTION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[76]
assertEquals(8, config.getOptionValues(BugzillaAttribute.REP_PLATFORM).size());
^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getOptionValues(BugzillaAttribute)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[76]
assertEquals(8, config.getOptionValues(BugzillaAttribute.REP_PLATFORM).size());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[76]
assertEquals(8, config.getOptionValues(BugzillaAttribute.REP_PLATFORM).size());
^^^^^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.REP_PLATFORM' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[77]
assertEquals(36, config.getOptionValues(BugzillaAttribute.OP_SYS).size());
^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getOptionValues(BugzillaAttribute)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[77]
assertEquals(36, config.getOptionValues(BugzillaAttribute.OP_SYS).size());
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[77]
assertEquals(36, config.getOptionValues(BugzillaAttribute.OP_SYS).size());
^^^^^^
Discouraged access: The field 'BugzillaAttribute.OP_SYS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[78]
assertEquals(5, config.getOptionValues(BugzillaAttribute.PRIORITY).size());
^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getOptionValues(BugzillaAttribute)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[78]
assertEquals(5, config.getOptionValues(BugzillaAttribute.PRIORITY).size());
^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[78]
assertEquals(5, config.getOptionValues(BugzillaAttribute.PRIORITY).size());
^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.PRIORITY' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[80]
if (BugzillaVersion.BUGZILLA_4_0
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaVersion' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[80]
if (BugzillaVersion.BUGZILLA_4_0
^^^^^^^^^^^^
Discouraged access: The field 'BugzillaVersion.BUGZILLA_4_0' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[81]
.compareMajorMinorOnly(new BugzillaVersion(BugzillaFixture.current().getVersion())) > 0) {
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaVersion.compareMajorMinorOnly(BugzillaVersion)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[81]
.compareMajorMinorOnly(new BugzillaVersion(BugzillaFixture.current().getVersion())) > 0) {
^^^^^^^^^^^^^^^
Discouraged access: The constructor 'BugzillaVersion(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[81]
.compareMajorMinorOnly(new BugzillaVersion(BugzillaFixture.current().getVersion())) > 0) {
^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaVersion' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[82]
assertEquals(6, config.getOptionValues(BugzillaAttribute.RESOLUTION).size());
^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getOptionValues(BugzillaAttribute)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[82]
assertEquals(6, config.getOptionValues(BugzillaAttribute.RESOLUTION).size());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[82]
assertEquals(6, config.getOptionValues(BugzillaAttribute.RESOLUTION).size());
^^^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.RESOLUTION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[84]
assertEquals(5, config.getOptionValues(BugzillaAttribute.RESOLUTION).size());
^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getOptionValues(BugzillaAttribute)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[84]
assertEquals(5, config.getOptionValues(BugzillaAttribute.RESOLUTION).size());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[84]
assertEquals(5, config.getOptionValues(BugzillaAttribute.RESOLUTION).size());
^^^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.RESOLUTION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[86]
assertEquals(4, config.getOptionValues(BugzillaAttribute.REP_PLATFORM).size());
^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getOptionValues(BugzillaAttribute)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[86]
assertEquals(4, config.getOptionValues(BugzillaAttribute.REP_PLATFORM).size());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[86]
assertEquals(4, config.getOptionValues(BugzillaAttribute.REP_PLATFORM).size());
^^^^^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.REP_PLATFORM' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[87]
assertEquals(5, config.getOptionValues(BugzillaAttribute.OP_SYS).size());
^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getOptionValues(BugzillaAttribute)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[87]
assertEquals(5, config.getOptionValues(BugzillaAttribute.OP_SYS).size());
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[87]
assertEquals(5, config.getOptionValues(BugzillaAttribute.OP_SYS).size());
^^^^^^
Discouraged access: The field 'BugzillaAttribute.OP_SYS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[88]
assertEquals(6, config.getOptionValues(BugzillaAttribute.PRIORITY).size());
^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getOptionValues(BugzillaAttribute)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[88]
assertEquals(6, config.getOptionValues(BugzillaAttribute.PRIORITY).size());
^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[88]
assertEquals(6, config.getOptionValues(BugzillaAttribute.PRIORITY).size());
^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.PRIORITY' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[90]
assertEquals(7, config.getOptionValues(BugzillaAttribute.BUG_SEVERITY).size());
^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getOptionValues(BugzillaAttribute)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[90]
assertEquals(7, config.getOptionValues(BugzillaAttribute.BUG_SEVERITY).size());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[90]
assertEquals(7, config.getOptionValues(BugzillaAttribute.BUG_SEVERITY).size());
^^^^^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.BUG_SEVERITY' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[91]
assertEquals(3, config.getOptionValues(BugzillaAttribute.PRODUCT).size());
^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getOptionValues(BugzillaAttribute)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[91]
assertEquals(3, config.getOptionValues(BugzillaAttribute.PRODUCT).size());
^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[91]
assertEquals(3, config.getOptionValues(BugzillaAttribute.PRODUCT).size());
^^^^^^^
Discouraged access: The field 'BugzillaAttribute.PRODUCT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[93]
assertEquals(5, config.getOpenStatusValues().size());
^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getOpenStatusValues()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[94]
assertEquals(3, config.getClosedStatusValues().size());
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getClosedStatusValues()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[97]
.compareMajorMinorOnly(BugzillaVersion.BUGZILLA_4_0) < 0) {
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaVersion.compareMajorMinorOnly(BugzillaVersion)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[97]
.compareMajorMinorOnly(BugzillaVersion.BUGZILLA_4_0) < 0) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaVersion' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[97]
.compareMajorMinorOnly(BugzillaVersion.BUGZILLA_4_0) < 0) {
^^^^^^^^^^^^
Discouraged access: The field 'BugzillaVersion.BUGZILLA_4_0' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[98]
assertEquals(4, config.getOpenStatusValues().size());
^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getOpenStatusValues()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[99]
assertEquals(3, config.getClosedStatusValues().size());
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getClosedStatusValues()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[101]
assertEquals(3, config.getOpenStatusValues().size());
^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getOpenStatusValues()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[102]
assertEquals(2, config.getClosedStatusValues().size());
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getClosedStatusValues()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[104]
assertEquals(2, config.getOptionValues(BugzillaAttribute.KEYWORDS).size());
^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getOptionValues(BugzillaAttribute)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[104]
assertEquals(2, config.getOptionValues(BugzillaAttribute.KEYWORDS).size());
^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[104]
assertEquals(2, config.getOptionValues(BugzillaAttribute.KEYWORDS).size());
^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.KEYWORDS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[105]
assertEquals(2, config.getProductOptionValues(BugzillaAttribute.COMPONENT, "ManualTest").size());
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getProductOptionValues(BugzillaAttribute, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[105]
assertEquals(2, config.getProductOptionValues(BugzillaAttribute.COMPONENT, "ManualTest").size());
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[105]
assertEquals(2, config.getProductOptionValues(BugzillaAttribute.COMPONENT, "ManualTest").size());
^^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.COMPONENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[106]
assertEquals(4, config.getProductOptionValues(BugzillaAttribute.VERSION, "ManualTest").size());
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getProductOptionValues(BugzillaAttribute, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[106]
assertEquals(4, config.getProductOptionValues(BugzillaAttribute.VERSION, "ManualTest").size());
^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[106]
assertEquals(4, config.getProductOptionValues(BugzillaAttribute.VERSION, "ManualTest").size());
^^^^^^^
Discouraged access: The field 'BugzillaAttribute.VERSION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[107]
assertEquals(4, config.getProductOptionValues(BugzillaAttribute.TARGET_MILESTONE, "ManualTest").size());
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getProductOptionValues(BugzillaAttribute, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[107]
assertEquals(4, config.getProductOptionValues(BugzillaAttribute.TARGET_MILESTONE, "ManualTest").size());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[107]
assertEquals(4, config.getProductOptionValues(BugzillaAttribute.TARGET_MILESTONE, "ManualTest").size());
^^^^^^^^^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.TARGET_MILESTONE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[108]
assertEquals(1, config.getProductOptionValues(BugzillaAttribute.COMPONENT, "TestProduct").size());
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getProductOptionValues(BugzillaAttribute, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[108]
assertEquals(1, config.getProductOptionValues(BugzillaAttribute.COMPONENT, "TestProduct").size());
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[108]
assertEquals(1, config.getProductOptionValues(BugzillaAttribute.COMPONENT, "TestProduct").size());
^^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.COMPONENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaClientTest.java:[109]
assertEquals(1, config.getProductOptionValues(BugzillaAttribute.VERSION, "TestProduct").size());
^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getProductOptionValues(BugzillaAttribute, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[25]
import org.eclipse.mylyn.commons.sdk.util.CommonTestUtil.PrivilegeLevel;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CommonTestUtil.PrivilegeLevel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[26]
import org.eclipse.mylyn.internal.bugzilla.core.BugzillaAttribute;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[27]
import org.eclipse.mylyn.internal.bugzilla.core.BugzillaClient;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaClient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[28]
import org.eclipse.mylyn.internal.bugzilla.core.BugzillaRepositoryConnector;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaRepositoryConnector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[29]
import org.eclipse.mylyn.internal.bugzilla.core.RepositoryConfiguration;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryConfiguration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[43]
BugzillaClient client;
^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaClient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[45]
BugzillaRepositoryConnector connector;
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaRepositoryConnector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[49]
repository = BugzillaFixture.current().repository();
^^^^^^^^^^
Discouraged access: The method 'TestFixture.repository()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[56]
client.logout(new NullProgressMonitor());
^^^^^^
Discouraged access: The method 'BugzillaClient.logout(IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[58]
repository = client.getTaskRepository();
^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaClient.getTaskRepository()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[61]
connector.getTaskData(repository, "1", new NullProgressMonitor());
^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.getTaskData(TaskRepository, String, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[73]
connector.getClientManager().repositoryAdded(repository);
^^^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.getClientManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[73]
connector.getClientManager().repositoryAdded(repository);
^^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaClientManager.repositoryAdded(TaskRepository)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[74]
connector.getTaskData(repository, "-1", new NullProgressMonitor());
^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.getTaskData(TaskRepository, String, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[84]
RepositoryConfiguration repositoryConfiguration = connector.getRepositoryConfiguration(repository.getRepositoryUrl());
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryConfiguration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[84]
RepositoryConfiguration repositoryConfiguration = connector.getRepositoryConfiguration(repository.getRepositoryUrl());
^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.getRepositoryConfiguration(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[85]
List<String> priorities = repositoryConfiguration.getOptionValues(BugzillaAttribute.PRIORITY);
^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getOptionValues(BugzillaAttribute)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[85]
List<String> priorities = repositoryConfiguration.getOptionValues(BugzillaAttribute.PRIORITY);
^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[85]
List<String> priorities = repositoryConfiguration.getOptionValues(BugzillaAttribute.PRIORITY);
^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.PRIORITY' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[87]
TaskData data = BugzillaFixture.current().createTask(PrivilegeLevel.USER, "testPostingAndReading() summary",
^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CommonTestUtil.PrivilegeLevel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[87]
TaskData data = BugzillaFixture.current().createTask(PrivilegeLevel.USER, "testPostingAndReading() summary",
^^^^
Discouraged access: The field 'CommonTestUtil.PrivilegeLevel.USER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.sdk.util/3.26.0.N20200810-0516/org.eclipse.mylyn.commons.sdk.util-3.26.0.N20200810-0516.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[92]
data.getRoot().getMappedAttribute(BugzillaAttribute.REP_PLATFORM.getKey()).setValue("PC");
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[92]
data.getRoot().getMappedAttribute(BugzillaAttribute.REP_PLATFORM.getKey()).setValue("PC");
^^^^^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.REP_PLATFORM' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[92]
data.getRoot().getMappedAttribute(BugzillaAttribute.REP_PLATFORM.getKey()).setValue("PC");
^^^^^^
Discouraged access: The method 'BugzillaAttribute.getKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[93]
data.getRoot().getMappedAttribute(BugzillaAttribute.OP_SYS.getKey()).setValue("Linux");
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[93]
data.getRoot().getMappedAttribute(BugzillaAttribute.OP_SYS.getKey()).setValue("Linux");
^^^^^^
Discouraged access: The field 'BugzillaAttribute.OP_SYS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[93]
data.getRoot().getMappedAttribute(BugzillaAttribute.OP_SYS.getKey()).setValue("Linux");
^^^^^^
Discouraged access: The method 'BugzillaAttribute.getKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[94]
data.getRoot().getMappedAttribute(BugzillaAttribute.VERSION.getKey()).setValue("R2.0");
^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[94]
data.getRoot().getMappedAttribute(BugzillaAttribute.VERSION.getKey()).setValue("R2.0");
^^^^^^^
Discouraged access: The field 'BugzillaAttribute.VERSION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[94]
data.getRoot().getMappedAttribute(BugzillaAttribute.VERSION.getKey()).setValue("R2.0");
^^^^^^
Discouraged access: The method 'BugzillaAttribute.getKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[104]
assertEquals("PC", data.getRoot().getMappedAttribute(BugzillaAttribute.REP_PLATFORM.getKey()).getValue());
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[104]
assertEquals("PC", data.getRoot().getMappedAttribute(BugzillaAttribute.REP_PLATFORM.getKey()).getValue());
^^^^^^^^^^^^
Discouraged access: The field 'BugzillaAttribute.REP_PLATFORM' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[104]
assertEquals("PC", data.getRoot().getMappedAttribute(BugzillaAttribute.REP_PLATFORM.getKey()).getValue());
^^^^^^
Discouraged access: The method 'BugzillaAttribute.getKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[105]
assertEquals("Linux", data.getRoot().getMappedAttribute(BugzillaAttribute.OP_SYS.getKey()).getValue());
^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[105]
assertEquals("Linux", data.getRoot().getMappedAttribute(BugzillaAttribute.OP_SYS.getKey()).getValue());
^^^^^^
Discouraged access: The field 'BugzillaAttribute.OP_SYS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[105]
assertEquals("Linux", data.getRoot().getMappedAttribute(BugzillaAttribute.OP_SYS.getKey()).getValue());
^^^^^^
Discouraged access: The method 'BugzillaAttribute.getKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[106]
assertEquals("R2.0", data.getRoot().getMappedAttribute(BugzillaAttribute.VERSION.getKey()).getValue());
^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[106]
assertEquals("R2.0", data.getRoot().getMappedAttribute(BugzillaAttribute.VERSION.getKey()).getValue());
^^^^^^^
Discouraged access: The field 'BugzillaAttribute.VERSION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[106]
assertEquals("R2.0", data.getRoot().getMappedAttribute(BugzillaAttribute.VERSION.getKey()).getValue());
^^^^^^
Discouraged access: The method 'BugzillaAttribute.getKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[107]
assertEquals("R2.0", data.getRoot().getMappedAttribute(BugzillaAttribute.VERSION.getKey()).getValue());
^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[107]
assertEquals("R2.0", data.getRoot().getMappedAttribute(BugzillaAttribute.VERSION.getKey()).getValue());
^^^^^^^
Discouraged access: The field 'BugzillaAttribute.VERSION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[107]
assertEquals("R2.0", data.getRoot().getMappedAttribute(BugzillaAttribute.VERSION.getKey()).getValue());
^^^^^^
Discouraged access: The method 'BugzillaAttribute.getKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[128]
assertEquals(ts1_truncated, BugzillaClient.stripTimeZone(ts1));
^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaClient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[128]
assertEquals(ts1_truncated, BugzillaClient.stripTimeZone(ts1));
^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaClient.stripTimeZone(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[132]
assertEquals(ts2_truncated, BugzillaClient.stripTimeZone(ts2));
^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaClient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[132]
assertEquals(ts2_truncated, BugzillaClient.stripTimeZone(ts2));
^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaClient.stripTimeZone(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[136]
assertEquals(ts3_truncated, BugzillaClient.stripTimeZone(ts3));
^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaClient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/RepositoryReportFactoryTest.java:[136]
assertEquals(ts3_truncated, BugzillaClient.stripTimeZone(ts3));
^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaClient.stripTimeZone(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[34]
import org.eclipse.mylyn.internal.bugzilla.core.AbstractBugzillaOperation;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractBugzillaOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[35]
import org.eclipse.mylyn.internal.bugzilla.core.BugzillaAttribute;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[36]
import org.eclipse.mylyn.internal.bugzilla.core.BugzillaAttributeMapper;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttributeMapper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[37]
import org.eclipse.mylyn.internal.bugzilla.core.BugzillaVersion;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaVersion' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[38]
import org.eclipse.mylyn.internal.bugzilla.core.CustomTransitionManager;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CustomTransitionManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[39]
import org.eclipse.mylyn.internal.bugzilla.core.RepositoryConfiguration;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryConfiguration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[40]
import org.eclipse.mylyn.internal.bugzilla.core.service.BugzillaXmlRpcClient;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaXmlRpcClient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[41]
import org.eclipse.mylyn.internal.tasks.ui.TasksUiPlugin;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[42]
import org.eclipse.mylyn.internal.tasks.ui.util.TasksUiInternal;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiInternal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[64]
private BugzillaXmlRpcClient bugzillaClient;
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaXmlRpcClient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[273]
WebLocation webLocation = new WebLocation(BugzillaFixture.current().getRepositoryUrl() + "/xmlrpc.cgi");
^^^^^^^^^^^^^^^^
Discouraged access: The method 'TestFixture.getRepositoryUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[275]
bugzillaClient = new BugzillaXmlRpcClient(webLocation, client);
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaXmlRpcClient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[275]
bugzillaClient = new BugzillaXmlRpcClient(webLocation, client);
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'BugzillaXmlRpcClient(AbstractWebLocation, BugzillaClient)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[276]
bugzillaClient.setContentTypeCheckingEnabled(true);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CommonXmlRpcClient.setContentTypeCheckingEnabled(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/.repository/p2/osgi/bundle/org.eclipse.mylyn.commons.xmlrpc/3.26.0.N20190930-2131/org.eclipse.mylyn.commons.xmlrpc-3.26.0.N20190930-2131.jar')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[286]
return TasksUiPlugin.getTaskDataManager().getWorkingCopy(task);
^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[286]
return TasksUiPlugin.getTaskDataManager().getWorkingCopy(task);
^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getTaskDataManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[286]
return TasksUiPlugin.getTaskDataManager().getWorkingCopy(task);
^^^^^^^^^^^^^^
Discouraged access: The method 'TaskDataManager.getWorkingCopy(ITask)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[291]
SubmitJob submitJob = TasksUiInternal.getJobFactory().createSubmitTaskJob(connector, model.getTaskRepository(),
^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiInternal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[291]
SubmitJob submitJob = TasksUiInternal.getJobFactory().createSubmitTaskJob(connector, model.getTaskRepository(),
^^^^^^^^^^^^^
Discouraged access: The method 'TasksUiInternal.getJobFactory()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[291]
SubmitJob submitJob = TasksUiInternal.getJobFactory().createSubmitTaskJob(connector, model.getTaskRepository(),
^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ITaskJobFactory.createSubmitTaskJob(AbstractRepositoryConnector, TaskRepository, ITask, TaskData, Set<TaskAttribute>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[306]
String version = bugzillaClient.getVersion(monitor);
^^^^^^^^^^
Discouraged access: The method 'BugzillaXmlRpcClient.getVersion(IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[307]
assertEquals(0, new BugzillaVersion(BugzillaFixture.current().getVersion())
^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaVersion' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[307]
assertEquals(0, new BugzillaVersion(BugzillaFixture.current().getVersion())
^^^^^^^^^^^^^^^
Discouraged access: The constructor 'BugzillaVersion(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[308]
.compareMajorMinorOnly(new BugzillaVersion(version)));
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaVersion.compareMajorMinorOnly(BugzillaVersion)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[308]
.compareMajorMinorOnly(new BugzillaVersion(version)));
^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaVersion' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[308]
.compareMajorMinorOnly(new BugzillaVersion(version)));
^^^^^^^^^^^^^^^
Discouraged access: The constructor 'BugzillaVersion(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[318]
BugzillaVersion version = BugzillaFixture.current().getBugzillaVersion();
^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaVersion' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[319]
bugzillaClient.logout(monitor);
^^^^^^
Discouraged access: The method 'BugzillaXmlRpcClient.logout(IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[320]
int uID = bugzillaClient.login(monitor);
^^^^^
Discouraged access: The method 'BugzillaXmlRpcClient.login(IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[322]
Object[] userList0 = bugzillaClient.getUserInfoFromIDs(monitor, new Integer[] { 1, 2 });
^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaXmlRpcClient.getUserInfoFromIDs(IProgressMonitor, Integer[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[341]
Object[] userList1 = bugzillaClient.getUserInfoFromNames(monitor,
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaXmlRpcClient.getUserInfoFromNames(IProgressMonitor, String[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[346]
if (version.compareTo(BugzillaVersion.BUGZILLA_5_1) < 0) {
^^^^^^^^^
Discouraged access: The method 'BugzillaVersion.compareTo(BugzillaVersion)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[346]
if (version.compareTo(BugzillaVersion.BUGZILLA_5_1) < 0) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaVersion' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[346]
if (version.compareTo(BugzillaVersion.BUGZILLA_5_1) < 0) {
^^^^^^^^^^^^
Discouraged access: The field 'BugzillaVersion.BUGZILLA_5_1' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[361]
int uID = bugzillaClient.login(monitor);
^^^^^
Discouraged access: The method 'BugzillaXmlRpcClient.login(IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[363]
Object[] selProductIDs = bugzillaClient.getSelectableProducts(monitor);
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaXmlRpcClient.getSelectableProducts(IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[366]
Object[] enterProductIDs = bugzillaClient.getEnterableProducts(monitor);
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaXmlRpcClient.getEnterableProducts(IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[369]
Object[] accessibleProductIDs = bugzillaClient.getAccessibleProducts(monitor);
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaXmlRpcClient.getAccessibleProducts(IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[372]
Object[] productDetails = bugzillaClient.getProducts(monitor, new Integer[] { 1, 3 });
^^^^^^^^^^^
Discouraged access: The method 'BugzillaXmlRpcClient.getProducts(IProgressMonitor, Object[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[398]
uID = bugzillaClient.login(monitor);
^^^^^
Discouraged access: The method 'BugzillaXmlRpcClient.login(IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[405]
uID = bugzillaClient.login(monitor);
^^^^^
Discouraged access: The method 'BugzillaXmlRpcClient.login(IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[412]
if (BugzillaFixture.current().getBugzillaVersion().isSmaller(BugzillaVersion.BUGZILLA_3_6)) {
^^^^^^^^^
Discouraged access: The method 'BugzillaVersion.isSmaller(BugzillaVersion)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[412]
if (BugzillaFixture.current().getBugzillaVersion().isSmaller(BugzillaVersion.BUGZILLA_3_6)) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaVersion' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[412]
if (BugzillaFixture.current().getBugzillaVersion().isSmaller(BugzillaVersion.BUGZILLA_3_6)) {
^^^^^^^^^^^^
Discouraged access: The field 'BugzillaVersion.BUGZILLA_3_6' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[417]
CustomTransitionManager ctm = new CustomTransitionManager();
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CustomTransitionManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[417]
CustomTransitionManager ctm = new CustomTransitionManager();
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CustomTransitionManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[417]
CustomTransitionManager ctm = new CustomTransitionManager();
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'CustomTransitionManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[418]
ctm.parse(new NullProgressMonitor(), bugzillaClient);
^^^^^
Discouraged access: The method 'CustomTransitionManager.parse(IProgressMonitor, BugzillaXmlRpcClient)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[434]
} else if (BugzillaFixture.current().getBugzillaVersion().isSmaller(BugzillaVersion.BUGZILLA_4_0)) {
^^^^^^^^^
Discouraged access: The method 'BugzillaVersion.isSmaller(BugzillaVersion)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[434]
} else if (BugzillaFixture.current().getBugzillaVersion().isSmaller(BugzillaVersion.BUGZILLA_4_0)) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaVersion' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[434]
} else if (BugzillaFixture.current().getBugzillaVersion().isSmaller(BugzillaVersion.BUGZILLA_4_0)) {
^^^^^^^^^^^^
Discouraged access: The field 'BugzillaVersion.BUGZILLA_4_0' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[442]
for (AbstractBugzillaOperation s : ctm.getValidTransitions(start)) {
^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractBugzillaOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[442]
for (AbstractBugzillaOperation s : ctm.getValidTransitions(start)) {
^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CustomTransitionManager.getValidTransitions(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[443]
String end = s.toString();
^^^^^^^^
Discouraged access: The method 'AbstractBugzillaOperation.toString()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[451]
ctm.getValidTransitions(start).size());
^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CustomTransitionManager.getValidTransitions(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[504]
AbstractTaskDataHandler taskDataHandler = connector.getTaskDataHandler();
^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.getTaskDataHandler()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[524]
client.getTaskData(taskIds, collector2, new BugzillaAttributeMapper(repository, connector),
^^^^^^^^^^^
Discouraged access: The method 'BugzillaClient.getTaskData(Set<String>, TaskDataCollector, TaskAttributeMapper, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[524]
client.getTaskData(taskIds, collector2, new BugzillaAttributeMapper(repository, connector),
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttributeMapper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[524]
client.getTaskData(taskIds, collector2, new BugzillaAttributeMapper(repository, connector),
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'BugzillaAttributeMapper(TaskRepository, BugzillaRepositoryConnector)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[529]
bugzillaClient.getTaskData(taskIds, collector3, new BugzillaAttributeMapper(repository, connector),
^^^^^^^^^^^
Discouraged access: The method 'BugzillaXmlRpcClient.getTaskData(Set<String>, TaskDataCollector, TaskAttributeMapper, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[529]
bugzillaClient.getTaskData(taskIds, collector3, new BugzillaAttributeMapper(repository, connector),
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttributeMapper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[529]
bugzillaClient.getTaskData(taskIds, collector3, new BugzillaAttributeMapper(repository, connector),
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'BugzillaAttributeMapper(TaskRepository, BugzillaRepositoryConnector)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[629]
RepositoryConfiguration repositoryConfiguration = connector
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RepositoryConfiguration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[630]
.getRepositoryConfiguration(repository.getRepositoryUrl());
^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaRepositoryConnector.getRepositoryConfiguration(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[632]
for (String product : repositoryConfiguration.getOptionValues(BugzillaAttribute.PRODUCT)) {
^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getOptionValues(BugzillaAttribute)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[632]
for (String product : repositoryConfiguration.getOptionValues(BugzillaAttribute.PRODUCT)) {
^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[632]
for (String product : repositoryConfiguration.getOptionValues(BugzillaAttribute.PRODUCT)) {
^^^^^^^
Discouraged access: The field 'BugzillaAttribute.PRODUCT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[633]
repositoryConfiguration.setDefaultMilestone(product, null);
^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.setDefaultMilestone(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[636]
bugzillaClient.updateProductInfo(new NullProgressMonitor(), repositoryConfiguration);
^^^^^^^^^^^^^^^^^
Discouraged access: The method 'BugzillaXmlRpcClient.updateProductInfo(IProgressMonitor, RepositoryConfiguration)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[637]
for (String product : repositoryConfiguration.getOptionValues(BugzillaAttribute.PRODUCT)) {
^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getOptionValues(BugzillaAttribute)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[637]
for (String product : repositoryConfiguration.getOptionValues(BugzillaAttribute.PRODUCT)) {
^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[637]
for (String product : repositoryConfiguration.getOptionValues(BugzillaAttribute.PRODUCT)) {
^^^^^^^
Discouraged access: The field 'BugzillaAttribute.PRODUCT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/core/BugzillaXmlRpcClientTest.java:[640]
assertEquals("---", repositoryConfiguration.getDefaultMilestones(product));
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'RepositoryConfiguration.getDefaultMilestones(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[23]
import org.eclipse.mylyn.internal.bugzilla.core.BugzillaClient;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaClient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[24]
import org.eclipse.mylyn.internal.bugzilla.core.BugzillaCorePlugin;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaCorePlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[25]
import org.eclipse.mylyn.internal.bugzilla.core.BugzillaRepositoryConnector;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaRepositoryConnector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[26]
import org.eclipse.mylyn.internal.tasks.core.TaskList;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskList' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[27]
import org.eclipse.mylyn.internal.tasks.core.TaskRepositoryManager;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskRepositoryManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[28]
import org.eclipse.mylyn.internal.tasks.ui.ITasksUiPreferenceConstants;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ITasksUiPreferenceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[29]
import org.eclipse.mylyn.internal.tasks.ui.TasksUiPlugin;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[30]
import org.eclipse.mylyn.internal.tasks.ui.util.TasksUiInternal;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiInternal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[38]
import org.eclipse.mylyn.tests.util.TestFixture;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TestFixture' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[47]
static final String DEFAULT_KIND = BugzillaCorePlugin.CONNECTOR_KIND;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaCorePlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[47]
static final String DEFAULT_KIND = BugzillaCorePlugin.CONNECTOR_KIND;
^^^^^^^^^^^^^^
Discouraged access: The field 'BugzillaCorePlugin.CONNECTOR_KIND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[49]
protected BugzillaRepositoryConnector connector;
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaRepositoryConnector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[51]
protected TaskRepositoryManager manager;
^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TaskRepositoryManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[55]
protected TaskList taskList;
^^^^^^^^
Discouraged access: The type 'TaskList' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[57]
protected BugzillaClient client;
^^^^^^^^^^^^^^
Discouraged access: The type 'BugzillaClient' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[68]
TasksUiPlugin.getDefault()
^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[68]
TasksUiPlugin.getDefault()
^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[70]
.setValue(ITasksUiPreferenceConstants.REPOSITORY_SYNCH_SCHEDULE_ENABLED, false);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ITasksUiPreferenceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[70]
.setValue(ITasksUiPreferenceConstants.REPOSITORY_SYNCH_SCHEDULE_ENABLED, false);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'ITasksUiPreferenceConstants.REPOSITORY_SYNCH_SCHEDULE_ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[71]
manager = TasksUiPlugin.getRepositoryManager();
^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[71]
manager = TasksUiPlugin.getRepositoryManager();
^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getRepositoryManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[72]
TestFixture.resetTaskListAndRepositories();
^^^^^^^^^^^
Discouraged access: The type 'TestFixture' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[72]
TestFixture.resetTaskListAndRepositories();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TestFixture.resetTaskListAndRepositories()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[75]
this.repository = BugzillaFixture.current().repository();
^^^^^^^^^^
Discouraged access: The method 'TestFixture.repository()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[83]
TestFixture.resetTaskList();
^^^^^^^^^^^
Discouraged access: The type 'TestFixture' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[83]
TestFixture.resetTaskList();
^^^^^^^^^^^^^
Discouraged access: The method 'TestFixture.resetTaskList()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tests.util/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[84]
manager.clearRepositories(TasksUiPlugin.getDefault().getRepositoriesFilePath());
^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TaskRepositoryManager.clearRepositories(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[84]
manager.clearRepositories(TasksUiPlugin.getDefault().getRepositoriesFilePath());
^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[84]
manager.clearRepositories(TasksUiPlugin.getDefault().getRepositoriesFilePath());
^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[84]
manager.clearRepositories(TasksUiPlugin.getDefault().getRepositoriesFilePath());
^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getRepositoriesFilePath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[93]
return TasksUiPlugin.getTaskDataManager().getWorkingCopy(task);
^^^^^^^^^^^^^
Discouraged access: The type 'TasksUiPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[93]
return TasksUiPlugin.getTaskDataManager().getWorkingCopy(task);
^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'TasksUiPlugin.getTaskDataManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[93]
return TasksUiPlugin.getTaskDataManager().getWorkingCopy(task);
^^^^^^^^^^^^^^
Discouraged access: The method 'TaskDataManager.getWorkingCopy(ITask)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.tasks.core/target/classes')
[WARNING] /home/jenkins/agent/workspace/mylyn-tasks-nightly/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/AbstractBugzillaTest.java:[97]