Started by user Dawid Pakula Running as Dawid Pakula [Pipeline] Start of Pipeline [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Still waiting to schedule task ‘centos-7-472rn’ is offline Agent centos-7-472rn is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-472rn" namespace: "dltk" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.dltk.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-472rn" - 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-472rn" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.dltk.svc.cluster.local/dltk/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3107.v665000b_51092" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-dltk" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on centos-7-472rn in /home/jenkins/agent/workspace/dltk-nightly-pipeline [Pipeline] { [Pipeline] stage [Pipeline] { (Preparation) [Pipeline] checkout The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/dltk/org.eclipse.dltk.releng.git > git init /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.releng # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/dltk/org.eclipse.dltk.releng.git > git --version # timeout=10 > git --version # 'git version 2.36.6' > git fetch --tags --force --progress -- https://git.eclipse.org/r/dltk/org.eclipse.dltk.releng.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 1dde2bdcb421d60f3dfd8bb43891cdaa7d202476 (refs/remotes/origin/master) > git config remote.origin.url https://git.eclipse.org/r/dltk/org.eclipse.dltk.releng.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 Commit message: "Bump tycho to 2.7.5" > git checkout -f 1dde2bdcb421d60f3dfd8bb43891cdaa7d202476 # timeout=10 > git rev-list --no-walk 3acbcaecc994776147261f6d3e1835ef0433a985 # timeout=10 [Pipeline] checkout The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/dltk/org.eclipse.dltk.core.git > git init /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/dltk/org.eclipse.dltk.core.git > git --version # timeout=10 > git --version # 'git version 2.36.6' > git fetch --tags --force --progress -- https://git.eclipse.org/r/dltk/org.eclipse.dltk.core.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision d222a02d83583086ad060c801ebe7587cee1d689 (refs/remotes/origin/master) Commit message: "Restore mylyn in builds" > git config remote.origin.url https://git.eclipse.org/r/dltk/org.eclipse.dltk.core.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d222a02d83583086ad060c801ebe7587cee1d689 # timeout=10 > git rev-list --no-walk d222a02d83583086ad060c801ebe7587cee1d689 # timeout=10 [Pipeline] checkout The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Avoid second fetch Checking out Revision 790b83685e9aed92b01117810978e2d1c77c3358 (refs/remotes/origin/master) Cloning repository https://git.eclipse.org/r/dltk/org.eclipse.dltk.tcl.git > git init /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/dltk/org.eclipse.dltk.tcl.git > git --version # timeout=10 > git --version # 'git version 2.36.6' > git fetch --tags --force --progress -- https://git.eclipse.org/r/dltk/org.eclipse.dltk.tcl.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/dltk/org.eclipse.dltk.tcl.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 790b83685e9aed92b01117810978e2d1c77c3358 # timeout=10 Commit message: "Version bump to 6.3" > git rev-list --no-walk 790b83685e9aed92b01117810978e2d1c77c3358 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] xvnc [dltk-nightly-pipeline] $ Xvnc -help Starting xvnc [dltk-nightly-pipeline] $ Xvnc :65 -localhost -nolisten tcp Xvnc TigerVNC 1.8.0 - built Apr 5 2023 13:48:56 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt) See http://www.tigervnc.org for information on TigerVNC. Underlying X server release 12004000, The X.Org Foundation Tue May 30 11:53:16 2023 vncext: VNC extension running! vncext: Listening for VNC connections on local interface(s), port 5965 vncext: created VNC server for screen 0 [Pipeline] { [Pipeline] withMaven [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + export LANG=en_US.utf8 + LANG=en_US.utf8 [Pipeline] sh + mvn -Dmaven.test.skip=true -Dproject.build.sourceEncoding=UTF-8 clean install -Psign -Preports -f org.eclipse.dltk.releng/pom.xml Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/dltk-nightly-pipeline@tmp/withMaven47e7df69/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/dltk-nightly-pipeline@tmp/withMaven47e7df69" Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.6, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/dltk-nightly-pipeline@tmp/withMaven47e7df69/maven-spy-20230530-115321-162213640397525276454.log.tmp ... [INFO] Scanning for projects... [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [INFO] Resolving target definition file:/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/releng/org.eclipse.dltk.core.targetplatform/org.eclipse.dltk.core.targetplatform.target for environments=[linux/gtk/x86_64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@4603c412... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.core:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.sdk:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.core.tests:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.core.index.lucene:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.index.lucene.sdk:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.annotations:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.console:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/pom.xml [INFO] Fetching 202203161000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2022-03/ (63B) [INFO] Fetching org.eclipse.osgi_3.17.200.v20220215-2237.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.46MB) [INFO] Fetching org.eclipse.core.contenttype_3.8.100.v20210910-0640.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (100.02kB) [INFO] Fetching org.eclipse.equinox.preferences_3.9.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (136.29kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (194.4kB) [INFO] Fetching org.eclipse.equinox.common_3.16.0.v20220211-2322.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (144.49kB) [INFO] Fetching org.eclipse.core.expressions_3.8.100.v20210910-0640.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (92.12kB) [INFO] Fetching org.eclipse.core.runtime_3.24.100.v20220211-2001.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (70.8kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.300.v20220121-1426.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (69.81kB) [INFO] Fetching org.eclipse.core.jobs_3.12.100.v20220120-1329.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (108.25kB) [INFO] Fetching org.eclipse.core.resources_3.16.100.v20220214-1012.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (880.97kB) [INFO] Fetching org.eclipse.equinox.app_1.6.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (89.14kB) [INFO] Fetching org.eclipse.emf.ecore_2.26.0.v20220123-0838.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.26MB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (229.56kB) [INFO] Fetching org.eclipse.emf.common_2.24.0.v20220123-0838.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (367.53kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.console.ui:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/pom.xml [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (12.94MB) [INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (1.68MB) [INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (1.41MB) [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (46.27kB) [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (20.34kB) [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (353.59kB) [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (144.34kB) [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (23.5kB) [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (703.81kB) [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20201118194144/repository/ (63B) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (302.53kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (71.45kB) [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (411.93kB) [INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (126.4kB) [INFO] Fetching org.eclipse.osgi.util_3.6.100.v20210723-1119.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (72.7kB) [INFO] Fetching org.bouncycastle.bcpg_1.70.0.v20220105-1522.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (359.18kB) [INFO] Fetching org.bouncycastle.bcprov_1.70.0.v20220105-1522.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (5.58MB) [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (66.43kB) [INFO] Fetching org.eclipse.core.commands_3.10.100.v20210722-1426.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (114.56kB) [INFO] Fetching org.eclipse.core.databinding_1.11.0.v20220118-1028.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (287.81kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (313kB) [INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (163.08kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (115.6kB) [INFO] Fetching org.eclipse.text_3.12.0.v20210512-1644.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (288.46kB) [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (35.64kB) [INFO] Fetching org.eclipse.debug.core_3.19.0.v20220125-2302.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (396.72kB) [INFO] Fetching org.eclipse.debug.ui_3.16.0.v20220228-0706.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.97MB) [INFO] Fetching org.eclipse.ui_3.201.0.v20220124-1108.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (432.55kB) [INFO] Fetching org.eclipse.ui.console_3.11.100.v20210721-1355.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (209.6kB) [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (270.25kB) [INFO] Fetching org.eclipse.jface_3.25.0.v20220218-1636.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.11MB) [INFO] Fetching org.eclipse.jface.text_3.20.0.v20220218-1549.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.03MB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.400.v20220218-1619.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (674.85kB) [INFO] Fetching org.eclipse.ui.ide_3.18.500.v20220215-1304.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.44MB) [INFO] Fetching org.eclipse.ui.editors_3.14.300.v20210913-0815.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (618.79kB) [INFO] Fetching org.eclipse.ui.workbench_3.125.0.v20220308-0722.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (3.49MB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (24.31kB) [INFO] Fetching org.eclipse.ui.forms_3.11.300.v20211022-1451.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (330.12kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.100.v20211204-1536.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (25.92kB) [INFO] Fetching org.eclipse.e4.core.di_1.8.100.v20210910-0640.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (52.48kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.9.100.v20211011-1349.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (55.13kB) [INFO] Fetching org.eclipse.e4.core.services_2.3.100.v20210910-0640.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (69.65kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.100.v20210910-0640.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (12kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.100.v20210910-0640.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (11.14kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.200.v20210910-0640.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (40.46kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (51.03kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (317.8kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (45.85kB) [INFO] Fetching org.eclipse.swt_3.119.0.v20220223-1102.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (16.97kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.200.v20211022-1402.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (213.89kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.400.v20211026-1534.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (203.91kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (27.72kB) [INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (16.41kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.200.v20211210-1500.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (56.73kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.16.0.v20210625-1251.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (11.51kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.0.v20210727-1533.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (394.73kB) [INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (33.33kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (13.3kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.13.100.v20211019-0756.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (260.38kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (87.54kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (118.14kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.400.v20220308-0630.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (251.6kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.400.v20220222-1128.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (147.16kB) [INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (295.36kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (21.08kB) [INFO] Fetching org.eclipse.urischeme_1.2.100.v20211001-1648.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (51.9kB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (50.74kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.400.v20220223-1131.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (170.85kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.100.v20210813-0606.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (360.09kB) [INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (131.39kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.9.0.v20220210-1157.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (76.5kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.200.v20220207-0719.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (74.12kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.6.0.v20220215-0840.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (173.65kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.300.v20220209-1714.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (218.82kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (130.72kB) [INFO] Fetching org.eclipse.equinox.security_1.3.900.v20220108-1321.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (113.21kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.119.0.v20220223-1102.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.08MB) [INFO] Fetching org.eclipse.ui.navigator_3.10.200.v20211009-1706.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (423.11kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (21.23kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.119.0.v20220223-1102.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.47MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.119.0.v20220223-1102.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.14MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.aarch64_3.119.0.v20220223-1102.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.14MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.manipulation:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/pom.xml [INFO] Fetching org.eclipse.ltk.core.refactoring_3.12.100.v20210926-1112.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (341.2kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.doc.isv:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.doc.isv/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.index:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.index.lucene:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/pom.xml [INFO] Fetching org.apache.lucene.analysis-common_9.4.2.v20221211-0752.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (1.85MB) [INFO] Fetching org.apache.lucene.core_9.4.2.v20221211-0752.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (3.69MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.tools.ui:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/pom.xml [INFO] Fetching org.eclipse.compare_3.8.300.v20220121-1000.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (804.8kB) [INFO] Fetching org.eclipse.ui.views_3.11.100.v20210816-0811.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (105.57kB) [INFO] Fetching org.eclipse.team.core_3.9.300.v20220204-0611.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (401.7kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.0.v20210618-1953.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (468.75kB) [INFO] Fetching org.eclipse.search_3.14.100.v20220120-1549.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (489.96kB) [INFO] Fetching org.eclipse.team.ui_3.9.200.v20211130-1532.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.42MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.debug:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.debug.ui:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.formatter:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.formatter/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.launching:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.logconsole:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.logconsole.ui:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.testing:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.ui:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.validators.core:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.validators.externalchecker:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.validators.ui:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.tests:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/pom.xml [INFO] Fetching org.eclipse.core.net_1.3.1100.v20210424-0724.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (64.42kB) [INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (421.77kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (65.43kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (52.65kB) [INFO] Fetching org.eclipse.ui.ide.application_1.4.300.v20220114-0859.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (113.09kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.400.v20220203-1803.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (172.29kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (107.15kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.debug.tests:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/pom.xml [INFO] Fetching net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (3.21MB) [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (55.98kB) [INFO] Fetching org.mockito_2.23.0.v20200310-1642.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (618.07kB) [INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (71.25kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.debug.ui.tests:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.formatter.tests:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.formatter.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.validators.core.tests:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.validators.core.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.ui.tests:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.mylyn:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.mylyn:org.eclipse.dltk.mylyn.sdk:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.mylyn:org.eclipse.dltk.mylyn:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/pom.xml [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.55MB) [INFO] Fetching com.sun.xml.bind_2.3.3.v20221203-1659.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (1.16MB) [INFO] Fetching jakarta.xml.bind_2.3.3.v20221203-1659.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (135.86kB) [INFO] Fetching javax.activation_1.2.2.v20221203-1659.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (85.08kB) [INFO] Fetching javax.xml_1.4.1.v20220503-2331.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (339.43kB) [INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (2.96MB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (370.34kB) [INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (323.79kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v20220406-2305.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (300.96kB) [INFO] Fetching org.apache.xerces_2.12.2.v20220131-0835.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (1.5MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v20220715-1206.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (101.69kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.8.0.v20210619-1111.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (92.92kB) [INFO] Fetching org.eclipse.mylyn.context.core_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (128.15kB) [INFO] Fetching org.eclipse.mylyn.context.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (166.97kB) [INFO] Fetching org.eclipse.mylyn.commons.core_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (125.23kB) [INFO] Fetching org.eclipse.mylyn.commons.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (331.04kB) [INFO] Fetching org.eclipse.mylyn.monitor.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (53.46kB) [INFO] Fetching org.eclipse.mylyn.resources.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (70.32kB) [INFO] Fetching org.eclipse.mylyn.monitor.core_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (40.67kB) [INFO] Fetching org.eclipse.mylyn.tasks.ui_3.26.0.v20230221-1933.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (1.98MB) [INFO] Fetching org.eclipse.mylyn.ide.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (37.23kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (36.06kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.100.v20210703-1540.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (69.05kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.200.v20220127-1112.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (110.36kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (367.35kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (244.03kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (45.48kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.0.v20210316-1209.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (31.04kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.100.v20210615-1334.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (129.25kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.0.v20220127-1312.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (102.07kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.2.v20220127-1658.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (242.66kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.100.v20220213-0541.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (35.63kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (24.82kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.6.0.v20210315-2228.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (74.06kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (26.34kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.400.v20220214-1604.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (658.08kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.3.200.v20220115-0654.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (170.59kB) [INFO] Fetching org.eclipse.jdt.core_3.29.0.v20220214-1307.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (6.66MB) [INFO] Fetching org.eclipse.mylyn.commons.identity.core_3.26.0.v20230225-1108.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (47kB) [INFO] Fetching org.eclipse.mylyn.commons.net_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (85.77kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_3.26.0.v20221223-1911.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (16.02kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_3.26.0.v20230320-1407.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (32.86kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (63.41kB) [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (178.66kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.core_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (50.21kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_3.26.0.v20230131-2052.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (99.27kB) [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (111.39kB) [INFO] Fetching org.eclipse.mylyn.discovery.core_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (90.78kB) [INFO] Fetching org.eclipse.mylyn.discovery.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (94.03kB) [INFO] Fetching org.eclipse.mylyn.tasks.core_3.26.0.v20221223-1911.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (490.83kB) [INFO] Fetching org.eclipse.ui.browser_3.7.100.v20211105-1434.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (207.24kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.rse:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/features/org.eclipse.dltk.rse-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.rse.sdk:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/features/org.eclipse.dltk.rse.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.rse:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.rse.core:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.core/pom.xml [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (297.81kB) [INFO] Fetching org.eclipse.rse.core_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (408.4kB) [INFO] Fetching org.eclipse.rse.subsystems.files.core_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (135.72kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.core_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (68.52kB) [INFO] Fetching org.eclipse.rse.efs_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (33.41kB) [INFO] Fetching org.eclipse.rse.services_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (454.48kB) [INFO] Fetching org.eclipse.rse.connectorservice.ssh_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (40.29kB) [INFO] Fetching org.eclipse.rse.services.ssh_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (61.85kB) [INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (40.73kB) [INFO] Fetching org.eclipse.rse.ui_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.64MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.rse.ui:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/pom.xml [INFO] Fetching org.eclipse.rse.files.ui_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (493.75kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.ssh.core:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.ssh.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.tcl:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/features/org.eclipse.dltk.tcl-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.sdk:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/features/org.eclipse.dltk.tcl.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.doc.user:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/docs/org.eclipse.dltk.tcl.doc.user/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.activestatedebugger:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.core:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.core.indexer:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.debug:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.debug.ui:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.formatter:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.formatter/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.launching:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.parser:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.tclchecker:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/pom.xml [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (90.57kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.tcllib:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tcllib/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.testing:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.testing.tcltest:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.ui:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.validators:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.tests:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.core.tests:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.parser.tests:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.formatter.tests:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.validators.tests:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.ui.tests:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.activestatedebugger.tests:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.itcl:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/features/org.eclipse.dltk.itcl-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.sdk:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/features/org.eclipse.dltk.itcl.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.itcl:org.eclipse.dltk.itcl:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.core:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.ui:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.core.tests:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/tests/org.eclipse.dltk.itcl.core.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.xotcl:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/features/org.eclipse.dltk.xotcl-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.sdk:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/features/org.eclipse.dltk.xotcl.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.core:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.testing.xounit:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.ui:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.core.tests:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/pom.xml [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (137.97kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (56.84kB) [INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (96.33kB) [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (108.48kB) [INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (52.58kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (219.73kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (69.34kB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (2.36MB) [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (1.67MB) [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (3.33MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (3.45MB) [INFO] Fetching org.eclipse.ant.core_3.6.300.v20220214-2001.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (107.38kB) [INFO] Fetching org.eclipse.core.externaltools_1.2.200.v20220125-2302.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (42.65kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (11.32kB) [INFO] Fetching org.eclipse.core.net.linux_1.0.100.v20220111-1854.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (14.42kB) [INFO] Fetching org.eclipse.debug.ui.launchview_1.0.100.v20220121-1856.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (85.98kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.600.v20220207-1403.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (249.4kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.400.v20211117-0650.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (84.05kB) [INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (129.01kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (10.74kB) [INFO] Fetching org.eclipse.jface.notifications_0.4.0.v20211004-0555.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (29.94kB) [INFO] Fetching org.eclipse.e4.rcp_4.23.0.v20220308-0630.jar from https://download.eclipse.org/releases/2022-03/202203161000/features/ (20.95kB) [INFO] Fetching org.eclipse.emf.common_2.25.0.v20220123-0838.jar from https://download.eclipse.org/releases/2022-03/202203161000/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.ecore_2.27.0.v20220123-0838.jar from https://download.eclipse.org/releases/2022-03/202203161000/features/ (19.14kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.8.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (29.16kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.7.200.v20211021-1418.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (234.52kB) [INFO] Fetching org.eclipse.jetty.http_10.0.6.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (243.43kB) [INFO] Fetching org.eclipse.jetty.server_10.0.6.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (769.66kB) [INFO] Fetching org.eclipse.jetty.servlet_10.0.6.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (171.75kB) [INFO] Fetching org.eclipse.jetty.util_10.0.6.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (561.39kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.3.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (47.6kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.600.v20211021-1418.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (27.33kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (12.61kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.0.200.v20210616-0726.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (23.39kB) [INFO] Fetching org.eclipse.help.base_4.3.600.v20220308-0310.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (432.51kB) [INFO] Fetching org.eclipse.help.ui_4.3.200.v20210922-1029.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (534.62kB) [INFO] Fetching org.eclipse.help.webapp_3.10.600.v20220121-1305.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (736.46kB) [INFO] Fetching org.eclipse.jetty.io_10.0.6.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (194.96kB) [INFO] Fetching org.eclipse.jetty.security_10.0.6.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (126.4kB) [INFO] Fetching org.eclipse.jetty.util.ajax_10.0.6.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (68.89kB) [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (51.82kB) [INFO] Fetching org.eclipse.help_2.3.900.v20220308-0310.jar from https://download.eclipse.org/releases/2022-03/202203161000/features/ (19.55kB) [INFO] Fetching org.eclipse.jsch.ui_1.4.100.v20210917-1201.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (93.7kB) [INFO] Fetching org.eclipse.platform_4.23.0.v20220308-0310.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (671.86kB) [INFO] Fetching org.eclipse.ui.intro_3.6.400.v20211015-1317.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (344.68kB) [INFO] Fetching org.eclipse.platform.doc.user_4.23.0.v20220302-1425.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (5.14MB) [INFO] Fetching org.eclipse.text.quicksearch_1.1.300.v20211203-1705.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (95.68kB) [INFO] Fetching org.eclipse.ui.intro.universal_3.4.200.v20210409-1747.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.09MB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (379kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.2.200.v20211217-1247.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (152.75kB) [INFO] Fetching org.eclipse.ui.monitoring_1.2.100.v20220204-0910.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (59.91kB) [INFO] Fetching org.eclipse.ui.net_1.4.0.v20210426-0838.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (45.24kB) [INFO] Fetching org.eclipse.ui.externaltools_3.5.100.v20210812-1118.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (140.91kB) [INFO] Fetching org.eclipse.ui.themes_1.2.1700.v20220210-1145.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (37.71kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.100.v20210315-0954.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (23.47kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.1.0.v20210426-0951.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (16.25kB) [INFO] Fetching org.eclipse.ui.views.log_1.3.100.v20210927-1100.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (172.2kB) [INFO] Fetching org.eclipse.platform_4.23.0.v20220308-0722.jar from https://download.eclipse.org/releases/2022-03/202203161000/features/ (20.7kB) [INFO] Fetching org.eclipse.platform_root_4.23.0.v20220308-0722 from https://download.eclipse.org/releases/2022-03/202203161000/binary/ (196B) [INFO] Fetching org.eclipse.update.configurator_3.4.800.v20210415-1314.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (94.06kB) [INFO] Fetching org.eclipse.rcp_4.23.0.v20220308-0310.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (11.11kB) [INFO] Fetching org.eclipse.rcp_4.23.0.v20220308-0722.jar from https://download.eclipse.org/releases/2022-03/202203161000/features/ (19.15kB) [INFO] Fetching org.eclipse.rcp_root_4.23.0.v20220308-0722 from https://download.eclipse.org/releases/2022-03/202203161000/binary/ (20.23kB) [INFO] Fetching org.eclipse.compare.win32_1.2.800.v20200127-1343.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (43.77kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (37.47kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (34.71kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (57.74kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.400.v20211117-0650.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (132.48kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (10.25kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.300.v20211021-1418.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (40.75kB) [INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (22.27kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.300.v20210427-1937.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (25.6kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (29.62kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.400.v20211117-0650.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (40.8kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (28.06kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (9.54kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.400.v20211117-0650.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (39.27kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk:update.site:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.releng/build/update.site/pom.xml [WARNING] The project org.eclipse.dltk:dltk.build.all:pom:6.3.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Dynamic Language Toolkit (DLTK) [pom] [INFO] all [pom] [INFO] core [pom] [INFO] org.eclipse.dltk.core.targetplatform [eclipse-target-definition] [INFO] org.eclipse.dltk.annotations [eclipse-plugin] [INFO] org.eclipse.dltk.core [eclipse-plugin] [INFO] org.eclipse.dltk.console [eclipse-plugin] [INFO] org.eclipse.dltk.debug [eclipse-plugin] [INFO] org.eclipse.dltk.launching [eclipse-plugin] [INFO] org.eclipse.dltk.console.ui [eclipse-plugin] [INFO] org.eclipse.dltk.core.manipulation [eclipse-plugin] [INFO] org.eclipse.dltk.ui [eclipse-plugin] [INFO] org.eclipse.dltk.debug.ui [eclipse-plugin] [INFO] org.eclipse.dltk.validators.core [eclipse-plugin] [INFO] org.eclipse.dltk.validators.ui [eclipse-plugin] [INFO] org.eclipse.dltk [eclipse-plugin] [INFO] org.eclipse.dltk.testing [eclipse-plugin] [INFO] org.eclipse.dltk.validators.externalchecker [eclipse-plugin] [INFO] org.eclipse.dltk.formatter [eclipse-plugin] [INFO] org.eclipse.dltk.logconsole [eclipse-plugin] [INFO] org.eclipse.dltk.logconsole.ui [eclipse-plugin] [INFO] org.eclipse.dltk.core [eclipse-feature] [INFO] org.eclipse.dltk.core.doc.isv [eclipse-plugin] [INFO] org.eclipse.dltk.core.sdk [eclipse-feature] [INFO] core.tests [pom] [INFO] org.eclipse.dltk.core.tests [eclipse-test-plugin] [INFO] org.eclipse.dltk.debug.tests [eclipse-test-plugin] [INFO] org.eclipse.dltk.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.dltk.validators.core.tests [eclipse-test-plugin] [INFO] org.eclipse.dltk.formatter.tests [eclipse-test-plugin] [INFO] org.eclipse.dltk.debug.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.dltk.core.tests [eclipse-feature] [INFO] org.eclipse.dltk.core.index.lucene [eclipse-plugin] [INFO] org.eclipse.dltk.core.index [eclipse-plugin] [INFO] org.eclipse.dltk.core.index.lucene [eclipse-feature] [INFO] org.eclipse.dltk.core.index.lucene.sdk [eclipse-feature] [INFO] org.eclipse.dltk.core.tools.ui [eclipse-plugin] [INFO] mylyn [pom] [INFO] org.eclipse.dltk.mylyn [eclipse-plugin] [INFO] org.eclipse.dltk.mylyn [eclipse-feature] [INFO] org.eclipse.dltk.mylyn.sdk [eclipse-feature] [INFO] rse [pom] [INFO] org.eclipse.dltk.ssh.core [eclipse-plugin] [INFO] org.eclipse.dltk.rse.core [eclipse-plugin] [INFO] org.eclipse.dltk.rse.ui [eclipse-plugin] [INFO] org.eclipse.dltk.rse [eclipse-feature] [INFO] org.eclipse.dltk.rse.sdk [eclipse-feature] [INFO] org.eclipse.dltk.rse [eclipse-plugin] [INFO] tcl-all [pom] [INFO] tcl [pom] [INFO] org.eclipse.dltk.tcl.parser [eclipse-plugin] [INFO] org.eclipse.dltk.tcl.core [eclipse-plugin] [INFO] org.eclipse.dltk.tcl.debug [eclipse-plugin] [INFO] org.eclipse.dltk.tcl.launching [eclipse-plugin] [INFO] org.eclipse.dltk.tcl.ui [eclipse-plugin] [INFO] org.eclipse.dltk.tcl.validators [eclipse-plugin] [INFO] org.eclipse.dltk.tcl.activestatedebugger [eclipse-plugin] [INFO] org.eclipse.dltk.tcl.debug.ui [eclipse-plugin] [INFO] org.eclipse.dltk.tcl.tclchecker [eclipse-plugin] [INFO] org.eclipse.dltk.tcl [eclipse-plugin] [INFO] org.eclipse.dltk.tcl.testing [eclipse-plugin] [INFO] org.eclipse.dltk.tcl.testing.tcltest [eclipse-plugin] [INFO] org.eclipse.dltk.tcl.doc.user [eclipse-plugin] [INFO] org.eclipse.dltk.tcl.tcllib [eclipse-plugin] [INFO] org.eclipse.dltk.tcl.formatter [eclipse-plugin] [INFO] org.eclipse.dltk.tcl [eclipse-feature] [INFO] org.eclipse.dltk.tcl.sdk [eclipse-feature] [INFO] itcl [pom] [INFO] org.eclipse.dltk.itcl.core [eclipse-plugin] [INFO] xotcl [pom] [INFO] org.eclipse.dltk.xotcl.core [eclipse-plugin] [INFO] org.eclipse.dltk.tcl.core.indexer [eclipse-plugin] [INFO] tcl.tests [pom] [INFO] org.eclipse.dltk.tcl.tests [eclipse-test-plugin] [INFO] org.eclipse.dltk.tcl.parser.tests [eclipse-test-plugin] [INFO] org.eclipse.dltk.tcl.core.tests [eclipse-test-plugin] [INFO] org.eclipse.dltk.tcl.formatter.tests [eclipse-test-plugin] [INFO] org.eclipse.dltk.tcl.validators.tests [eclipse-test-plugin] [INFO] org.eclipse.dltk.tcl.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.dltk.tcl.activestatedebugger.tests [eclipse-test-plugin] [INFO] org.eclipse.dltk.itcl.ui [eclipse-plugin] [INFO] org.eclipse.dltk.itcl [eclipse-plugin] [INFO] org.eclipse.dltk.itcl [eclipse-feature] [INFO] org.eclipse.dltk.itcl.sdk [eclipse-feature] [INFO] org.eclipse.dltk.itcl.core.tests [eclipse-test-plugin] [INFO] org.eclipse.dltk.xotcl.ui [eclipse-plugin] [INFO] org.eclipse.dltk.xotcl.testing.xounit [eclipse-plugin] [INFO] org.eclipse.dltk.xotcl [eclipse-plugin] [INFO] org.eclipse.dltk.xotcl [eclipse-feature] [INFO] org.eclipse.dltk.xotcl.sdk [eclipse-feature] [INFO] org.eclipse.dltk.xotcl.core.tests [eclipse-test-plugin] [INFO] update.site [eclipse-repository] [INFO] [INFO] ------------------< org.eclipse.dltk:dltk.build.all >------------------- [INFO] Building Dynamic Language Toolkit (DLTK) 6.3.0-SNAPSHOT [1/92] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ dltk.build.all --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ dltk.build.all --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ dltk.build.all --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ dltk.build.all --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ dltk.build.all --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.releng/pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/dltk.build.all/6.3.0-SNAPSHOT/dltk.build.all-6.3.0-SNAPSHOT.pom [INFO] [INFO] ---------------------< org.eclipse.dltk.core:all >---------------------- [INFO] Building all 6.3.0-SNAPSHOT [2/92] [INFO] from ../org.eclipse.dltk.core/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ all --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ all --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ all --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ all --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ all --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/all/6.3.0-SNAPSHOT/all-6.3.0-SNAPSHOT.pom [INFO] [INFO] ---------------------< org.eclipse.dltk.core:core >--------------------- [INFO] Building core 6.3.0-SNAPSHOT [3/92] [INFO] from ../org.eclipse.dltk.core/core/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ core --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ core --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ core --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ core --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/core/6.3.0-SNAPSHOT/core-6.3.0-SNAPSHOT.pom [INFO] [INFO] -----< org.eclipse.dltk.core:org.eclipse.dltk.core.targetplatform >----- [INFO] Building org.eclipse.dltk.core.targetplatform 6.3.0-SNAPSHOT [4/92] [INFO] from ../org.eclipse.dltk.core/core/releng/org.eclipse.dltk.core.targetplatform/pom.xml [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.core.targetplatform --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.core.targetplatform --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-target-definition (default-package-target-definition) @ org.eclipse.dltk.core.targetplatform --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.core.targetplatform --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.core.targetplatform --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.core.targetplatform --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/releng/org.eclipse.dltk.core.targetplatform/org.eclipse.dltk.core.targetplatform.target to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.targetplatform/6.3.0-SNAPSHOT/org.eclipse.dltk.core.targetplatform-6.3.0-SNAPSHOT.target [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/releng/org.eclipse.dltk.core.targetplatform/pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.targetplatform/6.3.0-SNAPSHOT/org.eclipse.dltk.core.targetplatform-6.3.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.dltk.core:org.eclipse.dltk.annotations >--------- [INFO] Building org.eclipse.dltk.annotations 6.3.0-SNAPSHOT [5/92] [INFO] from ../org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.annotations --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.annotations --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.annotations --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.annotations --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.annotations --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.annotations --- [INFO] Resolving class path of org.eclipse.dltk.annotations... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.annotations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.annotations --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.annotations --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.annotations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.annotations --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.annotations --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.annotations --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.annotations --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/target/org.eclipse.dltk.annotations-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.annotations --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/target/org.eclipse.dltk.annotations-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.annotations --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.annotations --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/target/org.eclipse.dltk.annotations-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/target/org.eclipse.dltk.annotations-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.annotations --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.annotations --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.annotations --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.annotations --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/target/org.eclipse.dltk.annotations-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.annotations/6.3.0-SNAPSHOT/org.eclipse.dltk.annotations-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.annotations/6.3.0-SNAPSHOT/org.eclipse.dltk.annotations-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/target/org.eclipse.dltk.annotations-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.annotations/6.3.0-SNAPSHOT/org.eclipse.dltk.annotations-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.annotations/6.3.0-SNAPSHOT/org.eclipse.dltk.annotations-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.annotations/6.3.0-SNAPSHOT/org.eclipse.dltk.annotations-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.annotations --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ------------< org.eclipse.dltk.core:org.eclipse.dltk.core >------------- [INFO] Building org.eclipse.dltk.core 6.3.0-SNAPSHOT [6/92] [INFO] from ../org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.core --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.core --- [INFO] Resolving class path of org.eclipse.dltk.core... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.core --- [INFO] Compiling 797 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[63] private Map indexes = new HashMap(5); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[63] private Map indexes = new HashMap(5); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[251] this.indexes.put(indexLocation, index); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[275] this.indexes.put(indexLocation, index); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[337] this.indexes.put(indexLocation, index); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[384] this.indexes.put(indexLocation, index); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[581] if (request != null) { this.request(request); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[611] this.indexes.put(indexLocation, index); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[661] Set keySet = this.indexes.keySet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[662] Iterator keys = keySet.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[700] ArrayList toRemove = null; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[709] toRemove = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[711] toRemove.add(containerPath); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[749] this.indexes = new HashMap(5); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[797] ArrayList toSave = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[797] ArrayList toSave = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[799] for (Iterator iter = this.indexes.values().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[802] toSave.add(o); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[858] for (Iterator iter = this.indexes.values().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[118] public HashMap variables = new HashMap(5); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[118] public HashMap variables = new HashMap(5); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[119] public HashSet variablesWithInitializer = new HashSet(5); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[119] public HashSet variablesWithInitializer = new HashSet(5); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[120] public HashSet readOnlyVariables = new HashSet(5); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[120] public HashSet readOnlyVariables = new HashSet(5); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[121] public HashMap previousSessionVariables = new HashMap(5); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[121] public HashMap previousSessionVariables = new HashMap(5); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[122] private ThreadLocal variableInitializationInProgress = new ThreadLocal(); ^^^^^^^^^^^ ThreadLocal is a raw type. References to generic type ThreadLocal should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[122] private ThreadLocal variableInitializationInProgress = new ThreadLocal(); ^^^^^^^^^^^ ThreadLocal is a raw type. References to generic type ThreadLocal should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[127] public HashMap containers = new HashMap(5); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[127] public HashMap containers = new HashMap(5); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[128] public HashMap previousSessionContainers = new HashMap(5); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[128] public HashMap previousSessionContainers = new HashMap(5); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[129] private ThreadLocal containerInitializationInProgress = new ThreadLocal(); ^^^^^^^^^^^ ThreadLocal is a raw type. References to generic type ThreadLocal should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[129] private ThreadLocal containerInitializationInProgress = new ThreadLocal(); ^^^^^^^^^^^ ThreadLocal is a raw type. References to generic type ThreadLocal should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[188] public Hashtable options; ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[312] Messages.bind(Messages.buildpath_illegalEntryInBuildpathFile, new String[] { javaProject.getElementName(), e.getMessage() })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[458] private ThreadLocal temporaryCache = new ThreadLocal(); ^^^^^^^^^^^ ThreadLocal is a raw type. References to generic type ThreadLocal should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[458] private ThreadLocal temporaryCache = new ThreadLocal(); ^^^^^^^^^^^ ThreadLocal is a raw type. References to generic type ThreadLocal should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[472] protected Map perProjectInfos = new HashMap(5); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[472] protected Map perProjectInfos = new HashMap(5); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[478] protected Map perWorkingCopyInfos = new HashMap(5); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[478] protected Map perWorkingCopyInfos = new HashMap(5); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[490] Map workspaceScope = null; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[549] HashMap tempCache = (HashMap) this.temporaryCache.get(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[549] HashMap tempCache = (HashMap) this.temporaryCache.get(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[563] HashMap tempCache = (HashMap) this.temporaryCache.get(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[563] HashMap tempCache = (HashMap) this.temporaryCache.get(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[635] protected synchronized void putInfos(IModelElement openedElement, Map newElements) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[661] for (Iterator it = newElements.entrySet().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[662] Map.Entry entry = (Map.Entry) it.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[662] Map.Entry entry = (Map.Entry) it.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[670] Iterator iterator = newElements.keySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[682] public HashMap getTemporaryCache() { ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[683] HashMap result = (HashMap) this.temporaryCache.get(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[683] HashMap result = (HashMap) this.temporaryCache.get(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[685] result = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[686] this.temporaryCache.set(result); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method set(Object) belongs to the raw type ThreadLocal. References to generic type ThreadLocal should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[695] this.temporaryCache.set(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method set(Object) belongs to the raw type ThreadLocal. References to generic type ThreadLocal should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[869] this.perProjectInfos.put(project, info); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[904] Map workingCopyToInfos = (Map) this.perWorkingCopyInfos.get(owner); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[904] Map workingCopyToInfos = (Map) this.perWorkingCopyInfos.get(owner); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[906] workingCopyToInfos = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[907] this.perWorkingCopyInfos.put(owner, workingCopyToInfos); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[913] workingCopyToInfos.put(workingCopy, info); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[930] Map workingCopyToInfos = (Map) this.perWorkingCopyInfos.get(owner); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[930] Map workingCopyToInfos = (Map) this.perWorkingCopyInfos.get(owner); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[963] Iterator iterator = workingCopyToInfos.values().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1025] public void setOptions(Hashtable newOptions) { ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1032] Enumeration keys = newOptions.keys(); ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1051] this.optionsCache = newOptions == null ? null : new Hashtable(newOptions); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Hashtable needs unchecked conversion to conform to Hashtable [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1051] this.optionsCache = newOptions == null ? null : new Hashtable(newOptions); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor Hashtable(Map) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1051] this.optionsCache = newOptions == null ? null : new Hashtable(newOptions); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1152] Map workingCopyToInfos = (Map) this.perWorkingCopyInfos.get(owner); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1152] Map workingCopyToInfos = (Map) this.perWorkingCopyInfos.get(owner); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1235] ISavedState savedState = workspace.addSaveParticipant(DLTKCore.getPlugin(), ModelManager.this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addSaveParticipant(Plugin, ISaveParticipant) from the type IWorkspace is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1414] Map projectContainers = (Map) getModelManager().previousSessionContainers.get(project); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1414] Map projectContainers = (Map) getModelManager().previousSessionContainers.get(project); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1416] projectContainers = new HashMap(1); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1417] getModelManager().previousSessionContainers.put(project, projectContainers); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1419] projectContainers.put(containerPath, container); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1514] HashSet initializations = variableInitializationInProgress(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1532] private HashSet variableInitializationInProgress() { ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1533] HashSet initializations = (HashSet) this.variableInitializationInProgress.get(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1533] HashSet initializations = (HashSet) this.variableInitializationInProgress.get(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1535] initializations = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1536] this.variableInitializationInProgress.set(initializations); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method set(Object) belongs to the raw type ThreadLocal. References to generic type ThreadLocal should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1544] Iterator vars = this.variables.keySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1555] HashSet initializations = variableInitializationInProgress(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1557] initializations.add(variableName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1569] this.variables.put(variableName, BP_ENTRY_IGNORE_PATH); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1573] this.variables.put(variableName, variablePath); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1649] public Hashtable getDefaultOptions() { ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1650] Hashtable defaultOptions = new Hashtable(10); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1650] Hashtable defaultOptions = new Hashtable(10); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1658] Iterator iterator = this.optionNames.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1663] defaultOptions.put(propertyName, value); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1666] defaultOptions.put(DLTKCore.CORE_ENCODING, DLTKCore.getEncoding()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1680] Map defaultOptionsMap = new HashMap(); // compiler defaults ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1680] Map defaultOptionsMap = new HashMap(); // compiler defaults ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1681] return new Hashtable(defaultOptionsMap); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Hashtable needs unchecked conversion to conform to Hashtable [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1681] return new Hashtable(defaultOptionsMap); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor Hashtable(Map) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1681] return new Hashtable(defaultOptionsMap); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1702] HashSet projectInitializations = containerInitializationInProgress(project); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1706] Map projectContainers = (Map) this.containers.get(project); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1706] Map projectContainers = (Map) this.containers.get(project); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1718] private HashSet containerInitializationInProgress(IScriptProject project) { ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1719] Map initializations = (Map) this.containerInitializationInProgress.get(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1719] Map initializations = (Map) this.containerInitializationInProgress.get(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1721] initializations = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1722] this.containerInitializationInProgress.set(initializations); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method set(Object) belongs to the raw type ThreadLocal. References to generic type ThreadLocal should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1724] HashSet projectInitializations = (HashSet) initializations.get(project); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1724] HashSet projectInitializations = (HashSet) initializations.get(project); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1726] projectInitializations = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1727] initializations.put(project, projectInitializations); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1745] final HashMap allContainerPaths = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1745] final HashMap allContainerPaths = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1752] HashSet paths = null; ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1760] paths = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/UserLibraryManager.java:[159] ArrayList affectedProjects = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/UserLibraryManager.java:[159] ArrayList affectedProjects = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/UserLibraryManager.java:[167] affectedProjects.add(javaProject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/UserLibraryManager.java:[193] affectedProjects.toArray(projects); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized 124. INFO in /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/SearchableEnvironmentRequestor.java (at line 94) && this.unitToSkip.equals(type.getSourceModule())) { ^^^^^^^^^^^^^^^^^^^^^^ Unlikely argument type for equals(): ISourceModule seems to be unrelated to IModuleSource [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/Model.java:[60] protected boolean buildStructure(OpenableElementInfo info, IProgressMonitor pm, Map newElements, ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/Model.java:[79] newElements.put(this, info); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementRequestor.java:[35] protected ArrayList fFields = null; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementRequestor.java:[41] protected ArrayList fInitializers = null; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementRequestor.java:[47] protected ArrayList fMemberTypes = null; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementRequestor.java:[53] protected ArrayList fMethods = null; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementRequestor.java:[59] protected ArrayList fScriptFolders = null; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementRequestor.java:[65] protected ArrayList fTypes = null; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementRequestor.java:[84] fFields = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementRequestor.java:[86] fFields.add(field); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementRequestor.java:[95] fMemberTypes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementRequestor.java:[97] fMemberTypes.add(type); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementRequestor.java:[106] fMethods = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementRequestor.java:[108] fMethods.add(method); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementRequestor.java:[117] fScriptFolders = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementRequestor.java:[119] fScriptFolders.add(ScriptFolder); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementRequestor.java:[128] fTypes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementRequestor.java:[130] fTypes.add(type); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementRequestor.java:[142] fFields.toArray(results); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementRequestor.java:[156] fMemberTypes.toArray(results); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementRequestor.java:[169] fMethods.toArray(results); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementRequestor.java:[182] fScriptFolders.toArray(results); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementRequestor.java:[195] fTypes.toArray(results); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/task/TaskTagUtils.java:[7] import org.eclipse.core.runtime.Preferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/util/ObjectVector.java:[100] public List asList() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/util/ObjectVector.java:[101] List elements = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/util/ObjectVector.java:[101] List elements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/util/ObjectVector.java:[103] elements.add(this.elements[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/DLTKContributionExtensionManager.java:[48] private Map natureToContribMap = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/DLTKContributionExtensionManager.java:[48] private Map natureToContribMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/DLTKContributionExtensionManager.java:[49] private Map natureToSelectorMap = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/DLTKContributionExtensionManager.java:[49] private Map natureToSelectorMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/DLTKContributionExtensionManager.java:[58] List contributions = getContributionsByNature(natureId); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/DLTKContributionExtensionManager.java:[59] return (IDLTKContributedExtension[]) contributions .toArray(new IDLTKContributedExtension[contributions.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/DLTKContributionExtensionManager.java:[105] protected final List getContributionsByNature(String natureId) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/DLTKContributionExtensionManager.java:[110] return (List) natureToContribMap.get(natureId); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/DLTKContributionExtensionManager.java:[127] List list = (List) natureToContribMap.get(natureId); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/DLTKContributionExtensionManager.java:[127] List list = (List) natureToContribMap.get(natureId); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/DLTKContributionExtensionManager.java:[155] Iterator keys = natureToContribMap.keySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/DLTKContributionExtensionManager.java:[157] List list = (List) natureToContribMap.get(keys.next()); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/DLTKContributionExtensionManager.java:[157] List list = (List) natureToContribMap.get(keys.next()); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/DLTKContributionExtensionManager.java:[159] for (Iterator iter = list.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/DLTKContributionExtensionManager.java:[223] List list = (List) natureToContribMap.get(natureId); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/DLTKContributionExtensionManager.java:[223] List list = (List) natureToContribMap.get(natureId); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/DLTKContributionExtensionManager.java:[225] list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/DLTKContributionExtensionManager.java:[226] natureToContribMap.put(natureId, list); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/DLTKContributionExtensionManager.java:[229] list.add(contrib); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/DLTKContributionExtensionManager.java:[243] natureToSelectorMap.put(natureId, object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/expressions/StringLiteral.java:[14] import org.eclipse.dltk.ast.DLTKToken; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/expressions/StringLiteral.java:[27] public StringLiteral(DLTKToken t) { ^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/expressions/StringLiteral.java:[46] public StringLiteral(int sourceStart, DLTKToken dltk, String string) { ^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/expressions/StringLiteral.java:[47] this(sourceStart, dltk.getColumn(), string); ^^^^^^^^^^^ The method getColumn() from the type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/Argument.java:[16] import org.eclipse.dltk.ast.DLTKToken; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/Argument.java:[24] public Argument(DLTKToken name, int start, int end, ASTNode init) { ^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelOperation.java:[30] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelOperation.java:[86] protected static ThreadLocal operationStacks = new ThreadLocal(); ^^^^^^^^^^^ ThreadLocal is a raw type. References to generic type ThreadLocal should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelOperation.java:[86] protected static ThreadLocal operationStacks = new ThreadLocal(); ^^^^^^^^^^^ ThreadLocal is a raw type. References to generic type ThreadLocal should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelOperation.java:[96] protected HashMap attributes; ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelOperation.java:[179] HashMap reconcileDeltas = ModelManager.getModelManager().getDeltaProcessor().reconcileDeltas; ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelOperation.java:[188] reconcileDeltas.put(workingCopy, delta); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelOperation.java:[394] ArrayList stack = this.getCurrentOperationStack(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelOperation.java:[409] protected ArrayList getCurrentOperationStack() { ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelOperation.java:[410] ArrayList stack = (ArrayList) operationStacks.get(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelOperation.java:[410] ArrayList stack = (ArrayList) operationStacks.get(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelOperation.java:[412] stack = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelOperation.java:[413] operationStacks.set(stack); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method set(Object) belongs to the raw type ThreadLocal. References to generic type ThreadLocal should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelOperation.java:[499] sub = new SubProgressMonitor(progressMonitor, workAmount, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelOperation.java:[499] sub = new SubProgressMonitor(progressMonitor, workAmount, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelOperation.java:[499] sub = new SubProgressMonitor(progressMonitor, workAmount, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelOperation.java:[499] sub = new SubProgressMonitor(progressMonitor, workAmount, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelOperation.java:[540] ArrayList stack; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelOperation.java:[550] subProgressMonitor = new SubProgressMonitor(progressMonitor, resources.length, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelOperation.java:[550] subProgressMonitor = new SubProgressMonitor(progressMonitor, resources.length, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelOperation.java:[550] subProgressMonitor = new SubProgressMonitor(progressMonitor, resources.length, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelOperation.java:[550] subProgressMonitor = new SubProgressMonitor(progressMonitor, resources.length, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelOperation.java:[573] ArrayList stack = getCurrentOperationStack(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelOperation.java:[577] operationStacks.set(null); // release reference (see ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method set(Object) belongs to the raw type ThreadLocal. References to generic type ThreadLocal should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelOperation.java:[653] getCurrentOperationStack().add(operation); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelOperation.java:[813] topLevelOp.attributes = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelOperation.java:[815] topLevelOp.attributes.put(key, attribute); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ScriptProject.java:[510] IProgressMonitor pm, Map newElements, IResource underlyingResource) ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ScriptProject.java:[962] Map referencedEntriesMap = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ScriptProject.java:[962] Map referencedEntriesMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ScriptProject.java:[1085] && result.rawReverseMap .get(cEntry.getPath()) == null) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ScriptProject.java:[1086] .get(cEntry.getPath()) == null) { // resolve Class-Path: in manifest BuildpathEntry[] extraEntries = cEntry .resolvedChainedLibraries(); for (int k = 0, length2 = extraEntries.length; k < length2; k++) { if (!rawLibrariesPath .contains(extraEntries[k].getPath())) { addToResult(rawEntry, extraEntries[k], result, resolvedEntries, externalFoldersManager, referencedEntriesMap, false, knownDrives); } } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ScriptProject.java:[1148] Map oldChainedEntriesMap, boolean addAsChainedEntry, ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ScriptProject.java:[1409] Map unknownElements) throws IOException, AssertionFailedException { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ScriptProject.java:[1556] Map unknownElements = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ScriptProject.java:[1556] Map unknownElements = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ScriptProject.java:[1615] boolean indent, Map unknownElements) throws ModelException { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ScriptProject.java:[1753] projectOptions = perProjectInfo.options; ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Hashtable needs unchecked conversion to conform to Hashtable [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ScriptProject.java:[1814] public void setOptions(Map newOptions) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ScriptProject.java:[1820] Iterator keys = newOptions.keySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ScriptProject.java:[2083] public IBuildpathEntry[] readFileEntriesWithException(Map unknownElements) ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ScriptProject.java:[2503] private IBuildpathEntry[] readFileEntries(Map unkwownElements) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/codeassist/org/eclipse/dltk/codeassist/ICompletionEngine.java:[52] void setOptions(Map options); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/index/DiskIndex.java:[351] int numReindexedDocNames = 0; ^^^^^^^^^^^^^^^^^^^^ The value of the local variable numReindexedDocNames is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/CorrectionEngine.java:[20] IScriptModelMarker.ARGUMENTS, null); ^^^^^^^^^^^^^^^^^^ The type IScriptModelMarker is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/CorrectionEngine.java:[20] IScriptModelMarker.ARGUMENTS, null); ^^^^^^^^^ The field IScriptModelMarker.ARGUMENTS is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/Util.java:[754] private static void quickSort(Comparable[] sortedCollection, int left, int right) { ^^^^^^^^^^ Comparable is a raw type. References to generic type Comparable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/Util.java:[757] Comparable mid = sortedCollection[(left + right) / 2]; ^^^^^^^^^^ Comparable is a raw type. References to generic type Comparable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/Util.java:[759] while (sortedCollection[left].compareTo(mid) < 0) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compareTo(Object) belongs to the raw type Comparable. References to generic type Comparable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/Util.java:[762] while (mid.compareTo(sortedCollection[right]) < 0) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compareTo(Object) belongs to the raw type Comparable. References to generic type Comparable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/Util.java:[766] Comparable tmp = sortedCollection[left]; ^^^^^^^^^^ Comparable is a raw type. References to generic type Comparable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/Util.java:[846] public static void sort(Comparable[] objects) { ^^^^^^^^^^ Comparable is a raw type. References to generic type Comparable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/Util.java:[877] public static Comparable[] sortCopy(Comparable[] objects) { ^^^^^^^^^^ Comparable is a raw type. References to generic type Comparable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/Util.java:[877] public static Comparable[] sortCopy(Comparable[] objects) { ^^^^^^^^^^ Comparable is a raw type. References to generic type Comparable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/Util.java:[879] Comparable[] copy = new Comparable[len]; ^^^^^^^^^^ Comparable is a raw type. References to generic type Comparable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/references/VariableReference.java:[13] import org.eclipse.dltk.ast.DLTKToken; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/references/VariableReference.java:[28] public VariableReference(DLTKToken token) { ^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/matching/MatchingNodeSet.java:[119] ArrayList nodes = null; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/matching/MatchingNodeSet.java:[125] nodes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/matching/MatchingNodeSet.java:[126] nodes.add(node); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/matching/MatchingNodeSet.java:[132] nodes.toArray(result); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ReconcileWorkingCopyOperation.java:[30] private WorkingCopyOwner workingCopyOwner; ^^^^^^^^^^^^^^^^ The value of the field ReconcileWorkingCopyOperation.workingCopyOwner is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/HierarchyBuilder.java:[52] protected Map infoToHandle; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/HierarchyBuilder.java:[92] this.infoToHandle = new HashMap(5); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/HierarchyBuilder.java:[199] this.infoToHandle.put(genericType, handle); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/expressions/BooleanLiteral.java:[14] import org.eclipse.dltk.ast.DLTKToken; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/expressions/BooleanLiteral.java:[30] public BooleanLiteral(DLTKToken t) { ^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelProviderManager.java:[121] private static final NatureExtensionManager projectFragmentFactories = new NatureExtensionManager( ^^^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/OverflowingLRUCache.java:[133] public Enumeration elements() { ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/OverflowingLRUCache.java:[160] public java.util.Hashtable getEntryTable() { ^^^^^^^^^^^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/OverflowingLRUCache.java:[238] int forwardListLength = 0; ^^^^^^^^^^^^^^^^^ The value of the local variable forwardListLength is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/OverflowingLRUCache.java:[248] int backwardListLength = 0; ^^^^^^^^^^^^^^^^^^ The value of the local variable backwardListLength is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/OverflowingLRUCache.java:[259] Enumeration keys = fEntryTable.keys(); ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/OverflowingLRUCache.java:[261] public Class fClass; ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/OverflowingLRUCache.java:[264] public Temp(Class aClass) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/OverflowingLRUCache.java:[274] java.util.HashMap h = new java.util.HashMap(); ^^^^^^^^^^^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/OverflowingLRUCache.java:[274] java.util.HashMap h = new java.util.HashMap(); ^^^^^^^^^^^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/OverflowingLRUCache.java:[277] Class key = entry._fValue.getClass(); ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/OverflowingLRUCache.java:[280] h.put(key, new Temp(key)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/OverflowingLRUCache.java:[287] for (Iterator iter = h.keySet().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/SetVariablesOperation.java:[59] final HashMap affectedProjectBuildpaths = new HashMap(5); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/SetVariablesOperation.java:[59] final HashMap affectedProjectBuildpaths = new HashMap(5); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/SetVariablesOperation.java:[120] affectedProjectBuildpaths.put(project, project .getResolvedBuildpath()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/SetVariablesOperation.java:[130] affectedProjectBuildpaths.put(project, project .getResolvedBuildpath()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/SetVariablesOperation.java:[152] Iterator projectsToUpdate = affectedProjectBuildpaths ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/expressions/Expression.java:[14] import org.eclipse.dltk.ast.DLTKToken; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/expressions/Expression.java:[32] public Expression(DLTKToken token) { ^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/builder/StandardScriptBuilder.java:[28] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/builder/StandardScriptBuilder.java:[118] new SubProgressMonitor(monitor, 10)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/builder/StandardScriptBuilder.java:[118] new SubProgressMonitor(monitor, 10)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/IScriptProject.java:[156] void setOptions(Map newOptions); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/expressions/Literal.java:[15] import org.eclipse.dltk.ast.DLTKToken; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/expressions/Literal.java:[47] protected Literal(DLTKToken token) { ^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/expressions/Literal.java:[49] this.fLiteralValue = token.getText(); ^^^^^^^^^ The method getText() from the type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/builder/BuildParticipantManager.java:[38] public class BuildParticipantManager extends NatureExtensionManager { ^^^^^^^^^^^^ BuildParticipantManager.FactoryValue is a raw type. References to generic type BuildParticipantManager.FactoryValue should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/env/MethodSourceCode.java:[22] public class MethodSourceCode implements ISourceModule { ^^^^^^^^^^^^^ The type ISourceModule is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/matching/MethodDeclarationLocator.java:[51] List arguments = node.getArguments(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/TypeDeclaration.java:[24] import org.eclipse.dltk.ast.DLTKToken; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/TypeDeclaration.java:[66] protected List fMethods; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/TypeDeclaration.java:[68] protected List fTypes; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/TypeDeclaration.java:[70] protected List fVariables; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/TypeDeclaration.java:[74] public TypeDeclaration(DLTKToken name, int start, int end) { ^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/TypeDeclaration.java:[100] public List getMethodList() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/TypeDeclaration.java:[107] public List getFieldList() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/TypeDeclaration.java:[114] public List getTypeList() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/TypeDeclaration.java:[140] public TypeDeclaration(DLTKToken name) { ^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/TypeDeclaration.java:[143] this.setName(name.getText()); ^^^^^^^^^ The method getText() from the type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/TypeDeclaration.java:[445] this.fMethods = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/TypeDeclaration.java:[446] this.fTypes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/TypeDeclaration.java:[447] this.fVariables = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/TypeDeclaration.java:[450] public List getStatements() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/TypeDeclaration.java:[458] List statements = getStatements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/TypeDeclaration.java:[460] Iterator i = statements.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/TypeDeclaration.java:[461] List results = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/TypeDeclaration.java:[461] List results = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/TypeDeclaration.java:[466] results.add(node); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/TypeDeclaration.java:[469] return (ASTNode[]) results.toArray(new ASTNode[results.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/InternalDLTKLanguageManager.java:[61] private static PriorityNatureExtensionManager selectionEngineManager = new PriorityNatureExtensionManager( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/InternalDLTKLanguageManager.java:[69] private static PriorityNatureExtensionManager completionEngineManager = new PriorityNatureExtensionManager( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/DLTKCore.java:[1499] ModelManager.getModelManager().readOnlyVariables .add(variable); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/DLTKCore.java:[1573] manager.variablesWithInitializer.add(variableName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/DLTKCore.java:[2332] public static Hashtable getDefaultOptions() { ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/DLTKCore.java:[2336] public static void setOptions(Hashtable defaultOptions) { ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/HandleFactory.java:[170] HashSet existingElements, HashMap knownScopes) { ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/HandleFactory.java:[170] HashSet existingElements, HashMap knownScopes) { ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/HandleFactory.java:[180] ISourceModule unit, HashSet existingElements, HashMap knownScopes) { ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/HandleFactory.java:[180] ISourceModule unit, HashSet existingElements, HashMap knownScopes) { ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelUpdater.java:[31] HashSet projectsToUpdate = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelUpdater.java:[31] HashSet projectsToUpdate = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelUpdater.java:[77] this.projectsToUpdate.add(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelUpdater.java:[96] this.projectsToUpdate.add(element.getScriptProject()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelUpdater.java:[143] this.projectsToUpdate.add(element.getScriptProject()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelUpdater.java:[168] Iterator iterator = this.projectsToUpdate.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelUpdater.java:[174] this.projectsToUpdate = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/expressions/CallArgumentsList.java:[26] public void setChilds(List l) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/Member.java:[134] if (false) {// isBinary()) { throw new IllegalArgumentException( "Not a source member " + toStringWithAncestors()); //$NON-NLS-1$ } else { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/statistics/GoalEvalutationRecorder.java:[29] private Map goalStats = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/statistics/GoalEvalutationRecorder.java:[29] private Map goalStats = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/statistics/GoalEvalutationRecorder.java:[34] for (Iterator iterator = goalStats.keySet().iterator(); iterator ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/statistics/GoalEvalutationRecorder.java:[37] n.goalStats.put(k, goalStats.get(k)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/statistics/GoalEvalutationRecorder.java:[46] this.goalStats.put(rootGoal, new GoalEvaluationStatistics(rootGoal)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/statistics/GoalEvalutationRecorder.java:[51] this.goalStats = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/statistics/GoalEvalutationRecorder.java:[58] goalStats.put(g, s); ^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/statistics/GoalEvalutationRecorder.java:[107] stat.getSteps().add(step); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/caching/ArchiveContentCacheProvider.java:[27] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/caching/ArchiveContentCacheProvider.java:[110] SubProgressMonitor processingIndexes = new SubProgressMonitor( ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/caching/ArchiveContentCacheProvider.java:[110] SubProgressMonitor processingIndexes = new SubProgressMonitor( ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/caching/ArchiveContentCacheProvider.java:[110] SubProgressMonitor processingIndexes = new SubProgressMonitor( monitor, 1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/caching/ArchiveContentCacheProvider.java:[112] processingIndexes.beginTask("Processing index files", indexFiles.size()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method beginTask(String, int) from the type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/caching/ArchiveContentCacheProvider.java:[116] .subTask("Processing:" + fileHandle.toOSString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method subTask(String) from the type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/caching/ArchiveContentCacheProvider.java:[118] processingIndexes.worked(1); ^^^^^^^^^ The method worked(int) from the type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/caching/ArchiveContentCacheProvider.java:[120] processingIndexes.done(); ^^^^^^ The method done() from the type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/caching/ArchiveContentCacheProvider.java:[163] ZipFile zipFile = new ZipFile(zipFileHandle); ^^^^^^^ Resource leak: 'zipFile' is never closed [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/SimplePriorityClassDLTKExtensionManager.java:[47] List objs = getObjectList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/SimplePriorityClassDLTKExtensionManager.java:[48] return objs.toArray(new Object[objs.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/SimplePriorityClassDLTKExtensionManager.java:[51] protected List getObjectList() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/SimplePriorityClassDLTKExtensionManager.java:[53] List objs = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/SimplePriorityClassDLTKExtensionManager.java:[53] List objs = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/SimplePriorityClassDLTKExtensionManager.java:[57] objs.add(o); ^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized 337. INFO in /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/environment/org/eclipse/dltk/core/environment/FileHandles.java (at line 26) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessor.java:[203] public HashMap reconcileDeltas = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessor.java:[203] public HashMap reconcileDeltas = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessor.java:[241] private void addDependentProjects(IScriptProject project, HashMap projectDependencies, HashSet result) { ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessor.java:[241] private void addDependentProjects(IScriptProject project, HashMap projectDependencies, HashSet result) { ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessor.java:[252] result.add(dependent); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessor.java:[1311] Iterator wsIter = this.manager.workspaceScope.values().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessor.java:[1364] IModelElementDelta deltaToNotify = this.mergeDeltas(this.reconcileDeltas.values()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessor.java:[1580] private ArrayList otherRootsInfo(IPath path, int kind) { ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessor.java:[1582] return (ArrayList) this.state.oldOtherRoots.get(path); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessor.java:[1584] return (ArrayList) this.state.otherRoots.get(path); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessor.java:[1701] HashMap projectDepencies = this.state.projectDependencies; ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessor.java:[2240] ArrayList rootList; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessor.java:[2242] Iterator iterator = rootList.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalSourceModule.java:[91] IFileHandle file = EnvironmentPathUtils.getFile(path); ^^^^ The value of the local variable file is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/SourceModuleStructureRequestor.java:[74] SourceModuleElementInfo moduleInfo, Map newElements) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/SourceModuleStructureRequestor.java:[77] this.newElements = newElements; ^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/model/binary/BinaryModule.java:[54] org.eclipse.dltk.compiler.env.ISourceModule { ^^^^^^^^^^^^^ The type ISourceModule is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/model/binary/BinaryModule.java:[84] IProgressMonitor pm, Map newElements, IResource underlyingResource) ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/model/binary/BinaryModule.java:[96] this, moduleInfo, this.getSourceMapper(), newElements); ^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/caching/cache/impl/CacheIndexImpl.java:[137] entries = new EObjectContainmentEList(CacheEntry.class, this, CachePackage.CACHE_INDEX__ENTRIES); ^^^^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/problem/DefaultProblemIdentifier.java:[25] import org.eclipse.dltk.core.IScriptModelMarker; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IScriptModelMarker is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/problem/DefaultProblemIdentifier.java:[122] return decode(marker.getAttribute(IScriptModelMarker.ID, null)); ^^^^^^^^^^^^^^^^^^ The type IScriptModelMarker is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/problem/DefaultProblemIdentifier.java:[122] return decode(marker.getAttribute(IScriptModelMarker.ID, null)); ^^ The field IScriptModelMarker.ID is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/statements/Statement.java:[14] import org.eclipse.dltk.ast.DLTKToken; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/statements/Statement.java:[29] protected Statement(DLTKToken token) { ^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/IPruner.java:[35] boolean prune(IGoal goal, EvaluatorStatistics stat); ^^^^^^^^^^^^^^^^^^^ The type EvaluatorStatistics is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ProjectFragment.java:[124] protected boolean buildStructure(OpenableElementInfo info, IProgressMonitor pm, Map newElements, ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ProjectFragment.java:[172] protected boolean computeChildren(OpenableElementInfo info, Map newElements) throws ModelException { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/utils/ASTUtil.java:[24] public static List getStatements(ASTNode node) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/utils/ASTUtil.java:[35] public static TypeDeclaration[] getTypes(List statements, List types) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/utils/ASTUtil.java:[35] public static TypeDeclaration[] getTypes(List statements, List types) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/utils/ASTUtil.java:[36] List finalTypes = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/utils/ASTUtil.java:[36] List finalTypes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/utils/ASTUtil.java:[37] finalTypes.addAll(types); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/utils/ASTUtil.java:[40] Iterator it = statements.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/utils/ASTUtil.java:[45] finalTypes.add(node); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/utils/ASTUtil.java:[49] return (TypeDeclaration[]) finalTypes .toArray(new TypeDeclaration[finalTypes.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/utils/ASTUtil.java:[53] public static MethodDeclaration[] getMethods(List statements, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/utils/ASTUtil.java:[54] List functions) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/utils/ASTUtil.java:[55] List finalMethods = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/utils/ASTUtil.java:[55] List finalMethods = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/utils/ASTUtil.java:[56] finalMethods.addAll(functions); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/utils/ASTUtil.java:[59] Iterator it = statements.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/utils/ASTUtil.java:[64] finalMethods.add(node); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/utils/ASTUtil.java:[68] return (MethodDeclaration[]) finalMethods .toArray(new MethodDeclaration[finalMethods.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/utils/ASTUtil.java:[72] public static FieldDeclaration[] getVariables(List statements, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/utils/ASTUtil.java:[73] List variables) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/utils/ASTUtil.java:[74] List finalVariables = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/utils/ASTUtil.java:[74] List finalVariables = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/utils/ASTUtil.java:[75] finalVariables.addAll(variables); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/utils/ASTUtil.java:[78] Iterator it = statements.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/utils/ASTUtil.java:[83] finalVariables.add(node); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/utils/ASTUtil.java:[87] return (FieldDeclaration[]) finalVariables .toArray(new FieldDeclaration[finalVariables.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/expressions/ExpressionList.java:[28] private List fExpressions = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/expressions/ExpressionList.java:[28] private List fExpressions = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/expressions/ExpressionList.java:[50] Iterator it = fExpressions.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/expressions/ExpressionList.java:[65] public void setExpresssions(List exs) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/expressions/ExpressionList.java:[67] Iterator i = exs.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/expressions/ExpressionList.java:[88] fExpressions = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/expressions/ExpressionList.java:[91] fExpressions.add(ex); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/expressions/ExpressionList.java:[95] public List getExpressions() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/expressions/ExpressionList.java:[106] Iterator i = fExpressions.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/CopyProjectFragmentOperation.java:[301] IModelStatusConstants.NAME_COLLISION, Messages .bind(Messages.status_nameCollision, new String[] { this.destination .toString() })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/matching/MatchLocatorParser.java:[109] for (Iterator i = supers.getChilds().iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/matching/MatchLocatorParser.java:[126] name = patternProcessor.extractTypeChars(name); ^^^^^^^^^^^^^^^^^^^^^^ The method extractTypeChars(String) from the type ISearchPatternProcessor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/references/ConstantReference.java:[13] import org.eclipse.dltk.ast.DLTKToken; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/references/ConstantReference.java:[16] public ConstantReference(DLTKToken token) { ^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/MethodDeclaration.java:[20] import org.eclipse.dltk.ast.DLTKToken; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/MethodDeclaration.java:[28] protected List arguments = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/MethodDeclaration.java:[28] protected List arguments = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/MethodDeclaration.java:[32] private List decorators; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/MethodDeclaration.java:[36] public MethodDeclaration(DLTKToken function_t, DLTKToken name) { ^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/MethodDeclaration.java:[36] public MethodDeclaration(DLTKToken function_t, DLTKToken name) { ^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/MethodDeclaration.java:[38] super(name, function_t.getColumn(), name.getColumn() ^^^^^^^^^^^ The method getColumn() from the type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/MethodDeclaration.java:[38] super(name, function_t.getColumn(), name.getColumn() ^^^^^^^^^^^ The method getColumn() from the type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/MethodDeclaration.java:[39] + name.getText().length()); ^^^^^^^^^ The method getText() from the type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/MethodDeclaration.java:[54] public void setDecorators(List decorators) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/MethodDeclaration.java:[58] public List getDecorators() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/MethodDeclaration.java:[79] Iterator it = this.decorators.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/MethodDeclaration.java:[88] Iterator it = this.arguments.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/MethodDeclaration.java:[101] public List getArguments() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/MethodDeclaration.java:[106] this.arguments.add(arg); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/MethodDeclaration.java:[109] public void acceptArguments(List arguments) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/MethodDeclaration.java:[133] public List getStatements() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/MethodDeclaration.java:[147] Iterator i = this.decorators.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/MethodDeclaration.java:[158] Iterator i = this.arguments.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/ModuleDeclaration.java:[28] private List types; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/ModuleDeclaration.java:[29] private List functions; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/ModuleDeclaration.java:[30] protected List variables; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/ModuleDeclaration.java:[39] public List getTypeList() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/ModuleDeclaration.java:[43] public List getFunctionList() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/ModuleDeclaration.java:[47] public List getVariablesList() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/ModuleDeclaration.java:[60] this.types = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/ModuleDeclaration.java:[61] this.functions = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/ModuleDeclaration.java:[62] this.variables = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/SourceModuleInfoCache.java:[44] private final Map map = new LinkedHashMap( ^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[34] HashMap changes = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[34] HashMap changes = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[76] ArrayList allTypes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[76] ArrayList allTypes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[84] allTypes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[175] ArrayList allTypes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[175] ArrayList allTypes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[183] allTypes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[205] ArrayList allTypes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[205] ArrayList allTypes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[214] allTypes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[256] this.changes.put(type, delta); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[299] this.changes.put(type, typeDelta); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[322] this.changes.put(type, typeDelta); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[330] private void getAllTypesFromElement(IModelElement element, ArrayList allTypes) throws ModelException { ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[336] allTypes.add(type); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[344] allTypes.add(type); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[356] allTypes.add(type); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[368] private void getAllTypesFromHierarchy(ModelElement element, ArrayList allTypes) { ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[371] ArrayList types = this.hierarchy.files.get(element); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[371] ArrayList types = this.hierarchy.files.get(element); ^^^^^^^ Unlikely argument type ModelElement for get(Object) on a Map> [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[373] allTypes.addAll(types); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[385] allTypes.add(type); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[430] Iterator iterator = this.changes.entrySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[432] Map.Entry entry = (Map.Entry) iterator.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[432] Map.Entry entry = (Map.Entry) iterator.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ScriptFolder.java:[177] protected boolean buildStructure(OpenableElementInfo info, IProgressMonitor pm, Map newElements, ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/CopyResourceElementsOperation.java:[71] protected ArrayList createdElements; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/CopyResourceElementsOperation.java:[76] protected Map deltasPerProject = new HashMap(1); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/CopyResourceElementsOperation.java:[76] protected Map deltasPerProject = new HashMap(1); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/CopyResourceElementsOperation.java:[120] ArrayList correctKindChildren = new ArrayList(children.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/CopyResourceElementsOperation.java:[120] ArrayList correctKindChildren = new ArrayList(children.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/CopyResourceElementsOperation.java:[124] correctKindChildren.add(child.getResource()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/CopyResourceElementsOperation.java:[143] correctKindChildren.toArray(result); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/CopyResourceElementsOperation.java:[149] correctKindChildren.toArray(result); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/CopyResourceElementsOperation.java:[192] createdElements.add(sideEffectPackage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/CopyResourceElementsOperation.java:[210] deltasPerProject.put(scriptProject, delta); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/CopyResourceElementsOperation.java:[403] for (Iterator deltas = this.deltasPerProject.values().iterator(); deltas ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/CopyResourceElementsOperation.java:[422] createdElements.add(((IScriptFolder) dest).getSourceModule(element .getElementName())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/CopyResourceElementsOperation.java:[441] createdElements = new ArrayList(elementsToProcess.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/CopyResourceElementsOperation.java:[448] createdElements.toArray(resultElements); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/caching/StructureModelProcessor.java:[44] case TAG_TYPE_REFERENCE1: ^^^^^^^^^^^^^^^^^^^ The field IStructureConstants.TAG_TYPE_REFERENCE1 is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/caching/StructureModelProcessor.java:[56] case TAG_ENTER_FIELD_WITH_PARENT: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field IStructureConstants.TAG_ENTER_FIELD_WITH_PARENT is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/caching/StructureModelProcessor.java:[65] case TAG_ENTER_METHOD_WITH_PARENT: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field IStructureConstants.TAG_ENTER_METHOD_WITH_PARENT is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/Decorator.java:[12] import org.eclipse.dltk.ast.DLTKToken; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/Decorator.java:[16] protected Decorator(DLTKToken nameToken, int sourceStart, int sourceEnd) { ^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/matching/PossibleMatch.java:[15] import org.eclipse.dltk.compiler.env.ISourceModule; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ISourceModule is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/matching/PossibleMatch.java:[23] public class PossibleMatch implements ISourceModule { ^^^^^^^^^^^^^ The type ISourceModule is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/RegionBasedTypeHierarchy.java:[53] fRootElements.add(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/RegionBasedTypeHierarchy.java:[62] fRootElements.add(roots[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/AbstractSourceModule.java:[493] IProgressMonitor pm, Map newElements, IResource underlyingResource) ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/AbstractSourceModule.java:[689] protected void openParent(Object childInfo, HashMap newElements, ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/NameLookup.java:[125] protected Map rootToResolvedEntries; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/NameLookup.java:[131] protected HashMap typesInWorkingCopies; ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/NameLookup.java:[139] Map rootToResolvedEntries) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/NameLookup.java:[163] this.typesInWorkingCopies = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/NameLookup.java:[167] HashMap typeMap = (HashMap) this.typesInWorkingCopies.get(pkg); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/NameLookup.java:[167] HashMap typeMap = (HashMap) this.typesInWorkingCopies.get(pkg); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/NameLookup.java:[169] typeMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/NameLookup.java:[170] this.typesInWorkingCopies.put(pkg, typeMap); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/NameLookup.java:[177] typeMap.put(typeName, NO_TYPES); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/NameLookup.java:[184] typeMap.put(typeName, type); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/NameLookup.java:[186] typeMap.put(typeName, new IType[] { (IType) existing, type }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/NameLookup.java:[197] typeMap.put(typeName, existingTypes); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/NameLookup.java:[486] ArrayList pkgs = null; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/NameLookup.java:[500] pkgs = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/NameLookup.java:[501] pkgs.add(oneFragment[0]); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/NameLookup.java:[503] pkgs.add(pkg); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/NameLookup.java:[515] pkgs = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/NameLookup.java:[516] pkgs.add(oneFragment[0]); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/NameLookup.java:[518] pkgs.add(pkg); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/NameLookup.java:[528] pkgs.toArray(result); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/NameLookup.java:[590] HashSet projects = null; ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/NameLookup.java:[613] projects = new HashSet(3); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/NameLookup.java:[614] projects.add(scriptProject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/NameLookup.java:[615] projects.add(packages[i].getScriptProject()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/NameLookup.java:[618] projects.add(packages[i].getScriptProject()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/NameLookup.java:[1111] HashMap typeMap = (HashMap) (this.typesInWorkingCopies == null ? null ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/NameLookup.java:[1111] HashMap typeMap = (HashMap) (this.typesInWorkingCopies == null ? null ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/NameLookup.java:[1139] HashMap typeMap = (HashMap) (this.typesInWorkingCopies == null ? null ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/NameLookup.java:[1139] HashMap typeMap = (HashMap) (this.typesInWorkingCopies == null ? null ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/NameLookup.java:[1142] Iterator iterator = typeMap.values().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/MultiOperation.java:[41] protected Map insertBeforeElements = new HashMap(1); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/MultiOperation.java:[41] protected Map insertBeforeElements = new HashMap(1); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/MultiOperation.java:[48] protected Map newParents; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/MultiOperation.java:[53] protected Map renamings; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/MultiOperation.java:[69] this.newParents = new HashMap(elementsToProcess.length); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/MultiOperation.java:[72] this.newParents.put(elementsToProcess[i], parentElements[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/MultiOperation.java:[76] this.newParents.put(elementsToProcess[i], parentElements[0]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/MultiOperation.java:[127] this.renamings = new HashMap(this.renamingsList.length); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/MultiOperation.java:[130] this.renamings.put(this.elementsToProcess[i], this.renamingsList[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/MultiOperation.java:[199] this.insertBeforeElements.put(modifiedElement, newSibling); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/task/TodoTaskPreferences.java:[17] import org.eclipse.core.runtime.Preferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/task/TodoTaskPreferences.java:[26] private Preferences store; ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/task/TodoTaskPreferences.java:[28] public TodoTaskPreferences(Preferences store) { ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/task/TodoTaskPreferences.java:[34] return store.getBoolean(ENABLED); ^^^^^^^^^^^^^^^^^^^ The method getBoolean(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/task/TodoTaskPreferences.java:[39] return store.getBoolean(CASE_SENSITIVE); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBoolean(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/task/TodoTaskPreferences.java:[44] return store.getString(TAGS); ^^^^^^^^^^^^^^^ The method getString(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/GoalEngine.java:[141] private EvaluatorStatistics getEvaluatorStatistics( ^^^^^^^^^^^^^^^^^^^ The type EvaluatorStatistics is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/GoalEngine.java:[148] return new EvaluatorStatistics(ev.totalSubgoals, ^^^^^^^^^^^^^^^^^^^ The type EvaluatorStatistics is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/GoalEngine.java:[148] return new EvaluatorStatistics(ev.totalSubgoals, currentTime - ev.timeCreated, ev.totalSubgoals - ev.subgoalsLeft, ev.successfulSubgoals); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor EvaluatorStatistics(int, long, int, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ProjectElementInfo.java:[257] new HashMap()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/caching/cache/util/CacheAdapterFactory.java:[73] new CacheSwitch() { ^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementDeltaBuilder.java:[48] Map infos; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementDeltaBuilder.java:[53] Map oldPositions; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementDeltaBuilder.java:[58] Map newPositions; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementDeltaBuilder.java:[68] ArrayList added; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementDeltaBuilder.java:[73] ArrayList removed; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementDeltaBuilder.java:[113] this.added.add(element); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementDeltaBuilder.java:[275] Iterator iter = this.infos.keySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementDeltaBuilder.java:[296] this.infos = new HashMap(20); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementDeltaBuilder.java:[297] this.oldPositions = new HashMap(20); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementDeltaBuilder.java:[298] this.newPositions = new HashMap(20); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementDeltaBuilder.java:[302] this.added = new ArrayList(5); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementDeltaBuilder.java:[303] this.removed = new ArrayList(5); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementDeltaBuilder.java:[347] this.infos.put(element, info); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementDeltaBuilder.java:[351] this.newPositions.put(element, position); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementDeltaBuilder.java:[355] this.oldPositions.put(element, position); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementDeltaBuilder.java:[409] this.removed.add(element); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/LRUCache.java:[113] protected Hashtable fEntryTable; ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/LRUCache.java:[148] fEntryTable = new Hashtable(size); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/LRUCache.java:[183] fEntryTable = new Hashtable(); // Clear it out ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/LRUCache.java:[245] public Enumeration keys() { ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/LRUCache.java:[257] Enumeration fValues = fEntryTable.elements(); ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/LRUCache.java:[353] fEntryTable.put(entry._fKey, entry); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/LRUCache.java:[515] Enumeration e = this.keys(); ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[47] public final static ArrayList EMPTY_LIST = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[47] public final static ArrayList EMPTY_LIST = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[68] protected boolean computeChildren(OpenableElementInfo info, Map newElements) throws ModelException { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[69] ArrayList vChildren = new ArrayList(5); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[69] ArrayList vChildren = new ArrayList(5); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[70] ArrayList vForeign = new ArrayList(5); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[70] ArrayList vForeign = new ArrayList(5); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[73] Set realPaths = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[73] Set realPaths = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[77] vChildren.toArray(children); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[91] protected void computeFolderChildren(IPath path, boolean isIncluded, ArrayList vChildren, ArrayList vForeign, ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[91] protected void computeFolderChildren(IPath path, boolean isIncluded, ArrayList vChildren, ArrayList vForeign, ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[92] Map newElements, char[][] inclusionPatterns, char[][] exclusionPatterns, Set realPaths) ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[92] Map newElements, char[][] inclusionPatterns, char[][] exclusionPatterns, Set realPaths) ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[98] if (!realPaths.add(canonicalPath)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[107] vChildren.add(fldr); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[116] List scriptElements = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[116] List scriptElements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[117] List nonScriptElements = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[117] List nonScriptElements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[132] scriptElements.add(memberPath); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[135] nonScriptElements.add(memberPath); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[144] newElements.put(fldr, fragInfo); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/model/UnresolvedElement.java:[78] protected void generateInfos(Object info, HashMap newElements, IProgressMonitor pm) { ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DLTKTypeInferenceEngine.java:[46] private final static Map evaluatorsByNatures = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DLTKTypeInferenceEngine.java:[46] private final static Map evaluatorsByNatures = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DLTKTypeInferenceEngine.java:[59] List list = (List) evaluatorsByNatures.get(nature); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DLTKTypeInferenceEngine.java:[59] List list = (List) evaluatorsByNatures.get(nature); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DLTKTypeInferenceEngine.java:[61] list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DLTKTypeInferenceEngine.java:[62] evaluatorsByNatures.put(nature, list); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DLTKTypeInferenceEngine.java:[68] list.add(myElement); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DLTKTypeInferenceEngine.java:[78] private void flattenTypes(AmbiguousType type, Set typeSet) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DLTKTypeInferenceEngine.java:[84] typeSet.add(possibleTypes[cnt]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DLTKTypeInferenceEngine.java:[90] String patternString, final Set typeSet) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DLTKTypeInferenceEngine.java:[111] typeSet.addAll(Arrays.asList(types)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DLTKTypeInferenceEngine.java:[118] typeSet.add(match.getType()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DLTKTypeInferenceEngine.java:[133] Set superClassSet) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DLTKTypeInferenceEngine.java:[135] Set typeSet = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DLTKTypeInferenceEngine.java:[135] Set typeSet = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DLTKTypeInferenceEngine.java:[141] for (Iterator typeIter = typeSet.iterator(); typeIter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DLTKTypeInferenceEngine.java:[150] superClassSet.add(superClasses[cnt]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DLTKTypeInferenceEngine.java:[165] private void reduceTypes(BasicContext context, Set typeSet) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DLTKTypeInferenceEngine.java:[167] Set superClassSet = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DLTKTypeInferenceEngine.java:[167] Set superClassSet = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DLTKTypeInferenceEngine.java:[168] for (Iterator iter = typeSet.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DLTKTypeInferenceEngine.java:[175] for (Iterator iter = typeSet.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DLTKTypeInferenceEngine.java:[184] private static ThreadLocal> goals = new ThreadLocal>() { ^^^^^^^^^^^ Redundant specification of type arguments > [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DLTKTypeInferenceEngine.java:[194] List list = (List) evaluatorsByNatures.get(nature); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DLTKTypeInferenceEngine.java:[194] List list = (List) evaluatorsByNatures.get(nature); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DLTKTypeInferenceEngine.java:[211] List list) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DLTKTypeInferenceEngine.java:[212] Set typeSet = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DLTKTypeInferenceEngine.java:[212] Set typeSet = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DLTKTypeInferenceEngine.java:[213] for (Iterator iterator = list.iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DLTKTypeInferenceEngine.java:[231] typeSet.add(type); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DLTKTypeInferenceEngine.java:[243] return new AmbiguousType((IEvaluatedType[]) typeSet .toArray(new IEvaluatedType[typeSet.size()])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/RegionBasedHierarchyBuilder.java:[18] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/RegionBasedHierarchyBuilder.java:[51] new SubProgressMonitor(this.hierarchy.progressMonitor, 30); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/RegionBasedHierarchyBuilder.java:[51] new SubProgressMonitor(this.hierarchy.progressMonitor, 30); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/RegionBasedHierarchyBuilder.java:[52] HashMap allOpenablesInRegion = determineOpenablesInRegion(typeInRegionMonitor); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/RegionBasedHierarchyBuilder.java:[57] new SubProgressMonitor(this.hierarchy.progressMonitor, 70); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/RegionBasedHierarchyBuilder.java:[57] new SubProgressMonitor(this.hierarchy.progressMonitor, 70); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/RegionBasedHierarchyBuilder.java:[71] private void createTypeHierarchyBasedOnRegion(HashMap allOpenablesInRegion, IProgressMonitor monitor) { ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/RegionBasedHierarchyBuilder.java:[81] this.infoToHandle = new HashMap(size); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/RegionBasedHierarchyBuilder.java:[82] Iterator javaProjects = allOpenablesInRegion.entrySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/RegionBasedHierarchyBuilder.java:[84] Map.Entry entry = (Map.Entry) javaProjects.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/RegionBasedHierarchyBuilder.java:[84] Map.Entry entry = (Map.Entry) javaProjects.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/RegionBasedHierarchyBuilder.java:[86] ArrayList allOpenables = (ArrayList) entry.getValue(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/RegionBasedHierarchyBuilder.java:[86] ArrayList allOpenables = (ArrayList) entry.getValue(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/RegionBasedHierarchyBuilder.java:[88] allOpenables.toArray(openables); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/RegionBasedHierarchyBuilder.java:[112] private HashMap determineOpenablesInRegion(IProgressMonitor monitor) { ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/RegionBasedHierarchyBuilder.java:[115] HashMap allOpenables = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/RegionBasedHierarchyBuilder.java:[115] HashMap allOpenables = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/RegionBasedHierarchyBuilder.java:[125] ArrayList openables = (ArrayList) allOpenables.get(javaProject); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/RegionBasedHierarchyBuilder.java:[125] ArrayList openables = (ArrayList) allOpenables.get(javaProject); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/RegionBasedHierarchyBuilder.java:[127] openables = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/RegionBasedHierarchyBuilder.java:[128] allOpenables.put(javaProject, openables); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/RegionBasedHierarchyBuilder.java:[141] openables.add(root); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/RegionBasedHierarchyBuilder.java:[145] openables.add(type.getSourceModule()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/RegionBasedHierarchyBuilder.java:[166] ArrayList openables) { ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/RegionBasedHierarchyBuilder.java:[188] ArrayList openables) { ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/RegionBasedHierarchyBuilder.java:[198] openables.add(cus[i]); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/RegionBasedHierarchyBuilder.java:[213] ArrayList openables) { ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[120] ArrayList children; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[256] .intern(Messages.bind(org.eclipse.dltk.internal.core.util.Messages.restrictedAccess_project, new String[] { "{0}", getPath().segment(0) })); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[259] Messages.bind(org.eclipse.dltk.internal.core.util.Messages.restrictedAccess_constructor_project, new String[] { "{0}", getPath().segment(0) })); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[262] .intern(Messages.bind(org.eclipse.dltk.internal.core.util.Messages.restrictedAccess_method_project, new String[] { "{0}", "{1}", getPath().segment(0) })); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[265] .intern(Messages.bind(org.eclipse.dltk.internal.core.util.Messages.restrictedAccess_field_project, new String[] { "{0}", "{1}", getPath().segment(0) })); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[278] .intern(Messages.bind(org.eclipse.dltk.internal.core.util.Messages.restrictedAccess_library, new String[] { "{0}", pathString })); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[281] Messages.bind(org.eclipse.dltk.internal.core.util.Messages.restrictedAccess_constructor_library, new String[] { "{0}", pathString })); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[284] .intern(Messages.bind(org.eclipse.dltk.internal.core.util.Messages.restrictedAccess_method_library, new String[] { "{0}", "{1}", pathString })); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[287] .intern(Messages.bind(org.eclipse.dltk.internal.core.util.Messages.restrictedAccess_field_library, new String[] { "{0}", "{1}", pathString })); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[533] public static IBuildpathEntry elementDecode(Element element, IScriptProject project, Map unknownElements) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[566] ArrayList unknownChildren = null; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[585] unknownChildren = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[588] unknownChildren.add(buffer.toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[655] unknownElements.put(path, unknownXmlElements); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[769] HashMap parameters = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[769] HashMap parameters = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[772] parameters.put(attribute.getNodeName(), attribute.getNodeValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[777] xmlWriter.printTag(nodeName, parameters, false/* don't insert tab */, false/* ^^^^^^^^^^ Type safety: The expression of type HashMap needs unchecked conversion to conform to Map [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[883] Map unknownElements) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[936] ArrayList unknownChildren = unknownXmlElements != null ? unknownXmlElements.children : null; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[958] HashMap parameters = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[958] HashMap parameters = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[959] parameters.put(TAG_ATTRIBUTE_NAME, attribute.getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[960] parameters.put(TAG_ATTRIBUTE_VALUE, attribute.getValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[961] writer.printTag(TAG_ATTRIBUTE, parameters, indent, newLine, true); ^^^^^^^^^^ Type safety: The expression of type HashMap needs unchecked conversion to conform to Map [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[976] HashMap parameters = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[976] HashMap parameters = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[977] parameters.put(TAG_PATTERN, new String(accessRule.pattern)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[980] parameters.put(TAG_KIND, TAG_NON_ACCESSIBLE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[983] parameters.put(TAG_KIND, TAG_DISCOURAGED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[986] parameters.put(TAG_KIND, TAG_ACCESSIBLE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[990] parameters.put(TAG_IGNORE_IF_BETTER, "true"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[991] writer.printTag(TAG_ACCESS_RULE, parameters, indent, newLine, true); ^^^^^^^^^^ Type safety: The expression of type HashMap needs unchecked conversion to conform to Map [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1014] private void encodeUnknownChildren(XMLWriter writer, boolean indent, boolean newLine, ArrayList unknownChildren) { ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1076] return new ModelStatus(IModelStatusConstants.NAME_COLLISION, Messages .bind(Messages.buildpath_duplicateEntryPath, new String[] { entryPathMsg, projectName })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1115] String entryPathMsg = isProjectRelative ? entryPath.removeFirstSegments(1).toString() ^^^^^^^^^^^^ The value of the local variable entryPathMsg is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1153] Messages.bind(Messages.buildpath_mustEndWithSlash, new String[] { exclusionPattern, EnvironmentPathUtils .getLocalPath(entryPath).makeRelative().toString() })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1161] Messages.bind(Messages.buildpath_cannotNestEntryInEntry, new String[] { EnvironmentPathUtils.getLocalPath(entryPath).makeRelative() .toString(), EnvironmentPathUtils.getLocalPath(otherEntry.getPath()) .makeRelative().toString(), exclusionPattern })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1168] return new ModelStatus(IModelStatusConstants.INVALID_BUILDPATH, Messages.bind( Messages.buildpath_cannotNestEntryInEntryNoExclusion, new String[] { EnvironmentPathUtils.getLocalPath(entryPath).makeRelative() .toString(), EnvironmentPathUtils.getLocalPath(otherEntry.getPath()) .makeRelative().toString(), exclusionPattern })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1179] Messages.bind(Messages.buildpath_cannotNestEntryInLibrary, new String[] { EnvironmentPathUtils.getLocalPath(entryPath).makeRelative() .toString(), EnvironmentPathUtils.getLocalPath(otherEntry.getPath()) .makeRelative().toString() })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1235] HashSet set = new HashSet(length); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1235] HashSet set = new HashSet(length); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1238] if (!set.add(attName)) { ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1240] Messages.bind(Messages.buildpath_duplicateEntryExtraAttribute, new String[] { attName, entryPathMsg, projectName })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1281] return new ModelStatus(IModelStatusConstants.INVALID_BUILDPATH, Messages .bind(Messages.buildpath_illegalContainerPath, new String[] { entryPathMsg, projectName })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1305] return new ModelStatus(IModelStatusConstants.INVALID_BUILDPATH, Messages .bind(Messages.buildpath_illegalVariablePath, new String[] { entryPathMsg, projectName })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1330] return new ModelStatus(IModelStatusConstants.INVALID_BUILDPATH, Messages.bind( Messages.buildpath_illegalLibraryArchive, new String[] { EnvironmentPathUtils.getLocalPath(path).toString(), projectName })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1338] return new ModelStatus(IModelStatusConstants.INVALID_BUILDPATH, Messages.bind( Messages.buildpath_illegalExternalFolder, new String[] { EnvironmentPathUtils.getLocalPath(path).toString(), projectName })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1344] return new ModelStatus(IModelStatusConstants.INVALID_BUILDPATH, Messages .bind(Messages.buildpath_illegalLibraryPath, new String[] { entryPathMsg, projectName })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1353] return new ModelStatus(IModelStatusConstants.INVALID_BUILDPATH, Messages .bind(Messages.buildpath_unboundProject, new String[] { path.segment(0), projectName })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1358] Messages.bind(Messages.buildpath_closedProject, new String[] { path.segment(0) })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1361] return new ModelStatus(IModelStatusConstants.INVALID_BUILDPATH, Messages .bind(Messages.buildpath_illegalProjectPath, new String[] { path.toString(), projectName })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1376] return new ModelStatus(IModelStatusConstants.INVALID_BUILDPATH, Messages .bind(Messages.buildpath_unboundSourceFolder, new String[] { entryPathMsg, projectName })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1380] return new ModelStatus(IModelStatusConstants.INVALID_BUILDPATH, Messages .bind(Messages.buildpath_illegalSourceFolderPath, new String[] { entryPathMsg, projectName })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1389] HashSet set = new HashSet(length); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1389] HashSet set = new HashSet(length); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1392] if (!set.add(attName)) { ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1394] Messages.bind(Messages.buildpath_duplicateEntryExtraAttribute, new String[] { attName, entryPathMsg, projectName })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1410] private static void encodePatterns(IPath[] patterns, String tag, Map parameters) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1418] parameters.put(tag, String.valueOf(rule)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[26] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[274] monitor == null ? null : new SubProgressMonitor(monitor, 50)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[274] monitor == null ? null : new SubProgressMonitor(monitor, 50)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[298] monitor == null ? null : new SubProgressMonitor(monitor, 50)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[298] monitor == null ? null : new SubProgressMonitor(monitor, 50)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[327] List findMatchesSourceOnly(SearchPattern pattern, SearchParticipant[] participants, IDLTKSearchScope scope, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[350] List documents = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[350] List documents = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[351] for (int i = 0; i < participants.length; i++) { ^^^ Dead code [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[357] SubProgressMonitor subMonitor = monitor == null ? null : new SubProgressMonitor(monitor, 1000); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[357] SubProgressMonitor subMonitor = monitor == null ? null : new SubProgressMonitor(monitor, 1000); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[357] SubProgressMonitor subMonitor = monitor == null ? null : new SubProgressMonitor(monitor, 1000); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[359] subMonitor.beginTask("", 1000); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^ The method beginTask(String, int) from the type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[363] subMonitor.subTask(NLS.bind(Messages.engine_searching_indexing, participant.getDescription())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method subTask(String) from the type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[374] subMonitor.subTask( NLS.bind(Messages.engine_searching_matching, participant.getDescription())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method subTask(String) from the type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[387] documents.add(modules[k]); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[513] HashMap pathToCUs = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[513] HashMap pathToCUs = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[516] pathToCUs.put(unit.getPath(), unit); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[521] pathToCUs.put(unit.getPath(), unit); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[525] pathToCUs.values().toArray(copies); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[664] public List searchSourceOnly(SearchPattern pattern, SearchParticipant[] participants, IDLTKSearchScope scope, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[958] progressMonitor == null ? null : new SubProgressMonitor(progressMonitor, 100)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[958] progressMonitor == null ? null : new SubProgressMonitor(progressMonitor, 100)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[1507] final HashSet workingCopyPaths = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[1507] final HashSet workingCopyPaths = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[1517] workingCopyPaths.add(workingCopy.getPath().toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[1565] progressMonitor == null ? null : new SubProgressMonitor(progressMonitor, 100)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[1565] progressMonitor == null ? null : new SubProgressMonitor(progressMonitor, 100)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[1574] final String path = workingCopy.getPath().toString(); ^^^^ The value of the local variable path is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[1585] char[][] enclosingTypeNames; ^^^^^^^^^^^^^^^^^^ The value of the local variable enclosingTypeNames is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[1592] char[] simpleName = type.getElementName().toCharArray(); ^^^^^^^^^^ The value of the local variable simpleName is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[1593] int kind = 0; ^^^^ The value of the local variable kind is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuiltinScriptFolder.java:[42] ArrayList vChildren = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuiltinScriptFolder.java:[42] ArrayList vChildren = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuiltinScriptFolder.java:[46] vChildren.add(classFile); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuiltinScriptFolder.java:[49] vChildren.toArray(children); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuiltinScriptFolder.java:[72] protected void generateInfos(Object info, HashMap newElements, ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/util/Messages.java:[31] private final Map fields; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/util/Messages.java:[36] fields = new HashMap(len * 2); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/util/Messages.java:[38] fields.put(fieldArray[i].getName(), fieldArray[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/util/Messages.java:[136] ArrayList result = new ArrayList(4); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/util/Messages.java:[136] ArrayList result = new ArrayList(4); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/util/Messages.java:[139] result.add('_' + nl + EXTENSION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/util/Messages.java:[146] result.add(EXTENSION); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/util/Messages.java:[147] nlSuffixes = (String[]) result.toArray(new String[result.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/util/Messages.java:[156] public static void initializeMessages(String bundleName, Class clazz) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelCache.java:[50] protected HashMap projectCache; ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelCache.java:[66] protected Map childrenCache; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelCache.java:[83] this.projectCache = new HashMap(DEFAULT_PROJECT_SIZE); // NB: Don't use ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelCache.java:[95] this.childrenCache = new HashMap((int) (DEFAULT_CHILDREN_SIZE * ratio)); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelCache.java:[149] this.projectCache.put(element, info); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelCache.java:[165] this.childrenCache.put(element, info); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElement.java:[191] HashMap newElements = manager.getTemporaryCache(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElement.java:[254] protected abstract void generateInfos(Object info, HashMap newElements, IProgressMonitor pm) throws ModelException; ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/index/MixinIndex.java:[63] if (false) { System.out.println("MIXIN: addIndexEntry '" + new String(key) //$NON-NLS-1$ + "' path '" + containerRelativePath + "'"); //$NON-NLS-1$ //$NON-NLS-2$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/Declaration.java:[15] import org.eclipse.dltk.ast.DLTKToken; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/declarations/Declaration.java:[49] protected Declaration(DLTKToken name, int start, int end) { ^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/references/SimpleReference.java:[14] import org.eclipse.dltk.ast.DLTKToken; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/references/SimpleReference.java:[26] public SimpleReference(DLTKToken token) { ^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/references/SimpleReference.java:[27] this.fName = token.getText(); ^^^^^^^^^ The method getText() from the type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/references/SimpleReference.java:[28] this.setStart(token.getColumn()); ^^^^^^^^^^^ The method getColumn() from the type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/statistics/GoalEvaluationStatistics.java:[19] private List steps; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/statistics/GoalEvaluationStatistics.java:[28] this.steps = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/statistics/GoalEvaluationStatistics.java:[71] public List getSteps() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/codeassist/org/eclipse/dltk/internal/codeassist/impl/Engine.java:[34] public Engine(Map settings) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/WeakHashSet.java:[20] public static class HashableWeakReference extends WeakReference { ^^^^^^^^^^^^^ WeakReference is a raw type. References to generic type WeakReference should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/WeakHashSet.java:[23] public HashableWeakReference(Object referent, ReferenceQueue queue) { ^^^^^^^^^^^^^^ ReferenceQueue is a raw type. References to generic type ReferenceQueue should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/WeakHashSet.java:[24] super(referent, queue); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor WeakReference(Object, ReferenceQueue) belongs to the raw type WeakReference. References to generic type WeakReference should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/WeakHashSet.java:[56] ReferenceQueue referenceQueue = new ReferenceQueue(); ^^^^^^^^^^^^^^ ReferenceQueue is a raw type. References to generic type ReferenceQueue should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/WeakHashSet.java:[56] ReferenceQueue referenceQueue = new ReferenceQueue(); ^^^^^^^^^^^^^^ ReferenceQueue is a raw type. References to generic type ReferenceQueue should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalScriptFolder.java:[36] void computeForeignResources(ExternalScriptFolderInfo info, List resNames) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalScriptFolder.java:[68] protected boolean computeChildren(OpenableElementInfo info, List entryNames) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalScriptFolder.java:[70] ArrayList vChildren = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalScriptFolder.java:[70] ArrayList vChildren = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalScriptFolder.java:[71] for (Iterator iter = entryNames.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalScriptFolder.java:[74] vChildren.add(classFile); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalScriptFolder.java:[77] vChildren.toArray(children); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalScriptFolder.java:[100] protected void generateInfos(Object info, HashMap newElements, ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/matching/MatchLocator.java:[161] private HashSet handles; ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/matching/MatchLocator.java:[338] this.handles.add(handle); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/matching/MatchLocator.java:[936] this.handles = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[63] public HashMap roots = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[63] public HashMap roots = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[69] public HashMap otherRoots = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[69] public HashMap otherRoots = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[75] public HashMap oldRoots = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[75] public HashMap oldRoots = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[82] public HashMap oldOtherRoots = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[82] public HashMap oldOtherRoots = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[88] public HashMap projectDependencies = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[88] public HashMap projectDependencies = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[94] private Set initializingThreads = Collections ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[94] private Set initializingThreads = Collections .synchronizedSet(new HashSet()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation synchronizedSet(HashSet) of the generic method synchronizedSet(Set) of type Collections [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[95] .synchronizedSet(new HashSet()); ^^^^^^^^^^^^^ Type safety: The expression of type HashSet needs unchecked conversion to conform to Set [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[95] .synchronizedSet(new HashSet()); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[118] private HashMap externalFolderChanges = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[118] private HashMap externalFolderChanges = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[177] this.externalElementsToRefresh = new HashSet(); ^^^^^^^^^^^^^ Type safety: The expression of type HashSet needs unchecked conversion to conform to HashSet [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[177] this.externalElementsToRefresh = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[263] this.externalFolderChanges.put(project, change); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[280] HashMap newRoots = null; ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[281] HashMap newOtherRoots = null; ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[282] HashMap newProjectDependencies = null; ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[290] if (!this.initializingThreads.add(currentThread)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[299] newRoots = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[300] newOtherRoots = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[301] newProjectDependencies = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[340] newProjectDependencies.put(key, dependents); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[347] newRoots.put(path, new DeltaProcessor.RootInfo( project, path, ((BuildpathEntry) entry) .fullInclusionPatternChars(), ((BuildpathEntry) entry) .fullExclusionPatternChars(), entry.getEntryKind())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[355] ArrayList rootList = (ArrayList) newOtherRoots ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[355] ArrayList rootList = (ArrayList) newOtherRoots ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[358] rootList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[359] newOtherRoots.put(path, rootList); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[361] rootList.add(new DeltaProcessor.RootInfo(project, path, ((BuildpathEntry) entry) .fullInclusionPatternChars(), ((BuildpathEntry) entry) .fullExclusionPatternChars(), entry.getEntryKind())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[597] Map updatedRoots; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[598] Map otherUpdatedRoots; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[606] Iterator iterator = updatedRoots.keySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[629] ArrayList rootList = (ArrayList) otherUpdatedRoots.get(path); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[629] ArrayList rootList = (ArrayList) otherUpdatedRoots.get(path); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/DeltaProcessingState.java:[631] Iterator otherProjects = rootList.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/caching/cache/impl/CacheEntryImpl.java:[179] attributes = new EObjectContainmentEList(CacheEntryAttribute.class, this, CachePackage.CACHE_ENTRY__ATTRIBUTES); ^^^^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/ICacheEnumeration.java:[31] public interface ICacheEnumeration extends Enumeration { ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/index/org/eclipse/dltk/core/index2/search/NewSearchEngine.java:[28] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/index/org/eclipse/dltk/core/index2/search/NewSearchEngine.java:[136] monitor.subTask(Messages.bind( Messages.engine_searching_indexing, new String[] { participant.getDescription() })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/index/org/eclipse/dltk/core/index2/search/NewSearchEngine.java:[154] monitor.subTask(Messages.bind( Messages.engine_searching_matching, new String[] { participant.getDescription() })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/index/org/eclipse/dltk/core/index2/search/NewSearchEngine.java:[182] : new SubProgressMonitor(monitor, 50)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/index/org/eclipse/dltk/core/index2/search/NewSearchEngine.java:[182] : new SubProgressMonitor(monitor, 50)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalFoldersManager.java:[282] Map roots = state.roots; ^^^^^^^^^^^ Type safety: The expression of type HashMap needs unchecked conversion to conform to Map [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ProjectReferenceChange.java:[118] description1.setDynamicReferences(requiredProjectArray); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/expressions/NumericLiteral.java:[12] import org.eclipse.dltk.ast.DLTKToken; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/expressions/NumericLiteral.java:[29] public NumericLiteral(DLTKToken number) { ^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/core/BuiltinProjectFragmentRequest.java:[49] protected List checkChanges(Index index, Collection modules, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/core/BuiltinProjectFragmentRequest.java:[49] protected List checkChanges(Index index, Collection modules, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/core/BuiltinProjectFragmentRequest.java:[54] final List changes = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/core/BuiltinProjectFragmentRequest.java:[54] final List changes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/core/BuiltinProjectFragmentRequest.java:[58] changes.add(documentNames[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/core/BuiltinProjectFragmentRequest.java:[61] changes.addAll(modules); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/core/BuiltinProjectFragmentRequest.java:[64] return super.checkChanges(index, modules, containerPath, environment, ^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/ASTNode.java:[162] protected ASTNode(DLTKToken token) { ^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/ASTNode.java:[163] this.sourceStart = token.getColumn(); ^^^^^^^^^^^ The method getColumn() from the type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/ASTNode.java:[164] String tokenValue = token.getText(); ^^^^^^^^^ The method getText() from the type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[40] public final static ArrayList EMPTY_LIST = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[40] public final static ArrayList EMPTY_LIST = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[68] protected boolean computeChildren(OpenableElementInfo info, Map newElements) throws ModelException { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[69] ArrayList vChildren = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[69] ArrayList vChildren = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[90] ArrayList[] entries = (ArrayList[]) packageFragToTypes.get(pkgName); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[106] entries[NON_SCRIPT].toArray(resNames); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[113] newElements.put(packFrag, fragInfo); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[114] vChildren.add(packFrag); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[126] List childrenSet = vChildren; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[132] providers[i].provideModelChanges(this, childrenSet); ^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[135] info.setChildren((IModelElement[]) childrenSet.toArray(new IModelElement[childrenSet.size()])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[171] ArrayList[] children = (ArrayList[]) packageFragToTypes.get(existing); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[173] children[1/* NON_SCRIPT */] = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[174] children[1/* NON_SCRIPT */].add(entryName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[182] ArrayList[] children = (ArrayList[]) packageFragToTypes.get(pkgName); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[185] children[0/* SCRIPT */] = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[187] children[0/* SCRIPT */].add(fileName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[190] children[1/* NON_SCRIPT */] = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[191] children[1/* NON_SCRIPT */].add(entryName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/SourceElementRequestVisitor.java:[76] List names = type.getSuperClassNames(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/SourceElementRequestVisitor.java:[84] return (String[]) names.toArray(new String[names.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/SourceElementRequestVisitor.java:[168] List args = method.getArguments(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/SimpleClassDLTKExtensionManager.java:[16] final List infos = getElementInfoList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuiltinProjectFragment.java:[95] protected boolean computeChildren(OpenableElementInfo info, Map newElements) throws ModelException { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuiltinProjectFragment.java:[117] Map newElements, char[][] inclusionPatterns, char[][] exclusionPatterns) throws ModelException { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuiltinProjectFragment.java:[127] newElements.put(fldr, fragInfo); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/matching/DLTKSearchPattern.java:[97] private char[][][] typeArguments; ^^^^^^^^^^^^^ The value of the field DLTKSearchPattern.typeArguments is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/codeassist/org/eclipse/dltk/codeassist/ISelectionEngine.java:[24] void setOptions(Map options); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelStatus.java:[212] return Messages.bind(Messages.status_invalidPath, new String[] { getPath() == null ? "null" : getPath().toString() } //$NON-NLS-1$ ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelStatus.java:[263] return Messages.bind(Messages.operation_pathOutsideProject, new String[] { string, ((ModelElement) elements[0]).toStringWithAncestors() }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelStatus.java:[293] return Messages.bind(Messages.buildpath_unboundContainerPath, new String[] { description, scriptProject.getElementName() }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelStatus.java:[314] return Messages.bind(Messages.buildpath_invalidContainer, new String[] { description, scriptProject.getElementName() }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelStatus.java:[327] return Messages.bind(Messages.buildpath_disabledInclusionExclusionPatterns, new String[] { newPath.makeRelative().toString(), projectName }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method bind(String, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveFolder.java:[74] ArrayList entryNames) { ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveFolder.java:[76] ArrayList vChildren = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveFolder.java:[76] ArrayList vChildren = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveFolder.java:[77] for (Iterator iter = entryNames.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveFolder.java:[80] vChildren.add(classFile); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveFolder.java:[83] vChildren.toArray(children); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveFolder.java:[106] protected void generateInfos(Object info, HashMap newElements, ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[21] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[59] protected Map cuToHandle; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[69] protected Map binariesFromIndexMatches; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[114] this.cuToHandle = new HashMap(5); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[115] this.binariesFromIndexMatches = new HashMap(10); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[139] : new SubProgressMonitor(this.hierarchy.progressMonitor, amountOfWorkForSubtypes); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[139] : new SubProgressMonitor(this.hierarchy.progressMonitor, amountOfWorkForSubtypes); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[140] HashSet localTypes = new HashSet(10); // contains the paths ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[140] HashSet localTypes = new HashSet(10); // contains the paths ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[154] : new SubProgressMonitor(this.hierarchy.progressMonitor, 100 - amountOfWorkForSubtypes); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[154] : new SubProgressMonitor(this.hierarchy.progressMonitor, 100 - amountOfWorkForSubtypes); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[167] private void buildForProject(ScriptProject project, ArrayList potentialSubtypes, ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[168] org.eclipse.dltk.core.ISourceModule[] workingCopies, HashSet localTypes, IProgressMonitor monitor) ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[175] potentialSubtypes.toArray(openables); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[252] localTypes = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[253] localTypes.add(openable.getPath().toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[254] this.hierarchyResolver.resolve(new Openable[] { openable }, localTypes); ^^^^^^^^^^ Type safety: The expression of type HashSet needs unchecked conversion to conform to HashSet [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[258] this.hierarchyResolver.resolve(openables, localTypes); ^^^^^^^^^^ Type safety: The expression of type HashSet needs unchecked conversion to conform to HashSet [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[265] private void buildFromPotentialSubtypes(String[] allPotentialSubTypes, HashSet localTypes, ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[270] HashMap wcPaths = new HashMap(); // a map from path to working copies ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[270] HashMap wcPaths = new HashMap(); // a map from path to working copies ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[278] wcPaths.put(path, workingCopy); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[310] ArrayList potentialSubtypes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[310] ArrayList potentialSubtypes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[344] potentialSubtypes = new ArrayList(5); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[350] potentialSubtypes = new ArrayList(5); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[353] potentialSubtypes.add(handle); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[364] potentialSubtypes.add(focusType.getSourceModule()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[377] potentialSubtypes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[378] potentialSubtypes.add(focusType.getSourceModule()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[402] this.cuToHandle.put(unit, handle); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[410] protected String[] determinePossibleSubTypes(final HashSet localTypes, IProgressMonitor monitor) { ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[413] HashSet paths = new HashSet(10); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[413] HashSet paths = new HashSet(10); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[417] this.paths.add(path); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[419] localTypes.add(path); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[437] HashSet paths = collector.paths; ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[441] for (Iterator iter = paths.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[463] public static void searchAllPossibleSubTypes(IType type, IDLTKSearchScope scope, final Map binariesFromIndexMatches, ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/TimelimitPruner.java:[30] public boolean prune(IGoal goal, EvaluatorStatistics stat) { ^^^^^^^^^^^^^^^^^^^ The type EvaluatorStatistics is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DefaultTypeInferencer.java:[56] for (Iterator iterator = statRequestors.iterator(); iterator ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DefaultTypeInferencer.java:[69] for (Iterator iterator = statRequestors.iterator(); iterator ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DefaultTypeInferencer.java:[82] for (Iterator iterator = statRequestors.iterator(); iterator ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DefaultTypeInferencer.java:[96] for (Iterator iterator = statRequestors.iterator(); iterator ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DefaultTypeInferencer.java:[109] for (Iterator iterator = statRequestors.iterator(); iterator ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DefaultTypeInferencer.java:[122] for (Iterator iterator = statRequestors.iterator(); iterator ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DefaultTypeInferencer.java:[146] Class goalClass = goal.getClass(); ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DefaultTypeInferencer.java:[159] Class evalClass = (Class) evaluator; ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DefaultTypeInferencer.java:[159] Class evalClass = (Class) evaluator; ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DefaultTypeInferencer.java:[163] newInstance = (GoalEvaluator) evalClass.getConstructor( new Class[] { IGoal.class }).newInstance( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method getConstructor(Class...) belongs to the raw type Class. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DefaultTypeInferencer.java:[186] private Map evaluators = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DefaultTypeInferencer.java:[186] private Map evaluators = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DefaultTypeInferencer.java:[188] private static Set statRequestors = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DefaultTypeInferencer.java:[188] private static Set statRequestors = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DefaultTypeInferencer.java:[207] public void registerEvaluator(Class goalClass, Class evaluatorClass) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DefaultTypeInferencer.java:[207] public void registerEvaluator(Class goalClass, Class evaluatorClass) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DefaultTypeInferencer.java:[210] evaluators.put(goalClass, evaluatorClass); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/typeinference/org/eclipse/dltk/ti/DefaultTypeInferencer.java:[233] statRequestors.add(r); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/HierarchyScope.java:[56] protected HashSet resourcePaths; ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/HierarchyScope.java:[128] | DLTKSearchScope.REFERENCED_PROJECTS, new HashSet()); ^^^^^^^^^^^^^ Type safety: The expression of type HashSet needs unchecked conversion to conform to HashSet [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/HierarchyScope.java:[128] | DLTKSearchScope.REFERENCED_PROJECTS, new HashSet()); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/HierarchyScope.java:[135] HashMap resources = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/HierarchyScope.java:[135] HashMap resources = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/HierarchyScope.java:[136] HashMap paths = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/HierarchyScope.java:[136] HashMap paths = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/HierarchyScope.java:[143] resources.put(resource, resource); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/HierarchyScope.java:[169] this.resourcePaths.add(resourcePath); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/HierarchyScope.java:[170] paths.put(jarPath, type); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/HierarchyScope.java:[172] paths.put(root.getPath(), type); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/HierarchyScope.java:[175] paths.put(type.getScriptProject().getProject().getFullPath(), type); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/HierarchyScope.java:[181] for (Iterator iter = paths.keySet().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/HierarchyScope.java:[192] HashSet set = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/HierarchyScope.java:[192] HashSet set = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/HierarchyScope.java:[197] set.add(root.getPath()); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/HierarchyScope.java:[202] HashSet visited = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/HierarchyScope.java:[202] HashSet visited = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/HierarchyScope.java:[210] set.add(project.getPath()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/HierarchyScope.java:[214] set.add(pkgFragmentRoot.getPath()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/HierarchyScope.java:[228] set.add(pkgFragmentRoot.getPath()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/HierarchyScope.java:[230] set.add(pkgFragmentRoot.getParent().getPath()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/HierarchyScope.java:[234] this.computeDependents(project, set, new HashSet()); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/HierarchyScope.java:[237] set.toArray(result); ^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type AbstractCollection. References to generic type AbstractCollection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/HierarchyScope.java:[241] private void computeDependents(IScriptProject project, HashSet set, ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/HierarchyScope.java:[242] HashSet visited) { ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/HierarchyScope.java:[246] visited.add(project); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/HierarchyScope.java:[253] set.add(dependent.getPath()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/HierarchyScope.java:[257] set.add(pkgFragmentRoot.getPath()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/HierarchyScope.java:[401] this.resourcePaths = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/SourceIndexerRequestor.java:[215] return searchPatternProcessor.extractTypeChars(typeName); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method extractTypeChars(String) from the type ISearchPatternProcessor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/AbstractSearchFactory.java:[14] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/model/LocalVariable.java:[90] protected void generateInfos(Object info, HashMap newElements, IProgressMonitor pm) { ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/codeassist/org/eclipse/dltk/internal/codeassist/impl/AssistOptions.java:[79] public AssistOptions(Map settings) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/codeassist/org/eclipse/dltk/internal/codeassist/impl/AssistOptions.java:[85] public void set(Map optionsMap) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/Region.java:[27] protected ArrayList fRootElements; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/Region.java:[35] fRootElements = new ArrayList(1); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/Region.java:[46] fRootElements.add(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/Region.java:[58] ArrayList parents = getAncestors(element); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/Region.java:[79] private ArrayList getAncestors(IModelElement element) { ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/Region.java:[80] ArrayList parents = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/Region.java:[80] ArrayList parents = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/Region.java:[83] parents.add(parent); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/Region.java:[123] ArrayList newRootElements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/Region.java:[123] ArrayList newRootElements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/Region.java:[137] newRootElements.add(currentRoot); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/builder/ScriptBuilder.java:[39] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/builder/ScriptBuilder.java:[326] IProgressMonitor sub = new SubProgressMonitor(monitor, 1); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/builder/ScriptBuilder.java:[326] IProgressMonitor sub = new SubProgressMonitor(monitor, 1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/references/TypeReference.java:[13] import org.eclipse.dltk.ast.DLTKToken; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/ast/org/eclipse/dltk/ast/references/TypeReference.java:[17] public TypeReference(DLTKToken token) { ^^^^^^^^^ The type DLTKToken is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/LRUCacheEnumerator.java:[24] public class LRUCacheEnumerator implements Enumeration { ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/SearchEngine.java:[371] public List searchSourceOnly(SearchPattern pattern, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/DLTKSearchParticipant.java:[25] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/DLTKSearchParticipant.java:[100] monitor == null ? null : new SubProgressMonitor(monitor, 95)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/DLTKSearchParticipant.java:[100] monitor == null ? null : new SubProgressMonitor(monitor, 95)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ScriptFileConfiguratorManager.java:[22] public class ScriptFileConfiguratorManager extends NatureExtensionManager { ^^^^^^^^^^^^^^^^^^^^^^ NatureExtensionManager is a raw type. References to generic type NatureExtensionManager should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ScriptFileConfiguratorManager.java:[30] super(EXT_POINT, IScriptFileConfigurator.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor NatureExtensionManager(String, Class) belongs to the raw type NatureExtensionManager. References to generic type NatureExtensionManager should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/problem/ProblemCollector.java:[23] import org.eclipse.dltk.core.IScriptModelMarker; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IScriptModelMarker is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/problem/ProblemCollector.java:[281] m.setAttribute(IScriptModelMarker.ID, DefaultProblemIdentifier.encode(problem.getID())); ^^^^^^^^^^^^^^^^^^ The type IScriptModelMarker is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/problem/ProblemCollector.java:[281] m.setAttribute(IScriptModelMarker.ID, DefaultProblemIdentifier.encode(problem.getID())); ^^ The field IScriptModelMarker.ID is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/problem/ProblemCollector.java:[285] m.setAttribute(IScriptModelMarker.ARGUMENTS, Util.getProblemArgumentsForMarker(arguments)); ^^^^^^^^^^^^^^^^^^ The type IScriptModelMarker is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/problem/ProblemCollector.java:[285] m.setAttribute(IScriptModelMarker.ARGUMENTS, Util.getProblemArgumentsForMarker(arguments)); ^^^^^^^^^ The field IScriptModelMarker.ARGUMENTS is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BufferManager.java:[100] public Enumeration getOpenBuffers() { ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BufferManager.java:[101] Enumeration result; ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/codeassist/org/eclipse/dltk/codeassist/ScriptCompletionEngine.java:[404] List arguments = method.getArguments(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/codeassist/org/eclipse/dltk/codeassist/ScriptCompletionEngine.java:[621] public void setOptions(Map options) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/ICallProcessor.java:[19] Map process(final IModelElement parent, IModelElement member, ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/codeassist/org/eclipse/dltk/codeassist/ScriptSelectionEngine.java:[94] public void setOptions(Map options) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/ICalleeProcessor.java:[20] Map doOperation(); ^^^ Map is a raw type. References to generic type Map should be parameterized 1013. INFO in /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/caching/MetadataContentCache.java (at line 181) .equals(canonicalFile.getAbsoluteFile())) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unlikely argument type for equals(): File seems to be unrelated to String [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/model/binary/BinaryModuleStructureRequestor.java:[240] ModelElementInfo elementInfo = this.infoStack.pop(); ^^^^^^^^^^^ The value of the local variable elementInfo is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/TypeHierarchy.java:[407] listeners = (ArrayList) listeners.clone(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to ArrayList [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/Openable.java:[94] IProgressMonitor pm, Map newElements, IResource underlyingResource) ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/Openable.java:[156] protected void generateInfos(Object info, HashMap newElements, ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/Openable.java:[192] newElements.put(this, info); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/Openable.java:[330] Enumeration openBuffers = getBufferManager().getOpenBuffers(); ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/Openable.java:[410] protected void openParent(Object childInfo, HashMap newElements, ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/SourceRefElement.java:[50] protected void generateInfos(Object info, HashMap newElements, IProgressMonitor pm) throws ModelException { ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/SimpleDLTKExtensionManager.java:[21] private List extensions; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/SimpleDLTKExtensionManager.java:[81] extensions = new ArrayList(5); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/SimpleDLTKExtensionManager.java:[89] extensions.add(info); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/SimpleDLTKExtensionManager.java:[104] return (ElementInfo[]) extensions.toArray(new ElementInfo[extensions .size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/SimpleDLTKExtensionManager.java:[113] protected List getElementInfoList() { ^^^^ List is a raw type. References to generic type List should be parameterized 1026 problems (0 errors, 1023 warnings, 3 infos) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.core --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/org.eclipse.dltk.core-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/org.eclipse.dltk.core-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/org.eclipse.dltk.core-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/org.eclipse.dltk.core-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.core --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.core --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/org.eclipse.dltk.core-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core/6.3.0-SNAPSHOT/org.eclipse.dltk.core-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core/6.3.0-SNAPSHOT/org.eclipse.dltk.core-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/org.eclipse.dltk.core-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core/6.3.0-SNAPSHOT/org.eclipse.dltk.core-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core/6.3.0-SNAPSHOT/org.eclipse.dltk.core-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core/6.3.0-SNAPSHOT/org.eclipse.dltk.core-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] -----------< org.eclipse.dltk.core:org.eclipse.dltk.console >----------- [INFO] Building org.eclipse.dltk.console 6.3.0-SNAPSHOT [7/92] [INFO] from ../org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.console --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.console --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.console --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.console --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.console --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.console --- [INFO] Resolving class path of org.eclipse.dltk.console... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.console --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/src/org/eclipse/dltk/console/ShellResponse.java:[16] private List completions; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/src/org/eclipse/dltk/console/ShellResponse.java:[28] public ShellResponse(List completions) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/src/org/eclipse/dltk/console/ShellResponse.java:[32] public List getCompletions() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/src/org/eclipse/dltk/console/IScriptConsoleShell.java:[17] List getCompletions(String commandLine, int position) throws IOException; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/src/org/eclipse/dltk/console/ScriptConsoleServer.java:[43] ServerSocket s = new ServerSocket(this.port); ^ Resource leak: 's' is never closed [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/src/org/eclipse/dltk/console/ScriptConsoleServer.java:[82] ServerSocket server = new ServerSocket(port); ^^^^^^ Resource leak: 'server' is never closed 6 problems (6 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.console --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.console --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.console --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.console --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.console --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/target/org.eclipse.dltk.console-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.console --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/target/org.eclipse.dltk.console-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.console --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.console --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/target/org.eclipse.dltk.console-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/target/org.eclipse.dltk.console-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.console --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.console --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.console --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.console --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/target/org.eclipse.dltk.console-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.console/6.3.0-SNAPSHOT/org.eclipse.dltk.console-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.console/6.3.0-SNAPSHOT/org.eclipse.dltk.console-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/target/org.eclipse.dltk.console-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.console/6.3.0-SNAPSHOT/org.eclipse.dltk.console-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.console/6.3.0-SNAPSHOT/org.eclipse.dltk.console-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.console/6.3.0-SNAPSHOT/org.eclipse.dltk.console-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.console --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ------------< org.eclipse.dltk.core:org.eclipse.dltk.debug >------------ [INFO] Building org.eclipse.dltk.debug 6.3.0-SNAPSHOT [8/92] [INFO] from ../org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.debug --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.debug --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.debug --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.debug --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.debug --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.debug --- [INFO] Resolving class path of org.eclipse.dltk.debug... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.debug --- [INFO] Compiling 227 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/RemoteScriptDebugTarget.java:[63] return new ScriptBreakpointPathMapper(getScriptProject(), ^^^^^^^^^^^^^^^^^^ The method getScriptProject() from the type ScriptDebugTarget is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptDebugTarget.java:[91] private static final WeakHashMap targets = new WeakHashMap(); ^^^^^^^^^^^ WeakHashMap is a raw type. References to generic type WeakHashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptDebugTarget.java:[91] private static final WeakHashMap targets = new WeakHashMap(); ^^^^^^^^^^^ WeakHashMap is a raw type. References to generic type WeakHashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptDebugTarget.java:[107] public static List getAllTargets() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptDebugTarget.java:[109] return new ArrayList(targets.keySet()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptDebugTarget.java:[109] return new ArrayList(targets.keySet()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptDebugTarget.java:[147] targets.put(this, ""); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type WeakHashMap. References to generic type WeakHashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptSpawnpoint.java:[24] import org.eclipse.dltk.debug.core.model.IScriptSpawnpoint; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IScriptSpawnpoint is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptSpawnpoint.java:[27] implements IScriptSpawnpoint { ^^^^^^^^^^^^^^^^^ The type IScriptSpawnpoint is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/dbgp/internal/commands/DbgpDebuggingEngineCommunicator.java:[56] timeout = DLTKDebugPlugin.getDefault().getPluginPreferences().getInt( ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/dbgp/internal/commands/DbgpDebuggingEngineCommunicator.java:[56] timeout = DLTKDebugPlugin.getDefault().getPluginPreferences().getInt( DLTKDebugPreferenceConstants.PREF_DBGP_RESPONSE_TIMEOUT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getInt(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptValue.java:[127] Arrays.sort(this.variables, offset, offset + size, ScriptDebugManager.getInstance() .getVariableNameComparatorByDebugModel( getDebugTarget().getModelIdentifier())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation sort(IVariable[], int, int, Comparator) of the generic method sort(T[], int, int, Comparator) of type Arrays [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptValue.java:[128] ScriptDebugManager.getInstance() .getVariableNameComparatorByDebugModel( getDebugTarget().getModelIdentifier())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Comparator needs unchecked conversion to conform to Comparator [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/dbgp/DbgpServer.java:[29] ServerSocket socket = null; ^^^^^^ Resource 'socket' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/debug/core/ScriptDebugManager.java:[39] public final Comparator comparator; ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/debug/core/ScriptDebugManager.java:[43] IDLTKDebugToolkit debugToolkit, Comparator comparator) { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/debug/core/ScriptDebugManager.java:[77] Comparator comparator = null; ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/debug/core/ScriptDebugManager.java:[82] comparator = (Comparator) element ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/debug/core/ScriptDebugManager.java:[145] public Comparator getVariableNameComparatorByNature(String natureId) { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/debug/core/ScriptDebugManager.java:[149] public Comparator getVariableNameComparatorByDebugModel( ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptStackFrame.java:[118] final Map names = commands.getContextNames(getLevel()); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptStackFrame.java:[155] final Comparator variableComparator = ScriptDebugManager ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptStackFrame.java:[159] Arrays.sort(locals, variableComparator); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation sort(IVariable[], Comparator) of the generic method sort(T[], Comparator) of type Arrays [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptStackFrame.java:[159] Arrays.sort(locals, variableComparator); ^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Comparator needs unchecked conversion to conform to Comparator [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptStackFrame.java:[162] Arrays.sort(globals, variableComparator); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation sort(IVariable[], Comparator) of the generic method sort(T[], Comparator) of type Arrays [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptStackFrame.java:[162] Arrays.sort(globals, variableComparator); ^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Comparator needs unchecked conversion to conform to Comparator [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptStackFrame.java:[165] Arrays.sort(classes, variableComparator); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation sort(IVariable[], Comparator) of the generic method sort(T[], Comparator) of type Arrays [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptStackFrame.java:[165] Arrays.sort(classes, variableComparator); ^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Comparator needs unchecked conversion to conform to Comparator [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptBreakpointManager.java:[51] import org.eclipse.dltk.debug.core.model.IScriptSpawnpoint; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IScriptSpawnpoint is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptBreakpointManager.java:[190] IScriptSpawnpoint spawnpoint) throws DbgpException, CoreException { ^^^^^^^^^^^^^^^^^ The type IScriptSpawnpoint is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptBreakpointManager.java:[393] IScriptSpawnpoint spawnpoint) throws DbgpException, CoreException { ^^^^^^^^^^^^^^^^^ The type IScriptSpawnpoint is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptBreakpointManager.java:[405] IScriptSpawnpoint spawnpoint) throws DbgpException, CoreException { ^^^^^^^^^^^^^^^^^ The type IScriptSpawnpoint is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptBreakpointManager.java:[510] if (breakpoint instanceof IScriptSpawnpoint) { ^^^^^^^^^^^^^^^^^ The type IScriptSpawnpoint is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptBreakpointManager.java:[511] addSpawnpoint(session, (IScriptSpawnpoint) breakpoint); ^^^^^^^^^^^^^^^^^ The type IScriptSpawnpoint is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptBreakpointManager.java:[606] if (breakpoint instanceof IScriptSpawnpoint) { ^^^^^^^^^^^^^^^^^ The type IScriptSpawnpoint is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptBreakpointManager.java:[607] addSpawnpoint(session, (IScriptSpawnpoint) breakpoint); ^^^^^^^^^^^^^^^^^ The type IScriptSpawnpoint is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptBreakpointManager.java:[633] if (breakpoint instanceof IScriptSpawnpoint) { ^^^^^^^^^^^^^^^^^ The type IScriptSpawnpoint is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptBreakpointManager.java:[636] (IScriptSpawnpoint) breakpoint) ^^^^^^^^^^^^^^^^^ The type IScriptSpawnpoint is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptBreakpointManager.java:[646] (IScriptSpawnpoint) breakpoint); ^^^^^^^^^^^^^^^^^ The type IScriptSpawnpoint is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptBreakpointManager.java:[648] (IScriptSpawnpoint) breakpoint); ^^^^^^^^^^^^^^^^^ The type IScriptSpawnpoint is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptBreakpointManager.java:[651] (IScriptSpawnpoint) breakpoint); ^^^^^^^^^^^^^^^^^ The type IScriptSpawnpoint is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptBreakpointManager.java:[695] if (breakpoint instanceof IScriptSpawnpoint) { ^^^^^^^^^^^^^^^^^ The type IScriptSpawnpoint is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptBreakpointManager.java:[697] (IScriptSpawnpoint) breakpoint); ^^^^^^^^^^^^^^^^^ The type IScriptSpawnpoint is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptBreakpointManager.java:[721] if (breakpoint instanceof IScriptSpawnpoint) { ^^^^^^^^^^^^^^^^^ The type IScriptSpawnpoint is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptBreakpointManager.java:[723] (IScriptSpawnpoint) breakpoint); ^^^^^^^^^^^^^^^^^ The type IScriptSpawnpoint is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/debug/core/DLTKDebugPlugin.java:[25] import org.eclipse.core.runtime.Preferences.IPropertyChangeListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences.IPropertyChangeListener is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/debug/core/DLTKDebugPlugin.java:[26] import org.eclipse.core.runtime.Preferences.PropertyChangeEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/debug/core/DLTKDebugPlugin.java:[90] getPluginPreferences().addPropertyChangeListener( ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/debug/core/DLTKDebugPlugin.java:[90] getPluginPreferences().addPropertyChangeListener( new DbgpServicePreferenceUpdater()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addPropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/debug/core/DLTKDebugPlugin.java:[97] implements IPropertyChangeListener { ^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences.IPropertyChangeListener is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/debug/core/DLTKDebugPlugin.java:[100] public void propertyChange(PropertyChangeEvent event) { ^^^^^^^^^^^^^^^^^^^ The type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/debug/core/DLTKDebugPlugin.java:[101] final String property = event.getProperty(); ^^^^^^^^^^^^^ The method getProperty() from the type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/debug/core/DLTKDebugPlugin.java:[158] return getPluginPreferences() ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/debug/core/DLTKDebugPlugin.java:[159] .getInt(DLTKDebugPreferenceConstants.PREF_DBGP_PORT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getInt(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/debug/core/DLTKDebugPlugin.java:[163] String address = getPluginPreferences() ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/debug/core/DLTKDebugPlugin.java:[164] .getString(DLTKDebugPreferenceConstants.PREF_DBGP_BIND_ADDRESS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getString(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/debug/core/DLTKDebugPlugin.java:[178] return getDefault().getPluginPreferences().getInt( ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/debug/core/DLTKDebugPlugin.java:[178] return getDefault().getPluginPreferences().getInt( DLTKDebugPreferenceConstants.PREF_DBGP_CONNECTION_TIMEOUT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getInt(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptDebugModel.java:[23] import org.eclipse.dltk.debug.core.model.IScriptSpawnpoint; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IScriptSpawnpoint is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/model/ScriptDebugModel.java:[55] public static IScriptSpawnpoint createSpawnpoint(String debugModelId, ^^^^^^^^^^^^^^^^^ The type IScriptSpawnpoint is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/eval/ScriptEvaluationEngine.java:[27] private final WeakHashMap cache; ^^^^^^^^^^^ WeakHashMap is a raw type. References to generic type WeakHashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/internal/debug/core/eval/ScriptEvaluationEngine.java:[79] this.cache = new WeakHashMap(); ^^^^^^^^^^^ WeakHashMap is a raw type. References to generic type WeakHashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/debug/core/DLTKDebugPluginPreferenceInitializer.java:[3] import org.eclipse.core.runtime.Preferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/debug/core/DLTKDebugPluginPreferenceInitializer.java:[15] Preferences prefs = DLTKDebugPlugin.getDefault().getPluginPreferences(); ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/debug/core/DLTKDebugPluginPreferenceInitializer.java:[15] Preferences prefs = DLTKDebugPlugin.getDefault().getPluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/debug/core/DLTKDebugPluginPreferenceInitializer.java:[16] prefs.setDefault( DLTKDebugPreferenceConstants.PREF_DBGP_BREAK_ON_FIRST_LINE, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, boolean) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/debug/core/DLTKDebugPluginPreferenceInitializer.java:[20] prefs.setDefault(DLTKDebugPreferenceConstants.PREF_DBGP_ENABLE_LOGGING, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, boolean) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/debug/core/DLTKDebugPluginPreferenceInitializer.java:[24] prefs.setDefault(DLTKDebugPreferenceConstants.PREF_DBGP_PORT, DLTKDebugPreferenceConstants.DBGP_AUTODETECT_BIND_ADDRESS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/debug/core/DLTKDebugPluginPreferenceInitializer.java:[27] prefs.setDefault(DLTKDebugPreferenceConstants.PREF_DBGP_PORT, -1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, int) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/debug/core/DLTKDebugPluginPreferenceInitializer.java:[29] prefs.setDefault( DLTKDebugPreferenceConstants.PREF_DBGP_CONNECTION_TIMEOUT, 10000); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, int) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/debug/core/DLTKDebugPluginPreferenceInitializer.java:[33] prefs.setDefault( DLTKDebugPreferenceConstants.PREF_DBGP_RESPONSE_TIMEOUT, 60 * 60 * 1000); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, int) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/debug/core/DLTKDebugPluginPreferenceInitializer.java:[37] prefs.setDefault( DLTKDebugPreferenceConstants.PREF_DBGP_SHOW_SCOPE_LOCAL, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, boolean) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/debug/core/DLTKDebugPluginPreferenceInitializer.java:[40] prefs.setDefault( DLTKDebugPreferenceConstants.PREF_DBGP_SHOW_SCOPE_GLOBAL, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, boolean) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/org/eclipse/dltk/debug/core/DLTKDebugPluginPreferenceInitializer.java:[44] prefs.setDefault( DLTKDebugPreferenceConstants.PREF_DBGP_SHOW_SCOPE_CLASS, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, boolean) from the type Preferences is deprecated 74 problems (74 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.debug --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.debug --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.debug --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.debug --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/target/org.eclipse.dltk.debug-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/target/org.eclipse.dltk.debug-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.debug --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.debug --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/target/org.eclipse.dltk.debug-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/target/org.eclipse.dltk.debug-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.debug --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.debug --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.debug --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.debug --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/target/org.eclipse.dltk.debug-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.debug/6.3.0-SNAPSHOT/org.eclipse.dltk.debug-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.debug/6.3.0-SNAPSHOT/org.eclipse.dltk.debug-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/target/org.eclipse.dltk.debug-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.debug/6.3.0-SNAPSHOT/org.eclipse.dltk.debug-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.debug/6.3.0-SNAPSHOT/org.eclipse.dltk.debug-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.debug/6.3.0-SNAPSHOT/org.eclipse.dltk.debug-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.debug --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ----------< org.eclipse.dltk.core:org.eclipse.dltk.launching >---------- [INFO] Building org.eclipse.dltk.launching 6.3.0-SNAPSHOT [9/92] [INFO] from ../org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.launching --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.launching --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.launching --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.launching --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.launching --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.launching --- [INFO] Resolving class path of org.eclipse.dltk.launching... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.launching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.launching --- [INFO] Compiling 109 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/StandardSourcepathProvider.java:[36] List all = new UniqueList(entries.length); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/StandardSourcepathProvider.java:[36] List all = new UniqueList(entries.length); ^^^^^^^^^^ StandardSourcepathProvider.UniqueList is a raw type. References to generic type StandardSourcepathProvider.UniqueList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/StandardSourcepathProvider.java:[42] all.add(entries[i]); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/StandardSourcepathProvider.java:[48] all.add(resolved); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/StandardSourcepathProvider.java:[53] return (IRuntimeBuildpathEntry[]) all .toArray(new IRuntimeBuildpathEntry[all.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DLTKLaunchingPlugin.java:[44] import org.eclipse.core.runtime.Preferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DLTKLaunchingPlugin.java:[45] import org.eclipse.core.runtime.Preferences.PropertyChangeEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DLTKLaunchingPlugin.java:[65] implements Preferences.IPropertyChangeListener, ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DLTKLaunchingPlugin.java:[65] implements Preferences.IPropertyChangeListener, ^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences.IPropertyChangeListener is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DLTKLaunchingPlugin.java:[304] getPluginPreferences().setDefault(ScriptRuntime.PREF_CONNECT_TIMEOUT, ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DLTKLaunchingPlugin.java:[304] getPluginPreferences().setDefault(ScriptRuntime.PREF_CONNECT_TIMEOUT, ScriptRuntime.DEF_CONNECT_TIMEOUT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, int) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DLTKLaunchingPlugin.java:[306] getPluginPreferences().addPropertyChangeListener(this); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DLTKLaunchingPlugin.java:[306] getPluginPreferences().addPropertyChangeListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addPropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DLTKLaunchingPlugin.java:[332] getPluginPreferences().removePropertyChangeListener(this); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DLTKLaunchingPlugin.java:[332] getPluginPreferences().removePropertyChangeListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method removePropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DLTKLaunchingPlugin.java:[335] savePluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^^ The method savePluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DLTKLaunchingPlugin.java:[357] public void propertyChange(PropertyChangeEvent event) { ^^^^^^^^^^^^^^^^^^^ The type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DLTKLaunchingPlugin.java:[358] String property = event.getProperty(); ^^^^^^^^^^^^^ The method getProperty() from the type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DLTKLaunchingPlugin.java:[360] savePluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^^ The method savePluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DLTKLaunchingPlugin.java:[363] processInterpreterPrefsChanged((String) event.getOldValue(), ^^^^^^^^^^^^^ The method getOldValue() from the type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DLTKLaunchingPlugin.java:[364] (String) event.getNewValue()); ^^^^^^^^^^^^^ The method getNewValue() from the type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/sourcelookup/containers/BuildpathContainerSourceContainer.java:[15] import org.eclipse.dltk.internal.core.util.HandleFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'HandleFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/sourcelookup/containers/BuildpathContainerSourceContainer.java:[51] HandleFactory fac = new HandleFactory(); ^^^^^^^^^^^^^ Discouraged access: The type 'HandleFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/sourcelookup/containers/BuildpathContainerSourceContainer.java:[51] HandleFactory fac = new HandleFactory(); ^^^^^^^^^^^^^ Discouraged access: The type 'HandleFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/sourcelookup/containers/BuildpathContainerSourceContainer.java:[51] HandleFactory fac = new HandleFactory(); ^^^^^^^^^^^^^ Discouraged access: The constructor 'HandleFactory()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/sourcelookup/containers/BuildpathContainerSourceContainer.java:[52] Openable op = fac.createOpenable(name, scope); ^^^^^^^^^^^^^^ Discouraged access: The method 'HandleFactory.createOpenable(String, IDLTKSearchScope)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/DebugSessionAcceptor.java:[22] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/DebugSessionAcceptor.java:[100] final SubProgressMonitor sub = new SubProgressMonitor(parentMonitor, 1); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/DebugSessionAcceptor.java:[100] final SubProgressMonitor sub = new SubProgressMonitor(parentMonitor, 1); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/DebugSessionAcceptor.java:[100] final SubProgressMonitor sub = new SubProgressMonitor(parentMonitor, 1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/DebugSessionAcceptor.java:[101] sub.beginTask(Util.EMPTY_STRING, timeout / WAIT_CHUNK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method beginTask(String, int) from the type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/DebugSessionAcceptor.java:[132] sub.worked((int) ((now - waitStart) / WAIT_CHUNK)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method worked(int) from the type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/DebugSessionAcceptor.java:[140] sub.done(); ^^^^^^ The method done() from the type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/DebugSessionAcceptor.java:[205] initializeMonitor = new SubProgressMonitor(parentMonitor, 1); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/DebugSessionAcceptor.java:[205] initializeMonitor = new SubProgressMonitor(parentMonitor, 1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/InterpreterContainerInitializer.java:[35] import org.eclipse.dltk.launching.ScriptRuntime.DefaultInterpreterEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ScriptRuntime.DefaultInterpreterEntry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/InterpreterContainerInitializer.java:[88] return ScriptRuntime.getDefaultInterpreterInstall( new DefaultInterpreterEntry(natureId, environment)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getDefaultInterpreterInstall(ScriptRuntime.DefaultInterpreterEntry) from the type ScriptRuntime is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/InterpreterContainerInitializer.java:[89] new DefaultInterpreterEntry(natureId, environment)); ^^^^^^^^^^^^^^^^^^^^^^^ The type ScriptRuntime.DefaultInterpreterEntry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/InterpreterContainerInitializer.java:[89] new DefaultInterpreterEntry(natureId, environment)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor ScriptRuntime.DefaultInterpreterEntry(String, String) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/sourcelookup/containers/ScriptProjectSourceContainer.java:[108] List filtered = null; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/sourcelookup/containers/ScriptProjectSourceContainer.java:[114] filtered = new ArrayList(objects.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/sourcelookup/containers/ScriptProjectSourceContainer.java:[116] filtered.add(objects[j]); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/InterpreterSearcher.java:[25] private String natureId; ^^^^^^^^ The value of the field InterpreterSearcher.natureId is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/AbstractInterpreterInstallType.java:[38] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/AbstractInterpreterInstallType.java:[759] monitor != null ? new SubProgressMonitor(monitor, 95) ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/AbstractInterpreterInstallType.java:[759] monitor != null ? new SubProgressMonitor(monitor, 95) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/AbstractInterpreterInstallType.java:[772] monitor != null ? new SubProgressMonitor(monitor, 5) : null); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/AbstractInterpreterInstallType.java:[772] monitor != null ? new SubProgressMonitor(monitor, 5) : null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/ScriptLaunchUtil.java:[33] import org.eclipse.dltk.launching.ScriptRuntime.DefaultInterpreterEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ScriptRuntime.DefaultInterpreterEntry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/ScriptLaunchUtil.java:[130] return ScriptRuntime.getDefaultInterpreterInstall( new DefaultInterpreterEntry(natureId, environment)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getDefaultInterpreterInstall(ScriptRuntime.DefaultInterpreterEntry) from the type ScriptRuntime is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/ScriptLaunchUtil.java:[131] new DefaultInterpreterEntry(natureId, environment)); ^^^^^^^^^^^^^^^^^^^^^^^ The type ScriptRuntime.DefaultInterpreterEntry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/ScriptLaunchUtil.java:[131] new DefaultInterpreterEntry(natureId, environment)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor ScriptRuntime.DefaultInterpreterEntry(String, String) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/model/util/LaunchingModelAdapterFactory.java:[81] new LaunchingModelSwitch() { ^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DefaultProjectBuildpathEntry.java:[129] List buildpathEntries = new ArrayList(5); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DefaultProjectBuildpathEntry.java:[129] List buildpathEntries = new ArrayList(5); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DefaultProjectBuildpathEntry.java:[170] private void expandProject(IBuildpathEntry projectEntry, List expandedPath, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DefaultProjectBuildpathEntry.java:[180] expandedPath.add(projectEntry); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DefaultProjectBuildpathEntry.java:[187] expandedPath.add(projectEntry); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DefaultProjectBuildpathEntry.java:[221] expandedPath.add(entry); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DefaultProjectBuildpathEntry.java:[292] expandedPath.add(r); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DefaultProjectBuildpathEntry.java:[298] expandedPath.add(entry); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/AbstractScriptLaunchConfigurationDelegate.java:[34] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/AbstractScriptLaunchConfigurationDelegate.java:[46] import org.eclipse.dltk.core.IScriptModelMarker; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IScriptModelMarker is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/AbstractScriptLaunchConfigurationDelegate.java:[951] new SubProgressMonitor(monitor, 7)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/AbstractScriptLaunchConfigurationDelegate.java:[951] new SubProgressMonitor(monitor, 7)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/AbstractScriptLaunchConfigurationDelegate.java:[1044] .equals(IScriptModelMarker.DLTK_MODEL_PROBLEM_MARKER); ^^^^^^^^^^^^^^^^^^ The type IScriptModelMarker is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/AbstractScriptLaunchConfigurationDelegate.java:[1044] .equals(IScriptModelMarker.DLTK_MODEL_PROBLEM_MARKER); ^^^^^^^^^^^^^^^^^^^^^^^^^ The field IScriptModelMarker.DLTK_MODEL_PROBLEM_MARKER is deprecated 67 problems (67 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.launching --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.launching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.launching --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.launching --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.launching --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.launching --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/target/org.eclipse.dltk.launching-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.launching --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/target/org.eclipse.dltk.launching-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.launching --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.launching --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/target/org.eclipse.dltk.launching-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/target/org.eclipse.dltk.launching-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.launching --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.launching --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.launching --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.launching --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/target/org.eclipse.dltk.launching-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.launching/6.3.0-SNAPSHOT/org.eclipse.dltk.launching-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.launching/6.3.0-SNAPSHOT/org.eclipse.dltk.launching-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/target/org.eclipse.dltk.launching-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.launching/6.3.0-SNAPSHOT/org.eclipse.dltk.launching-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.launching/6.3.0-SNAPSHOT/org.eclipse.dltk.launching-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.launching/6.3.0-SNAPSHOT/org.eclipse.dltk.launching-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.launching --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ---------< org.eclipse.dltk.core:org.eclipse.dltk.console.ui >---------- [INFO] Building org.eclipse.dltk.console.ui 6.3.0-SNAPSHOT [10/92] [INFO] from ../org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.console.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.console.ui --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.console.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.console.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.console.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.console.ui --- [INFO] Resolving class path of org.eclipse.dltk.console.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.console.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.console.ui --- [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.console.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.console.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.console.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.console.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.console.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.console.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/target/org.eclipse.dltk.console.ui-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.console.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/target/org.eclipse.dltk.console.ui-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.console.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.console.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/target/org.eclipse.dltk.console.ui-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/target/org.eclipse.dltk.console.ui-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.console.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.console.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.console.ui --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.console.ui --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/target/org.eclipse.dltk.console.ui-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.console.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.console.ui-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.console.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.console.ui-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/target/org.eclipse.dltk.console.ui-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.console.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.console.ui-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.console.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.console.ui-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.console.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.console.ui-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.console.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ------< org.eclipse.dltk.core:org.eclipse.dltk.core.manipulation >------ [INFO] Building org.eclipse.dltk.core.manipulation 6.3.0-SNAPSHOT [11/92] [INFO] from ../org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.core.manipulation --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.core.manipulation --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.core.manipulation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.core.manipulation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.core.manipulation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.core.manipulation --- [INFO] Resolving class path of org.eclipse.dltk.core.manipulation... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.core.manipulation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.core.manipulation --- [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/src/org/eclipse/dltk/core/manipulation/SourceModuleChange.java:[18] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/src/org/eclipse/dltk/core/manipulation/SourceModuleChange.java:[88] fCUnit.becomeWorkingCopy(null, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/src/org/eclipse/dltk/core/manipulation/SourceModuleChange.java:[88] fCUnit.becomeWorkingCopy(null, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/src/org/eclipse/dltk/core/manipulation/SourceModuleChange.java:[89] return super.acquireDocument(new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/src/org/eclipse/dltk/core/manipulation/SourceModuleChange.java:[89] return super.acquireDocument(new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/src/org/eclipse/dltk/internal/corext/refactoring/rename/RenameModifications.java:[53] private List fRenameArguments; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/src/org/eclipse/dltk/internal/corext/refactoring/rename/RenameModifications.java:[58] fRenameArguments = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/src/org/eclipse/dltk/internal/corext/refactoring/rename/RenameModifications.java:[165] for (Iterator iter = fRename.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/src/org/eclipse/dltk/internal/corext/refactoring/rename/RenameModifications.java:[193] fRenameArguments.add(args); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/src/org/eclipse/dltk/internal/corext/refactoring/rename/RenameModelElementProcessor.java:[21] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/src/org/eclipse/dltk/internal/corext/refactoring/rename/RenameModelElementProcessor.java:[235] IProgressMonitor monitor = new SubProgressMonitor(pm, 1000); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/src/org/eclipse/dltk/internal/corext/refactoring/rename/RenameModelElementProcessor.java:[235] IProgressMonitor monitor = new SubProgressMonitor(pm, 1000); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/src/org/eclipse/dltk/internal/corext/refactoring/changes/UndoSourceModuleChange.java:[19] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/src/org/eclipse/dltk/internal/corext/refactoring/changes/UndoSourceModuleChange.java:[61] fCUnit.becomeWorkingCopy(null, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/src/org/eclipse/dltk/internal/corext/refactoring/changes/UndoSourceModuleChange.java:[61] fCUnit.becomeWorkingCopy(null, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/src/org/eclipse/dltk/internal/corext/refactoring/changes/UndoSourceModuleChange.java:[63] return super.perform(new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/src/org/eclipse/dltk/internal/corext/refactoring/changes/UndoSourceModuleChange.java:[63] return super.perform(new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated 17 problems (17 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.core.manipulation --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.core.manipulation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.core.manipulation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.core.manipulation --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.core.manipulation --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.core.manipulation --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/target/org.eclipse.dltk.core.manipulation-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.core.manipulation --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/target/org.eclipse.dltk.core.manipulation-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.core.manipulation --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.core.manipulation --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/target/org.eclipse.dltk.core.manipulation-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/target/org.eclipse.dltk.core.manipulation-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.core.manipulation --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.core.manipulation --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.core.manipulation --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.core.manipulation --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/target/org.eclipse.dltk.core.manipulation-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.manipulation/6.3.0-SNAPSHOT/org.eclipse.dltk.core.manipulation-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.manipulation/6.3.0-SNAPSHOT/org.eclipse.dltk.core.manipulation-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/target/org.eclipse.dltk.core.manipulation-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.manipulation/6.3.0-SNAPSHOT/org.eclipse.dltk.core.manipulation-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.manipulation/6.3.0-SNAPSHOT/org.eclipse.dltk.core.manipulation-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.manipulation/6.3.0-SNAPSHOT/org.eclipse.dltk.core.manipulation-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.core.manipulation --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] -------------< org.eclipse.dltk.core:org.eclipse.dltk.ui >-------------- [INFO] Building org.eclipse.dltk.ui 6.3.0-SNAPSHOT [12/92] [INFO] from ../org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.ui --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.ui --- [INFO] Resolving class path of org.eclipse.dltk.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.ui --- [INFO] Compiling 1103 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptTextTools.java:[185] highlighterManager = new NatureExtensionManager( ^^^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/AddExternalArchivesOperation.java:[57] List result= null; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/AddExternalArchivesOperation.java:[85] public boolean isValid(List elements, int[] types) throws ModelException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/OpenCallHierarchyAction.java:[227] private static IStatus compileCandidates(List result, IModelElement elem) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/OpenCallHierarchyAction.java:[232] result.add(elem); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/MembersView.java:[67] return (T) (IShowInTargetList) () -> new String[] { DLTKUIPlugin.ID_SCRIPTEXPLORER }; ^^^^^^^^^^^^^^^^^ The field DLTKUIPlugin.ID_SCRIPTEXPLORER is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/MembersView.java:[178] List newChildren = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/MembersView.java:[178] List newChildren = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/MembersView.java:[182] newChildren.add(children[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/MembersView.java:[202] List newChildren = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/MembersView.java:[202] List newChildren = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/MembersView.java:[206] newChildren.add(children[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/History.java:[70] private final Map fHistory; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/History.java:[71] private final Hashtable fPositions; ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/History.java:[77] fHistory = new LinkedHashMap(80, 0.75f, true) { ^^^^^^^^^^^^^ LinkedHashMap is a raw type. References to generic type LinkedHashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/History.java:[81] protected boolean removeEldestEntry(Map.Entry eldest) { ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/History.java:[88] fPositions = new Hashtable(MAX_HISTORY_SIZE); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/History.java:[96] fHistory.put(getKey(object), object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/History.java:[187] protected Set getKeys() { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/History.java:[191] protected Collection getValues() { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/History.java:[221] Collection values = fHistory.values(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/History.java:[223] for (Iterator iter = values.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/History.java:[229] fPositions.put(key, Integer.valueOf(pos)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/History.java:[262] fHistory.put(getKey(object), object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/History.java:[284] Iterator values = getValues().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CreateTargetQueries.java:[87] wizard.init(DLTKUIPlugin.getDefault().getWorkbench(), new StructuredSelection(selection)); ^^^^^^^^^^^^^^ The method getWorkbench() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/AddToBuildpathChange.java:[20] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/AddToBuildpathChange.java:[77] new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/AddToBuildpathChange.java:[77] new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/MixedClass.java:[12] private List elements = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/MixedClass.java:[12] private List elements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/MixedClass.java:[16] public List getElements() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/MixedClass.java:[20] public void setElements(List elements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[46] public static boolean containsOnlyProjects(List elements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[49] for (Iterator iter = elements.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[206] public static IResource[] getResources(List elements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[208] for (Iterator iter = elements.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[254] public static Map groupBySourceModule(List modelElements) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[254] public static Map groupBySourceModule(List modelElements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[255] Map result = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[255] Map result = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[256] for (Iterator iter = modelElements.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[261] result.put(cu, new ArrayList(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[261] result.put(cu, new ArrayList(1)); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[262] ((List) result.get(cu)).add(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[262] ((List) result.get(cu)).add(element); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[268] public static List getElementsOfType(IModelElement[] modelElements, int type) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[269] List result = new ArrayList(modelElements.length); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[269] List result = new ArrayList(modelElements.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[272] result.add(modelElements[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[320] private static void addAll(Object[] array, List list) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[323] list.add(array[i]); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[334] public static IModelElement[] getModelElements(List elements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[336] for (Iterator iter = elements.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[352] public static IWorkingSet[] getWorkingSets(List elements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[354] for (Iterator iter = elements.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[363] public static void splitIntoModelElementsAndResources(Object[] elements, List modelElementResult, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[364] List resourceResult) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[368] modelElementResult.add(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[373] modelElementResult.add(jElement); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[375] resourceResult.add(resource); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[380] public static boolean containsElementOrParent(Set elements, IModelElement element) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[392] public static boolean containsElementOrParent(Set elements, IResource element) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[480] Set result = getResourcesOfType(resources, IResource.FILE); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[481] return (IFile[]) result.toArray(new IFile[result.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[484] public static Set getResourcesOfType(IResource[] resources, int typeMask) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[485] Set result = new HashSet(resources.length); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[485] Set result = new HashSet(resources.length); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[488] result.add(resources[i]); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[494] Set result = getResourcesOfType(resources, IResource.FOLDER); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgUtils.java:[495] return (IFolder[]) result.toArray(new IFolder[result.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/nls/changes/CreateTextFileChange.java:[41] InputStream stream = null; ^^^^^^ Resource 'stream' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionEntryDialog.java:[57] private List fExistingPatterns; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionEntryDialog.java:[60] public ExclusionInclusionEntryDialog(Shell parent, boolean isExclusion, String patternToEdit, List existingPatterns, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionEntryDialog.java:[233] Class[] acceptedClasses = new Class[] { IFolder.class, IFile.class }; ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/IncludeToBuildpathAction.java:[22] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/IncludeToBuildpathAction.java:[53] private final List fSelectedElements; // IResources ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/IncludeToBuildpathAction.java:[63] fSelectedElements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/IncludeToBuildpathAction.java:[74] List result = unExclude(fSelectedElements, project, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/IncludeToBuildpathAction.java:[93] protected List unExclude(List elements, IScriptProject project, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/IncludeToBuildpathAction.java:[93] protected List unExclude(List elements, IScriptProject project, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/IncludeToBuildpathAction.java:[102] List entries = BuildpathModifier.getExistingEntries(project); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/IncludeToBuildpathAction.java:[106] resource, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/IncludeToBuildpathAction.java:[106] resource, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/IncludeToBuildpathAction.java:[111] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/IncludeToBuildpathAction.java:[111] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/IncludeToBuildpathAction.java:[116] new SubProgressMonitor(monitor, 4)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/IncludeToBuildpathAction.java:[116] new SubProgressMonitor(monitor, 4)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/IncludeToBuildpathAction.java:[117] List resultElements = BuildpathModifier ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/IncludeToBuildpathAction.java:[141] for (Iterator iter = elements.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/IncludeToBuildpathAction.java:[143] fSelectedElements.add(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/ScriptSourceViewer.java:[438] fTextPresentationListeners = new ArrayList(); ^^^^^^^^^^^^^^^ Type safety: The expression of type ArrayList needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/ScriptSourceViewer.java:[438] fTextPresentationListeners = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[83] return DLTKUIPlugin.getDefault().getWorkbench().getSharedImages(); ^^^^^^^^^^^^^^ The method getWorkbench() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[89] List elements = selection.toList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[108] List elements = selection.toList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[163] List typesList = ReorgUtils.getElementsOfType(fScriptElements, IModelElement.TYPE); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[164] IType types[] = (IType[]) typesList.toArray(new IType[typesList.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[184] List cus = ReorgUtils.getElementsOfType(modelElements, IModelElement.SOURCE_MODULE); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[185] return (ISourceModule[]) cus.toArray(new ISourceModule[cus.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[188] private void processResources(Set fileNames, StringBuilder namesBuf) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[199] private void processScriptElements(Set fileNames, StringBuilder namesBuf) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[219] private static void addFileNames(Set fileName, IResource[] resources) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[225] private static void addFileName(Set fileName, IResource resource) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[230] fileName.add(location.toOSString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[281] List result = new ArrayList(4); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[281] List result = new ArrayList(4); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[283] result.add(resources); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[285] result.add(modelElements); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[287] result.add(fileNames); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[290] result.add(names); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/filters/CustomFiltersDialog.java:[59] private Stack fFilterDescriptorChangeHistory; ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/filters/CustomFiltersDialog.java:[84] fFilterDescriptorChangeHistory = new Stack(); ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/filters/CustomFiltersDialog.java:[174] setInitialSelections(getEnabledFilterDescriptors()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type FilterDescriptor[] of the last argument to method setInitialSelections(Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/filters/CustomFiltersDialog.java:[176] List initialSelection = getInitialElementSelections(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/filters/CustomFiltersDialog.java:[200] fFilterDescriptorChangeHistory.push(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/filters/CustomFiltersDialog.java:[226] fFilterDescriptorChangeHistory.push(fBuiltInFilters[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/filters/CustomFiltersDialog.java:[241] fFilterDescriptorChangeHistory.push(fBuiltInFilters[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/filters/CustomFiltersDialog.java:[248] Iterator itemsToCheck = getInitialElementSelections().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/filters/CustomFiltersDialog.java:[256] ArrayList result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/filters/CustomFiltersDialog.java:[256] ArrayList result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/filters/CustomFiltersDialog.java:[259] result.add(fBuiltInFilters[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/filters/CustomFiltersDialog.java:[286] protected void setResult(List newResult) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/filters/CustomFiltersDialog.java:[326] public Stack getFilterDescriptorChangeHistory() { ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/WorkingSetComparator.java:[17] public class WorkingSetComparator implements Comparator { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/LogicalPackagesProvider.java:[40] protected Map fMapToLogicalPackage; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/LogicalPackagesProvider.java:[41] protected Map fMapToPackageFragments; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/LogicalPackagesProvider.java:[50] fMapToLogicalPackage = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/LogicalPackagesProvider.java:[51] fMapToPackageFragments = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/LogicalPackagesProvider.java:[67] fMapToPackageFragments.put(key, fragment); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/LogicalPackagesProvider.java:[107] List newChildren = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/LogicalPackagesProvider.java:[107] List newChildren = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/LogicalPackagesProvider.java:[122] newChildren.add(lp); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/LogicalPackagesProvider.java:[132] newChildren.add(lp); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/LogicalPackagesProvider.java:[133] fMapToLogicalPackage.put(key, lp); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/LogicalPackagesProvider.java:[136] fMapToPackageFragments.put(key, fragment); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/LogicalPackagesProvider.java:[137] newChildren.add(fragment); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/CallHierarchy.java:[63] public Collection getImplementingMethods(IMethod method) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/CallHierarchy.java:[74] return new ArrayList(0); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/CallHierarchy.java:[210] public static boolean arePossibleInputElements(List elements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/CallHierarchy.java:[213] for (Iterator iter = elements.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/templates/ScriptTemplatePreferencePage.java:[21] import org.eclipse.jface.text.templates.ContextTypeRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/templates/ScriptTemplatePreferencePage.java:[37] ContextTypeRegistry registry) { ^^^^^^^^^^^^^^^^^^^ The type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/TypesView.java:[29] import org.eclipse.dltk.ui.viewsupport.DecoratingModelLabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DecoratingModelLabelProvider is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/TypesView.java:[204] List selectedElements = Arrays.asList(fragments); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/TypesView.java:[220] private void adjustInput(IWorkbenchPart part, List selectedElements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/TypesView.java:[230] protected DecoratingModelLabelProvider createDecoratingLabelProvider( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DecoratingModelLabelProvider is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/TypesView.java:[232] DecoratingModelLabelProvider decoratingLabelProvider = super ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DecoratingModelLabelProvider is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/TypesView.java:[233] .createDecoratingLabelProvider(provider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createDecoratingLabelProvider(ScriptUILabelProvider) from the type ScriptBrowsingPart is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/QuickMenuAction.java:[307] return gc.getFontMetrics().getAverageCharWidth(); ^^^^^^^^^^^^^^^^^^^^^ The method getAverageCharWidth() from the type FontMetrics is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractScriptEditorColoringConfigurationBlock.java:[24] import org.eclipse.core.runtime.Preferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractScriptEditorColoringConfigurationBlock.java:[911] private Preferences createTemporaryCorePreferenceStore() { ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractScriptEditorColoringConfigurationBlock.java:[912] Preferences store = new Preferences(); ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractScriptEditorColoringConfigurationBlock.java:[912] Preferences store = new Preferences(); ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractScriptEditorColoringConfigurationBlock.java:[912] Preferences store = new Preferences(); ^^^^^^^^^^^^^ The constructor Preferences() is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractScriptEditorColoringConfigurationBlock.java:[913] TaskTagUtils.initializeDefaultValues(store); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method initializeDefaultValues(Preferences) from the type TaskTagUtils is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractScriptEditorColoringConfigurationBlock.java:[935] return textTools != null ? textTools.getSemanticHighlightings() ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getSemanticHighlightings() from the type ScriptTextTools is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[81] List result = new ArrayList(elements.length); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[81] List result = new ArrayList(elements.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[98] result.add(element); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[104] result.add(jp); ^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[106] result.add(project); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[140] List modelParents = getModelPath(element); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[148] private List getModelPath(Object element) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[149] List result = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[149] List result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[150] result.add(element); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[156] result.add(parent); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[163] private List getTreePaths(List modelParents, int index) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[169] List chain = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[169] List chain = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[171] chain.add(parents[i]); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[173] chain.add(modelParents.get(m)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[194] protected void augmentElementToRefresh(List toRefresh, int relation, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[200] toRefresh.add(fWorkingSetModel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[204] toRefresh.addAll( Arrays.asList(fWorkingSetModel.getAllParents(parent))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[208] List nonProjetTopLevelElemens = fWorkingSetModel ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[212] List toAdd = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[212] List toAdd = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[213] for (Iterator iter = nonProjetTopLevelElemens.iterator(); iter ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[217] toAdd.add(element); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[219] toRefresh.addAll(toAdd); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[225] List toRefresh = new ArrayList(1); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[225] List toRefresh = new ArrayList(1); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[227] toRefresh.add(fWorkingSetModel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[230] toRefresh.add(newValue); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[233] toRefresh.add(newValue); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[235] ArrayList runnables = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[235] ArrayList runnables = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[236] postRefresh(toRefresh, true, runnables); ^^^^^^^^^ Type safety: The expression of type ArrayList needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[237] executeRunnables(runnables); ^^^^^^^^^ Type safety: The expression of type ArrayList needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[240] private boolean isChildOf(Object element, List potentialParents) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareContentProvider.java:[245] for (Iterator iter = potentialParents.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[24] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[57] private final ListDialogField fVariablesList; ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[62] private List fSelectedElements; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[68] fSelectedElements = new ArrayList(0); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[82] fVariablesList = new ListDialogField(adapter, buttonLabels, ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[152] public void customButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[158] List selected = field.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[165] public void selectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[170] public void doubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[172] List selected = field.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[187] private boolean containsReadOnly(List selected) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[196] private boolean canEdit(List selected, boolean containsReadOnly) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[205] List selected = fVariablesList.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[217] List existingEntries = fVariablesList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[226] fVariablesList.addElement(newEntry); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[242] public List getSelectedElements() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[247] ArrayList removedVariables = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[247] ArrayList removedVariables = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[248] ArrayList changedVariables = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[248] ArrayList changedVariables = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[249] removedVariables.addAll(Arrays.asList(DLTKCore .getBuildpathVariableNames())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[253] List changedElements = fVariablesList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[264] changedVariables.add(curr.getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[317] private boolean doesChangeRequireFullBuild(List removed, List changed) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[317] private boolean doesChangeRequireFullBuild(List removed, List changed) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[341] private final List fToRemove; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[342] private final List fToChange; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[344] public VariableBlockRunnable(List toRemove, List toChange) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[344] public VariableBlockRunnable(List toRemove, List toChange) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[387] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[387] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[409] ArrayList elements = new ArrayList(entries.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[409] ArrayList elements = new ArrayList(entries.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[416] elements.add(elem); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableBlock.java:[426] fVariablesList.setElements(elements); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setElements(Collection) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchTableContentProvider.java:[49] int addCount = 0; ^^^^^^^^ The value of the local variable addCount is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchTableContentProvider.java:[50] int removeCount = 0; ^^^^^^^^^^^ The value of the local variable removeCount is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[52] private ListDialogField fInclusionPatternList; ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[53] private ListDialogField fExclusionPatternList; ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[64] private final ArrayList fExistingEntries; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[67] ArrayList existingEntries) { ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[163] private ListDialogField createListContents(BPListElement entryToEdit, ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[168] ListDialogField patternList = new ListDialogField(adapter, buttonLabels, ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[168] ListDialogField patternList = new ListDialogField(adapter, buttonLabels, ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[177] ArrayList elements = new ArrayList(pattern.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[177] ArrayList elements = new ArrayList(pattern.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[181] elements.add(patternName); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[183] patternList.setElements(elements); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setElements(Collection) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[190] protected void doCustomButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[198] field.removeElements(field.getSelectedElements()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeElements(List) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[222] protected void doDoubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[227] protected void doSelectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[228] List selected = field.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[233] private boolean canEdit(List selected) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[237] private boolean canDelete(List selected) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[241] private void editEntry(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[242] List selElements = field.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[246] List existing = field.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[251] field.replaceElement(entry, dialog.getExclusionPattern()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method replaceElement(Object, Object) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[255] private boolean isExclusion(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[259] private void addEntry(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[260] List existing = field.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[264] field.addElement(dialog.getExclusionPattern()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[274] public void customButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[279] public void selectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[284] public void doubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[300] private IPath[] getPattern(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[326] private void addMultipleEntries(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SetFilterWizardPage.java:[340] field.addElement(res[i].toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableCreationDialog.java:[54] private List fExistingNames; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/VariableCreationDialog.java:[57] List existingNames) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/MethodsViewer.java:[260] List oldSelections = SelectionUtil.toList(invalidSelection); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/MethodsViewer.java:[261] List newSelections = SelectionUtil.toList(newSelection); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/MethodsViewer.java:[263] ArrayList newSelectionElements = new ArrayList(newSelections); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/MethodsViewer.java:[263] ArrayList newSelectionElements = new ArrayList(newSelections); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/MethodsViewer.java:[263] ArrayList newSelectionElements = new ArrayList(newSelections); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/MethodsViewer.java:[275] newSelectionElements.add(similar); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/FileTemplateContext.java:[48] Iterator iterator = getContextType().resolvers(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/BuildpathModifierDropDownAction.java:[179] public boolean isValid(List selectedElements, int[] types) ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/SpecificContentAssistExecutor.java:[50] Collection categories= fRegistry.getProposalCategories(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/SpecificContentAssistExecutor.java:[54] for (Iterator it= categories.iterator(); it.hasNext(); i++) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/SpecificContentAssistExecutor.java:[69] for (Iterator it= categories.iterator(); it.hasNext(); i++) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/PasteAction.java:[68] ISharedImages workbenchImages = DLTKUIPlugin.getDefault().getWorkbench() ^^^^^^^^^^^^^^ The method getWorkbench() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/PasteAction.java:[136] List elements = selection.toList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/PasteAction.java:[243] List realScriptElements = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/PasteAction.java:[243] List realScriptElements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/PasteAction.java:[244] List realResource = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/PasteAction.java:[244] List realResource = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/PasteAction.java:[247] for (Iterator iter = realScriptElements.iterator(); iter ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/PasteAction.java:[253] for (Iterator iter = realResource.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/PasteAction.java:[326] Set result = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/PasteAction.java:[326] Set result = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/PasteAction.java:[328] result.addAll(Arrays.asList(resources)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/PasteAction.java:[330] result.addAll(Arrays.asList(ReorgUtils .getNotNulls(ReorgUtils.getResources(modelElements)))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/PasteAction.java:[333] return (IProject[]) result.toArray(new IProject[result.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[13] import org.eclipse.core.runtime.Preferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[33] implements Preferences.IPropertyChangeListener { ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[33] implements Preferences.IPropertyChangeListener { ^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences.IPropertyChangeListener is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[36] public void propertyChange(Preferences.PropertyChangeEvent event) { ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[36] public void propertyChange(Preferences.PropertyChangeEvent event) { ^^^^^^^^^^^^^^^^^^^ The type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[37] firePropertyChangeEvent(event.getProperty(), event.getOldValue(), ^^^^^^^^^^^^^ The method getProperty() from the type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[37] firePropertyChangeEvent(event.getProperty(), event.getOldValue(), ^^^^^^^^^^^^^ The method getOldValue() from the type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[38] event.getNewValue()); ^^^^^^^^^^^^^ The method getNewValue() from the type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[50] private Preferences fPreferences; ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[59] this(new Preferences()); ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[59] this(new Preferences()); ^^^^^^^^^^^^^ The constructor Preferences() is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[68] public PreferencesAdapter(Preferences preferences) { ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[75] fPreferences.addPropertyChangeListener(fListener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addPropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[83] fPreferences.removePropertyChangeListener(fListener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method removePropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[88] return fPreferences.contains(name); ^^^^^^^^^^^^^^ The method contains(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[104] return fPreferences.getBoolean(name); ^^^^^^^^^^^^^^^^ The method getBoolean(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[109] return fPreferences.getDefaultBoolean(name); ^^^^^^^^^^^^^^^^^^^^^^^ The method getDefaultBoolean(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[114] return fPreferences.getDefaultDouble(name); ^^^^^^^^^^^^^^^^^^^^^^ The method getDefaultDouble(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[119] return fPreferences.getDefaultFloat(name); ^^^^^^^^^^^^^^^^^^^^^ The method getDefaultFloat(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[124] return fPreferences.getDefaultInt(name); ^^^^^^^^^^^^^^^^^^^ The method getDefaultInt(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[129] return fPreferences.getDefaultLong(name); ^^^^^^^^^^^^^^^^^^^^ The method getDefaultLong(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[134] return fPreferences.getDefaultString(name); ^^^^^^^^^^^^^^^^^^^^^^ The method getDefaultString(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[139] return fPreferences.getDouble(name); ^^^^^^^^^^^^^^^ The method getDouble(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[144] return fPreferences.getFloat(name); ^^^^^^^^^^^^^^ The method getFloat(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[149] return fPreferences.getInt(name); ^^^^^^^^^^^^ The method getInt(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[154] return fPreferences.getLong(name); ^^^^^^^^^^^^^ The method getLong(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[159] return fPreferences.getString(name); ^^^^^^^^^^^^^^^ The method getString(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[164] return fPreferences.isDefault(name); ^^^^^^^^^^^^^^^ The method isDefault(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[169] return fPreferences.needsSaving(); ^^^^^^^^^^^^^ The method needsSaving() from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[176] fPreferences.setValue(name, value); ^^^^^^^^^^^^^^^^^^^^^ The method setValue(String, String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[184] fPreferences.setDefault(name, value); ^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, double) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[189] fPreferences.setDefault(name, value); ^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, float) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[194] fPreferences.setDefault(name, value); ^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, int) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[199] fPreferences.setDefault(name, value); ^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, long) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[204] fPreferences.setDefault(name, defaultObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[209] fPreferences.setDefault(name, value); ^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, boolean) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[214] fPreferences.setToDefault(name); ^^^^^^^^^^^^^^^^^^ The method setToDefault(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[219] fPreferences.setValue(name, value); ^^^^^^^^^^^^^^^^^^^^^ The method setValue(String, double) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[224] fPreferences.setValue(name, value); ^^^^^^^^^^^^^^^^^^^^^ The method setValue(String, float) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[229] fPreferences.setValue(name, value); ^^^^^^^^^^^^^^^^^^^^^ The method setValue(String, int) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[234] fPreferences.setValue(name, value); ^^^^^^^^^^^^^^^^^^^^^ The method setValue(String, long) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[239] fPreferences.setValue(name, value); ^^^^^^^^^^^^^^^^^^^^^ The method setValue(String, String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PreferencesAdapter.java:[244] fPreferences.setValue(name, value); ^^^^^^^^^^^^^^^^^^^^^ The method setValue(String, boolean) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/AddLibraryOperation.java:[55] List result= null; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/AddLibraryOperation.java:[82] public boolean isValid(List elements, int[] types) throws ModelException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptElementTypeComparator.java:[18] public class ScriptElementTypeComparator implements Comparator { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/hover/ScriptExpandHover.java:[94] HashMap messagesAtPosition = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/hover/ScriptExpandHover.java:[94] HashMap messagesAtPosition = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[36] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[80] public void buildpathEntryChanged(List newEntries); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[103] protected List createLinkedSourceFolder(ILinkToQuery query, IScriptProject project, IProgressMonitor monitor) ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[108] List folderList = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[108] List folderList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[109] folderList.add(folder); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[110] List root = addToBuildpath(folderList, project, monitor); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[116] return new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[140] protected List createFolder(ICreateFolderQuery folderQuery, IScriptProject project, IProgressMonitor monitor) ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[145] List folderList = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[145] List folderList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[146] folderList.add(folder); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[148] List root = addToBuildpath(folderList, project, monitor); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[153] List entries = getExistingEntries(project); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[154] exclude(folder.getFullPath(), entries, new ArrayList(), project, monitor); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[159] return new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[180] protected List addToBuildpath(List elements, IScriptProject project, IProgressMonitor monitor) ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[180] protected List addToBuildpath(List elements, IScriptProject project, IProgressMonitor monitor) ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[205] Set modifiedSourceEntries = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[205] Set modifiedSourceEntries = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[207] existingEntries.toArray(new BPListElement[existingEntries.size()]), modifiedSourceEntries); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Set [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[209] setNewEntry(existingEntries, newEntries, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[209] setNewEntry(existingEntries, newEntries, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[211] updateBuildpath(existingEntries, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[211] updateBuildpath(existingEntries, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[213] List result = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[213] List result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[222] result.add(root); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[250] protected List addExternalArchives(IAddArchivesQuery query, IScriptProject project, IProgressMonitor monitor) ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[265] setNewEntry(existingEntries, addedEntries, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[265] setNewEntry(existingEntries, addedEntries, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[266] updateBuildpath(existingEntries, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[266] updateBuildpath(existingEntries, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[268] List result = new ArrayList(addedEntries.size()); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[268] List result = new ArrayList(addedEntries.size()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[273] result.add(elem); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[282] return new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[315] setNewEntry(existingEntries, addedEntries, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[315] setNewEntry(existingEntries, addedEntries, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[316] updateBuildpath(existingEntries, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[316] updateBuildpath(existingEntries, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[331] protected List addLibraryEntries(List resources, IScriptProject project, IProgressMonitor monitor) ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[331] protected List addLibraryEntries(List resources, IScriptProject project, IProgressMonitor monitor) ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[335] List addedEntries = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[335] List addedEntries = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[340] addedEntries .add(new BPListElement(project, IBuildpathEntry.BPE_LIBRARY, res.getFullPath(), res, false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[345] List existingEntries = getExistingEntries(project); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[346] setNewEntry(existingEntries, addedEntries, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[346] setNewEntry(existingEntries, addedEntries, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[347] updateBuildpath(existingEntries, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[347] updateBuildpath(existingEntries, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[349] List result = new ArrayList(addedEntries.size()); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[349] List result = new ArrayList(addedEntries.size()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[354] result.add(elem); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[381] protected List removeFromBuildpath(IRemoveLinkedFolderQuery query, List elements, IScriptProject project, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[381] protected List removeFromBuildpath(IRemoveLinkedFolderQuery query, List elements, IScriptProject project, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[387] List existingEntries = getExistingEntries(project); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[388] List resultElements = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[388] List resultElements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[395] res = removeFromBuildpath(project, existingEntries, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[395] res = removeFromBuildpath(project, existingEntries, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[402] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[402] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[412] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[412] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[415] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[415] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[416] folder.delete(true, true, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[416] folder.delete(true, true, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[421] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[421] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[425] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[425] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[436] resultElements.add(res); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[441] updateBuildpath(existingEntries, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[441] updateBuildpath(existingEntries, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[444] resultElements.add(project); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[472] protected List include(List elements, IScriptProject project, IProgressMonitor monitor) throws ModelException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[472] protected List include(List elements, IScriptProject project, IProgressMonitor monitor) throws ModelException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[478] List existingEntries = getExistingEntries(project); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[479] List resources = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[479] List resources = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[488] resources.add(resource); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[489] IProjectFragment root = getFragmentRoot(resource, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[489] IProjectFragment root = getFragmentRoot(resource, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[492] include(resource, entry, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[492] include(resource, entry, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[496] updateBuildpath(existingEntries, project, new SubProgressMonitor(monitor, 4)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[496] updateBuildpath(existingEntries, project, new SubProgressMonitor(monitor, 4)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[497] List scriptElements = getCorrespondingElements(resources, project); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[519] protected List exclude(List scriptElements, IScriptProject project, IProgressMonitor monitor) ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[519] protected List exclude(List scriptElements, IScriptProject project, IProgressMonitor monitor) ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[526] List existingEntries = getExistingEntries(project); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[527] List resources = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[527] List resources = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[533] IResource resource = exclude(scriptElement, entry, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[533] IResource resource = exclude(scriptElement, entry, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[535] resources.add(resource); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[539] updateBuildpath(existingEntries, project, new SubProgressMonitor(monitor, 4)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[539] updateBuildpath(existingEntries, project, new SubProgressMonitor(monitor, 4)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/model/DLTKElementResourceMapping.java:[433] List toProcess = new ArrayList(fragments.length); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/model/DLTKElementResourceMapping.java:[433] List toProcess = new ArrayList(fragments.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/model/DLTKElementResourceMapping.java:[439] toProcess.add(fragments[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/model/DLTKElementResourceMapping.java:[444] return new LogicalPackageResourceMapping((IScriptFolder[]) toProcess .toArray(new IScriptFolder[toProcess.size()])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/UndoDeleteResourceChange.java:[20] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/UndoDeleteResourceChange.java:[72] created.refreshLocal(IResource.DEPTH_INFINITE, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/UndoDeleteResourceChange.java:[72] created.refreshLocal(IResource.DEPTH_INFINITE, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/infoviews/AbstractDocumentationView.java:[244] if (WARNING_DIALOG_ENABLED && !doNotWarn) { ^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/infoviews/AbstractDocumentationView.java:[244] if (WARNING_DIALOG_ENABLED && !doNotWarn) { String title = InfoViewMessages.ScriptdocView_error_noBrowser_title; String message = InfoViewMessages.ScriptdocView_error_noBrowser_message; String toggleMessage = InfoViewMessages.ScriptdocView_error_noBrowser_doNotWarn; MessageDialogWithToggle dialog = MessageDialogWithToggle.openError(parent.getShell(), title, message, toggleMessage, false, null, null); if (dialog.getReturnCode() == Window.OK) store.setValue(DO_NOT_WARN_PREFERENCE_KEY, dialog.getToggleState()); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClasesContentProvider.java:[31] private final ExtendedClassesView contentProvider; ^^^^^^^^^^^^^^^ The value of the field ExtendedClasesContentProvider.contentProvider is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClasesContentProvider.java:[35] private boolean firstTime = true; ^^^^^^^^^ The value of the field ExtendedClasesContentProvider.firstTime is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClasesContentProvider.java:[52] List els = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClasesContentProvider.java:[52] List els = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClasesContentProvider.java:[54] List elements = cl.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClasesContentProvider.java:[55] for (Iterator iterator = elements.iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClasesContentProvider.java:[62] els.add(types[i]); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClasesContentProvider.java:[90] final List elements = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClasesContentProvider.java:[90] final List elements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClasesContentProvider.java:[114] elements.add(type); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClasesContentProvider.java:[146] private Object[] convert(final List elements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClasesContentProvider.java:[148] Map els = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClasesContentProvider.java:[148] Map els = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClasesContentProvider.java:[149] for (Iterator iterator = elements.iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClasesContentProvider.java:[154] cl.getElements().add(type); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClasesContentProvider.java:[157] cl.getElements().add(type); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClasesContentProvider.java:[159] els.put(name, cl); ^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/LinkFolderDialog.java:[15] import java.util.Observable; ^^^^^^^^^^^^^^^^^^^^ The type Observable is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/LinkFolderDialog.java:[16] import java.util.Observer; ^^^^^^^^^^^^^^^^^^ The type Observer is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/LinkFolderDialog.java:[59] private final class FolderNameField extends Observable implements IDialogFieldListener { ^^^^^^^^^^ The type Observable is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/LinkFolderDialog.java:[87] setChanged(); ^^^^^^^^^^^^ The method setChanged() from the type Observable is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/LinkFolderDialog.java:[88] notifyObservers(); ^^^^^^^^^^^^^^^^^ The method notifyObservers() from the type Observable is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/LinkFolderDialog.java:[97] private final class LinkFields extends Observable implements IStringButtonAdapter, IDialogFieldListener { ^^^^^^^^^^ The type Observable is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/LinkFolderDialog.java:[191] setChanged(); ^^^^^^^^^^^^ The method setChanged() from the type Observable is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/LinkFolderDialog.java:[192] notifyObservers(); ^^^^^^^^^^^^^^^^^ The method notifyObservers() from the type Observable is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/LinkFolderDialog.java:[199] private final class Validator implements Observer { ^^^^^^^^ The type Observer is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/LinkFolderDialog.java:[202] public void update(Observable o, Object arg) { ^^^^^^^^^^ The type Observable is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/LinkFolderDialog.java:[267] IPath resolvedPath = pathVariableManager.resolvePath(path); ^^^^^^^^^^^^^^^^^ The method resolvePath(IPath) from the type IPathVariableManager is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/LinkFolderDialog.java:[384] fDependenciesGroup.addObserver(validator); ^^^^^^^^^^^^^^^^^^^^^^ The method addObserver(Observer) from the type Observable is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/LinkFolderDialog.java:[385] fFolderNameField.addObserver(validator); ^^^^^^^^^^^^^^^^^^^^^^ The method addObserver(Observer) from the type Observable is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/SourceModuleDocumentProvider.java:[46] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/SourceModuleDocumentProvider.java:[115] import org.eclipse.ui.internal.editors.text.NonExistingFileEditorInput; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NonExistingFileEditorInput' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.editors/3.14.300.v20210913-0815/org.eclipse.ui.editors-3.14.300.v20210913-0815.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/SourceModuleDocumentProvider.java:[380] return ((CategorizedProblem) fProblem).getMarkerType(); ^^^^^^^^^^^^^^^ The method getMarkerType() from the type CategorizedProblem is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/SourceModuleDocumentProvider.java:[1261] return new SubProgressMonitor(monitor, ticks, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/SourceModuleDocumentProvider.java:[1261] return new SubProgressMonitor(monitor, ticks, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/SourceModuleDocumentProvider.java:[1261] return new SubProgressMonitor(monitor, ticks, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/SourceModuleDocumentProvider.java:[1261] return new SubProgressMonitor(monitor, ticks, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/SourceModuleDocumentProvider.java:[1527] else if (element instanceof NonExistingFileEditorInput) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NonExistingFileEditorInput' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.editors/3.14.300.v20210913-0815/org.eclipse.ui.editors-3.14.300.v20210913-0815.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/SourceModuleDocumentProvider.java:[1528] return createFakeSourceModule((NonExistingFileEditorInput) element, requestor); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NonExistingFileEditorInput' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.editors/3.14.300.v20210913-0815/org.eclipse.ui.editors-3.14.300.v20210913-0815.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/SourceModuleDocumentProvider.java:[1532] private ISourceModule createFakeSourceModule(NonExistingFileEditorInput editorInput, IProblemRequestor requestor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NonExistingFileEditorInput' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.editors/3.14.300.v20210913-0815/org.eclipse.ui.editors-3.14.300.v20210913-0815.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/SourceModuleDocumentProvider.java:[1534] final IPath path = editorInput.getPath(editorInput); ^^^^^^^ Discouraged access: The method 'NonExistingFileEditorInput.getPath(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.editors/3.14.300.v20210913-0815/org.eclipse.ui.editors-3.14.300.v20210913-0815.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TypeInfoViewer.java:[48] import org.eclipse.dltk.internal.core.search.DLTKSearchTypeNameMatch; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKSearchTypeNameMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TypeInfoViewer.java:[756] fReqestor.acceptTypeNameMatch(new DLTKSearchTypeNameMatch(type, type.getFlags())); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKSearchTypeNameMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TypeInfoViewer.java:[756] fReqestor.acceptTypeNameMatch(new DLTKSearchTypeNameMatch(type, type.getFlags())); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DLTKSearchTypeNameMatch(IType, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/ScriptCorePreferenceBlock.java:[23] import org.eclipse.core.runtime.Preferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/ScriptCorePreferenceBlock.java:[178] initializeBuildPathField(DLTKCore.getPlugin().getPluginPreferences() ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/ScriptCorePreferenceBlock.java:[179] .getString(DLTKCore.CORE_CIRCULAR_BUILDPATH)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getString(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/ScriptCorePreferenceBlock.java:[186] initializeBuildPathField(DLTKCore.getPlugin().getPluginPreferences() ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/ScriptCorePreferenceBlock.java:[187] .getDefaultString(DLTKCore.CORE_CIRCULAR_BUILDPATH)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getDefaultString(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/ScriptCorePreferenceBlock.java:[212] final Preferences prefs = DLTKCore.getDefault() ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/ScriptCorePreferenceBlock.java:[213] .getPluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/ScriptCorePreferenceBlock.java:[216] prefs.getString(DLTKCore.CORE_CIRCULAR_BUILDPATH))) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getString(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/ScriptCorePreferenceBlock.java:[217] prefs.setValue(DLTKCore.CORE_CIRCULAR_BUILDPATH, value); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValue(String, String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/ScriptCorePreferenceBlock.java:[220] DLTKCore.getDefault().savePluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^^ The method savePluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/TextSearchTableContentProvider.java:[46] int addCount= 0; ^^^^^^^^ The value of the local variable addCount is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/TextSearchTableContentProvider.java:[47] int removeCount= 0; ^^^^^^^^^^^ The value of the local variable removeCount is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewFlatContentProvider.java:[249] fMapToPackageFragments.put(key, fragment); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewFlatContentProvider.java:[286] fMapToLogicalPackage.put(key, lp); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewFlatContentProvider.java:[297] fMapToPackageFragments.put(key, frag); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/CalleeMethodWrapper.java:[78] protected Map findChildren(IProgressMonitor progressMonitor) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/CalleeMethodWrapper.java:[91] Map result = processor.doOperation(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/CalleeMethodWrapper.java:[94] Set keys = result.keySet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/CalleeMethodWrapper.java:[95] Iterator i = keys.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/CalleeMethodWrapper.java:[114] return new HashMap(0); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/BrowserInformationControlInput.java:[3] import org.eclipse.jface.internal.text.html.BrowserInput; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BrowserInput' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.jface.text/3.20.0.v20220218-1549/org.eclipse.jface.text-3.20.0.v20220218-1549.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/BrowserInformationControlInput.java:[12] public abstract class BrowserInformationControlInput extends BrowserInput { ^^^^^^^^^^^^ Discouraged access: The type 'BrowserInput' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.jface.text/3.20.0.v20220218-1549/org.eclipse.jface.text-3.20.0.v20220218-1549.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/BrowserInformationControlInput.java:[30] super(previous); ^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'BrowserInput(BrowserInput)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.jface.text/3.20.0.v20220218-1549/org.eclipse.jface.text-3.20.0.v20220218-1549.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/HistoryListAction.java:[41] private ListDialogField fHistoryList; ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/HistoryListAction.java:[55] public void customButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/HistoryListAction.java:[59] public void selectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/HistoryListAction.java:[64] public void doubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/HistoryListAction.java:[71] fHistoryList= new ListDialogField(adapter, buttonLabels, labelProvider); ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/HistoryListAction.java:[73] fHistoryList.setElements(Arrays.asList(elements)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setElements(Collection) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/HistoryListAction.java:[108] fHistoryList.removeElements(fHistoryList.getSelectedElements()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeElements(List) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/HistoryListAction.java:[120] List selected= fHistoryList.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/HistoryListAction.java:[137] List elems= fHistoryList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/HistoryListAction.java:[138] return (IMethod[]) elems.toArray(new IMethod[elems.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ProjectsWorkbookPage.java:[53] private ListDialogField fBuildpathList; ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ProjectsWorkbookPage.java:[62] public ProjectsWorkbookPage(ListDialogField buildpathList, ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ProjectsWorkbookPage.java:[106] List cpelements = fBuildpathList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ProjectsWorkbookPage.java:[108] final List checkedProjects = new ArrayList(cpelements.size()); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ProjectsWorkbookPage.java:[108] final List checkedProjects = new ArrayList(cpelements.size()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ProjectsWorkbookPage.java:[113] checkedProjects.add(cpelem); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ProjectsWorkbookPage.java:[141] List projelements = fProjectsList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ProjectsWorkbookPage.java:[144] List cpelements = fBuildpathList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ProjectsWorkbookPage.java:[156] cpelements.add(projelements.get(i)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ProjectsWorkbookPage.java:[159] fBuildpathList.setElements(cpelements); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setElements(Collection) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ProjectsWorkbookPage.java:[164] public List getSelection() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ProjectsWorkbookPage.java:[169] public void setSelection(List selElements, boolean expand) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ProjectsWorkbookPage.java:[254] List cplist = fProjectsList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ProjectsWorkbookPage.java:[255] List elementsToAdd = new ArrayList(nElementsChosen); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ProjectsWorkbookPage.java:[255] List elementsToAdd = new ArrayList(nElementsChosen); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ProjectsWorkbookPage.java:[259] elementsToAdd.add(curr); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ProjectsWorkbookPage.java:[272] List selElements = fProjectsList.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ProjectsWorkbookPage.java:[294] private boolean canRemove(List selElements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ProjectsWorkbookPage.java:[319] private boolean canEdit(List selElements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ProjectsWorkbookPage.java:[337] List selElements = fProjectsList.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ProjectsWorkbookPage.java:[405] ArrayList selectable = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ProjectsWorkbookPage.java:[405] ArrayList selectable = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ProjectsWorkbookPage.java:[409] selectable.addAll(Arrays.asList(toolkit != null ? model.getScriptProjects(toolkit.getNatureId()) : model.getScriptProjects())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ProjectsWorkbookPage.java:[414] List elements = fProjectsList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ProjectsWorkbookPage.java:[425] ListSelectionDialog dialog = new ListSelectionDialog(getShell(), Arrays.asList(selectArr), new ArrayContentProvider(), labelProvider, NewWizardMessages.ProjectsWorkbookPage_chooseProjects_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ProjectsWorkbookPage.java:[450] List selection = fProjectsList.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ProjectsWorkbookPage.java:[460] List selection = field.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ProjectsWorkbookPage.java:[476] List selElements = fProjectsList.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/BuildpathModifierAction.java:[80] public boolean isValid(List selectedElements, int[] types) throws ModelException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizard.java:[81] public List getInsertedElements() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizard.java:[82] List result = super.getInsertedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizard.java:[84] result.add(getEntryToEdit()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizard.java:[90] public List getRemovedElements() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizard.java:[95] public List getModifiedElements() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/Resources.java:[114] Map oldTimeStamps = createModificationStampMap(readOnlyFiles); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/Resources.java:[121] Map newTimeStamps = createModificationStampMap(readOnlyFiles); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/Resources.java:[122] for (Iterator iter = oldTimeStamps.keySet().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/Resources.java:[133] private static Map createModificationStampMap(List files) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/Resources.java:[133] private static Map createModificationStampMap(List files) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/Resources.java:[134] Map map = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/Resources.java:[134] Map map = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/Resources.java:[135] for (Iterator iter = files.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/Resources.java:[137] map.put(file, Long.valueOf(file.getModificationStamp())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/GenerateBuildPathActionGroup.java:[167] public List getBPListElements() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/GenerateBuildPathActionGroup.java:[292] public List getBPListElements() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/GenerateBuildPathActionGroup.java:[376] for (Iterator iter = fActions.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/GenerateBuildPathActionGroup.java:[454] for (Iterator iter = selection.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/SectionManager.java:[40] private Set fSections = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/SectionManager.java:[40] private Set fSections = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/SectionManager.java:[55] for (Iterator iter = fSections.iterator(); iter ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/SectionManager.java:[139] if (fSections.add(section)) ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/hover/AnnotationExpandHover.java:[129] HashMap messagesAtPosition = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/hover/AnnotationExpandHover.java:[129] HashMap messagesAtPosition = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/hover/AnnotationExpandHover.java:[191] protected boolean isDuplicateMessage(Map messagesAtPosition, ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/hover/AnnotationExpandHover.java:[202] List messages = (List) value; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/hover/AnnotationExpandHover.java:[202] List messages = (List) value; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/hover/AnnotationExpandHover.java:[205] messages.add(message); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/hover/AnnotationExpandHover.java:[207] ArrayList messages = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/hover/AnnotationExpandHover.java:[207] ArrayList messages = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/hover/AnnotationExpandHover.java:[208] messages.add(value); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/hover/AnnotationExpandHover.java:[209] messages.add(message); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/hover/AnnotationExpandHover.java:[210] messagesAtPosition.put(position, messages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/hover/AnnotationExpandHover.java:[213] messagesAtPosition.put(position, message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/navigator/ProjectFragmentProvider.java:[104] private List filter(List children) throws ModelException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/navigator/ProjectFragmentProvider.java:[104] private List filter(List children) throws ModelException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/navigator/ProjectFragmentProvider.java:[114] children.set(i, collapsed); // replace with ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/SuperTypeHierarchyViewer.java:[63] protected final void getTypesInHierarchy(IType type, List res) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/SuperTypeHierarchyViewer.java:[69] res.add(types[i]); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/SearchUtil.java:[87] Arrays.sort(workingSets, new WorkingSetComparator()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation sort(IWorkingSet[], WorkingSetComparator) of the generic method sort(T[], Comparator) of type Arrays [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/SearchUtil.java:[87] Arrays.sort(workingSets, new WorkingSetComparator()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type WorkingSetComparator needs unchecked conversion to conform to Comparator [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/SearchUtil.java:[122] Iterator iter = fgLRUWorkingSets.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameScriptProjectChange.java:[21] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameScriptProjectChange.java:[70] modifyBuildpaths(new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameScriptProjectChange.java:[70] modifyBuildpaths(new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameScriptProjectChange.java:[75] project.move(description, IResource.FORCE | IResource.SHALLOW, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameScriptProjectChange.java:[75] project.move(description, IResource.FORCE | IResource.SHALLOW, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameScriptProjectChange.java:[132] modifyBuildpath(jp, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameScriptProjectChange.java:[132] modifyBuildpath(jp, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/SelectionTransferDropAdapter.java:[45] private List fElements; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/editor/IScriptAnnotation.java:[67] Iterator getOverlaidIterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[76] private ArrayList fChildren; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[80] private List fExtraAttributes = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[80] private List fExtraAttributes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[108] fChildren = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[149] fChildren.add(curr); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[190] res.addAll(this.fExtraAttributes); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[373] fChildren.add(new BPListElementAttribute(this, key, value, builtIn)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[392] ArrayList res = new ArrayList(nChildren); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[392] ArrayList res = new ArrayList(nChildren); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[397] res.add(curr); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[463] Set ns = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[463] Set ns = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[464] ns.addAll(this.fExtraAttributes); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[465] ns.removeAll(elem.fExtraAttributes); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[615] elem.fExtraAttributes.add(attrib); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[702] for (Iterator iterator = this.fExtraAttributes.iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[757] public static IBuildpathEntry[] convertToBuildpathEntries(List/* ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[763] for (Iterator iter = cpList.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/DLTKPluginImages.java:[606] fData = fDescriptor.getImageData(); ^^^^^^^^^^^^^^ The method getImageData() from the type ImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectCreator.java:[34] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectCreator.java:[146] new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectCreator.java:[146] new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectCreator.java:[148] restoreExistingFiles(new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectCreator.java:[148] restoreExistingFiles(new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectCreator.java:[484] new SubProgressMonitor(monitor, 20)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectCreator.java:[484] new SubProgressMonitor(monitor, 20)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectCreator.java:[488] new SubProgressMonitor(monitor, 20)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectCreator.java:[488] new SubProgressMonitor(monitor, 20)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectCreator.java:[490] new SubProgressMonitor(monitor, 30)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectCreator.java:[490] new SubProgressMonitor(monitor, 30)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectCreator.java:[562] updateProject(new SubProgressMonitor(monitor, 1), ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectCreator.java:[562] updateProject(new SubProgressMonitor(monitor, 1), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectCreator.java:[566] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectCreator.java:[566] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectCreator.java:[568] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectCreator.java:[568] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectCreator.java:[570] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectCreator.java:[570] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectCreator.java:[639] new SubProgressMonitor(monitor, WORK_INIT_BP)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectCreator.java:[639] new SubProgressMonitor(monitor, WORK_INIT_BP)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectCreator.java:[653] new SubProgressMonitor(monitor, WORK_INIT_BP)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectCreator.java:[653] new SubProgressMonitor(monitor, WORK_INIT_BP)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/FocusOnTypeAction.java:[19] private TypeHierarchyViewPart fViewPart; ^^^^^^^^^ The value of the field FocusOnTypeAction.fViewPart is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractTodoTaskOptionsBlock.java:[103] public void customButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractTodoTaskOptionsBlock.java:[108] public void selectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractTodoTaskOptionsBlock.java:[114] public void doubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractTodoTaskOptionsBlock.java:[131] private ListDialogField fTodoTasksList; ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractTodoTaskOptionsBlock.java:[174] fTodoTasksList = new ListDialogField(adapter, buttons, ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractTodoTaskOptionsBlock.java:[259] fTodoTasksList.setElements(TaskTagUtils.decodeTaskTags(tags)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setElements(Collection) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractTodoTaskOptionsBlock.java:[298] fTodoTasksList.replaceElement(edited, dialog.getResult()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method replaceElement(Object, Object) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractTodoTaskOptionsBlock.java:[300] fTodoTasksList.addElement(dialog.getResult()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LevelTreeContentProvider.java:[26] private Map fChildrenMap; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LevelTreeContentProvider.java:[106] fChildrenMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LevelTreeContentProvider.java:[117] protected void insert(Map toAdd, Set toUpdate, Object child) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LevelTreeContentProvider.java:[117] protected void insert(Map toAdd, Set toUpdate, Object child) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LevelTreeContentProvider.java:[125] toUpdate.add(parent); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LevelTreeContentProvider.java:[141] private boolean insertInto(Object parent, Object child, Map map) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LevelTreeContentProvider.java:[142] Set children = (Set) map.get(parent); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LevelTreeContentProvider.java:[142] Set children = (Set) map.get(parent); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LevelTreeContentProvider.java:[144] children = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LevelTreeContentProvider.java:[145] map.put(parent, children); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LevelTreeContentProvider.java:[147] return children.add(child); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LevelTreeContentProvider.java:[150] protected void remove(Set toRemove, Set toUpdate, Object element) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LevelTreeContentProvider.java:[150] protected void remove(Set toRemove, Set toUpdate, Object element) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LevelTreeContentProvider.java:[155] toUpdate.add(element); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LevelTreeContentProvider.java:[167] toRemove.add(element); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LevelTreeContentProvider.java:[172] toUpdate.add(element); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LevelTreeContentProvider.java:[185] Set siblings = (Set) fChildrenMap.get(parent); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LevelTreeContentProvider.java:[185] Set siblings = (Set) fChildrenMap.get(parent); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LevelTreeContentProvider.java:[194] Set children = (Set) fChildrenMap.get(parentElement); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LevelTreeContentProvider.java:[194] Set children = (Set) fChildrenMap.get(parentElement); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LevelTreeContentProvider.java:[200] Iterator iterator = children.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LevelTreeContentProvider.java:[219] Set toRemove = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LevelTreeContentProvider.java:[219] Set toRemove = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LevelTreeContentProvider.java:[220] Set toUpdate = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LevelTreeContentProvider.java:[220] Set toUpdate = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LevelTreeContentProvider.java:[221] Map toAdd = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LevelTreeContentProvider.java:[221] Map toAdd = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LevelTreeContentProvider.java:[230] for (Iterator iter = toAdd.keySet().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LevelTreeContentProvider.java:[232] HashSet children = (HashSet) toAdd.get(parent); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LevelTreeContentProvider.java:[232] HashSet children = (HashSet) toAdd.get(parent); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LevelTreeContentProvider.java:[235] for (Iterator elementsToUpdate = toUpdate.iterator(); elementsToUpdate ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[47] private Set fCurrentElements; ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[135] List realScriptElements = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[135] List realScriptElements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[136] List realResource = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[136] List realResource = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[142] for (Iterator iter = realScriptElements.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[147] for (Iterator iter = realResource.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[190] fCurrentElements = new HashSet( Arrays.asList(fWorkingSet.getElements())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[190] fCurrentElements = new HashSet( ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[218] List activeWorkingSets = new ArrayList( ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[218] List activeWorkingSets = new ArrayList( Arrays.asList(model.getActiveWorkingSets())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[218] List activeWorkingSets = new ArrayList( ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[224] List result = new ArrayList(activeWorkingSets.size()); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[224] List result = new ArrayList(activeWorkingSets.size()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[225] List selected = new ArrayList(Arrays.asList(fElementsToAdds)); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[225] List selected = new ArrayList(Arrays.asList(fElementsToAdds)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[225] List selected = new ArrayList(Arrays.asList(fElementsToAdds)); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[228] result.addAll(selected); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[232] result.add(element); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[236] result.addAll(selected); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[237] model.setActiveWorkingSets((IWorkingSet[]) result .toArray(new IWorkingSet[result.size()])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[247] List elements = new ArrayList( ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[247] List elements = new ArrayList( Arrays.asList(fWorkingSet.getElements())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[247] List elements = new ArrayList( ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[249] elements.addAll(Arrays.asList(fElementsToAdds)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[250] fWorkingSet.setElements((IAdaptable[]) elements .toArray(new IAdaptable[elements.size()])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[255] Map workingSets = groupByWorkingSets(treeSelection.getPaths()); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[256] for (Iterator iter = workingSets.keySet().iterator(); iter ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[259] List toRemove = (List) workingSets.get(ws); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[259] List toRemove = (List) workingSets.get(ws); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[269] private Map/* > */ groupByWorkingSets(TreePath[] paths) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[270] Map result = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[270] Map result = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[274] List l = (List) result.get(ws); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[274] List l = (List) result.get(ws); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[276] l = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[277] result.put(ws, l); ^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetDropAdapter.java:[279] l.add(path.getSegment(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[54] private final ListDialogField fAccessRulesList; ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[87] private ListDialogField createListContents(BPListElement entryToEdit) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[97] ListDialogField patternList = new ListDialogField(adapter, buttonLabels, labelProvider); ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[97] ListDialogField patternList = new ListDialogField(adapter, buttonLabels, labelProvider); ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[107] ArrayList elements = new ArrayList(rules.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[107] ArrayList elements = new ArrayList(rules.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[109] elements.add(rules[i]); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[111] patternList.setElements(elements); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setElements(Collection) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[253] protected void doCustomButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[261] protected void doDoubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[265] protected void doSelectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[266] List selected = field.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[270] private boolean canEdit(List selected) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[274] private void editEntry(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[276] List selElements = field.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[283] field.replaceElement(rule, dialog.getRule()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method replaceElement(Object, Object) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[287] private void addEntry(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[290] field.addElement(dialog.getRule()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[299] public void customButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[304] public void selectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[309] public void doubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[326] List elements = fAccessRulesList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[327] return (IAccessRule[]) elements.toArray(new IAccessRule[elements.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/navigator/ScriptDropAssistant.java:[41] private List fElements; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptSourceViewerConfiguration.java:[470] return new DefaultInformationControl(parent, shellStyle, style, new HTMLTextPresenter(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor DefaultInformationControl(Shell, int, int, DefaultInformationControl.IInformationPresenter) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/UnexcludeOperation.java:[58] List result = null; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/UnexcludeOperation.java:[61] List resources = getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/UnexcludeOperation.java:[85] public boolean isValid(List elements, int[] types) throws ModelException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/RefreshAction.java:[29] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/RefreshAction.java:[187] workbenchAction.run(new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/RefreshAction.java:[187] workbenchAction.run(new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/RefreshAction.java:[188] refreshScriptElements(selection, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/RefreshAction.java:[188] refreshScriptElements(selection, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/RefreshAction.java:[192] SubProgressMonitor monitor) throws CoreException { ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/formatter/ScriptFormattingStrategy.java:[152] partitioners); ^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[179] private final List/* */ fExistingEntries; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[180] private final Hashtable/* */ fOrginalExlusionFilters, fOrginalInclusionFilters, ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[187] private List fModifiedElements; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[188] private List fRemovedElements; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[196] public AddSourceFolderWizardPage(BPListElement newElement, List/* */ existingEntries, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[209] fOrginalExlusionFilters = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[210] fOrginalInclusionFilters = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[211] fOrginalExlusionFiltersCopy = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[212] fOrginalInclusionFiltersCopy = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[213] for (Iterator iter = existingEntries.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[221] fOrginalExlusionFiltersCopy.put(element, save); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[222] fOrginalExlusionFilters.put(element, exlusions); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[230] fOrginalInclusionFiltersCopy.put(element, save); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[231] fOrginalInclusionFilters.put(element, inclusions); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[251] fModifiedElements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[252] fRemovedElements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[446] Set modified = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[446] Set modified = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[451] fModifiedElements.addAll(modified); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[452] BPListElement.insert(fNewElement, fExistingEntries); ^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[458] fRemovedElements.add(fOldProjectSourceFolder); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[459] fExistingEntries.set(projectEntryIndex, fNewElement); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[462] BPListElement.insert(fNewElement, fExistingEntries); ^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[465] BPListElement.insert(fNewElement, fExistingEntries); ^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[507] for (Iterator iter = fExistingEntries.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[521] for (Iterator iter = fExistingEntries.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[532] fExistingEntries.set(fExistingEntries.indexOf(fNewElement), fOldProjectSourceFolder); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[552] for (Iterator iter = fExistingEntries.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[565] fModifiedElements.add(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[576] fModifiedElements.add(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[602] IPath resolvedPath = pathVariableManager.resolvePath(path1); ^^^^^^^^^^^^^^^^^^ The method resolvePath(IPath) from the type IPathVariableManager is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[669] private void addExclusionPatterns(BPListElement newEntry, List existing, Set modifiedEntries) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[669] private void addExclusionPatterns(BPListElement newEntry, List existing, Set modifiedEntries) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[678] modifiedEntries.add(curr); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[691] Class[] acceptedClasses = new Class[] { IFolder.class }; ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[729] public List getModifiedElements() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[731] fModifiedElements.add(fNewElement); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[736] public List getRemovedElements() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewTableViewer.java:[63] List list= new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewTableViewer.java:[63] List list= new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewTableViewer.java:[70] list.add(object); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewTableViewer.java:[74] list.add(object); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewTableViewer.java:[98] public List getSelectionFromWidget(){ ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewTableViewer.java:[113] public void setSelectionToWidget(List l, boolean reveal){ ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[74] private final List fSettings = new ArrayList(6); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[74] private final List fSettings = new ArrayList(6); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[100] fSettings.add(index, setting); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[111] fSettings.add(setting); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[122] for (final Iterator iterator = fSettings.iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[148] fSettings.add( MessageFormat.format(RefactoringCoreMessages.ScriptRefactoringDescriptor_original_element_pattern, ScriptElementLabels.getDefault().getTextLabel(updating.getElements()[0], ScriptElementLabels.ALL_FULLY_QUALIFIED))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[155] fSettings.add(MessageFormat.format( RefactoringCoreMessages.ScriptRefactoringDescriptor_renamed_element_pattern, ScriptElementLabels.getDefault().getTextLabel(element, ScriptElementLabels.ALL_FULLY_QUALIFIED))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[165] fSettings.add(MessageFormat.format( RefactoringCoreMessages.ScriptRefactoringDescriptor_renamed_element_pattern, newLabel + updating.getNewElementName())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[178] fSettings.add(MessageFormat.format( RefactoringCoreMessages.ScriptRefactoringDescriptor_original_element_pattern, ScriptElementLabels.getDefault().getTextLabel(elements[0], ScriptElementLabels.ALL_FULLY_QUALIFIED))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[197] fSettings.add(buffer.toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[204] fSettings.add(RefactoringCoreMessages.ScriptRefactoringDescriptor_update_references); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[211] fSettings.add(RefactoringCoreMessages.ScriptRefactoringDescriptor_rename_similar); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[213] fSettings.add(RefactoringCoreMessages.ScriptRefactoringDescriptor_rename_similar_embedded); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[215] fSettings.add(RefactoringCoreMessages.ScriptRefactoringDescriptor_rename_similar_suffix); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[223] fSettings.add(MessageFormat.format( RefactoringCoreMessages.ScriptRefactoringDescriptor_qualified_names_pattern, patterns.trim())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[227] fSettings.add(RefactoringCoreMessages.ScriptRefactoringDescriptor_qualified_names); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[233] fSettings.add(RefactoringCoreMessages.ScriptRefactoringDescriptor_textual_occurrences); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[239] fSettings.add(RefactoringCoreMessages.ScriptRefactoringDescriptor_keep_original_deprecated); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[241] fSettings.add(RefactoringCoreMessages.ScriptRefactoringDescriptor_keep_original); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteProjectFragmentChange.java:[33] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteProjectFragmentChange.java:[117] root.delete(resourceUpdateFlags, jCoreUpdateFlags, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteProjectFragmentChange.java:[117] root.delete(resourceUpdateFlags, jCoreUpdateFlags, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteProjectFragmentChange.java:[119] rootDescription.recordStateFromHistory(rootResource, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteProjectFragmentChange.java:[119] rootDescription.recordStateFromHistory(rootResource, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlockPreferencePage.java:[84] DLTKUIPlugin.getDefault().savePluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^^ The method savePluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/util/SelectionUtil.java:[20] public static List toList(ISelection selection) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/BasicScriptEditorActionContributor.java:[44] private List fPartListeners = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/BasicScriptEditorActionContributor.java:[44] private List fPartListeners = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/BasicScriptEditorActionContributor.java:[107] fPartListeners.add(action); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/BasicScriptEditorActionContributor.java:[112] Iterator e = fPartListeners.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/BasicScriptEditorActionContributor.java:[220] Iterator e = fPartListeners.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/MethodCall.java:[20] private List fCallLocations; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/MethodCall.java:[32] public Collection getCallLocations() { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/MethodCall.java:[66] fCallLocations = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/MethodCall.java:[69] fCallLocations.add(location); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteFolderChange.java:[24] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteFolderChange.java:[90] folder.delete(false, true, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteFolderChange.java:[90] folder.delete(false, true, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteFolderChange.java:[91] resourceDescription.recordStateFromHistory(folder, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteFolderChange.java:[91] resourceDescription.recordStateFromHistory(folder, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TableTextCellEditor.java:[17] import org.eclipse.jface.contentassist.SubjectControlContentAssistant; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubjectControlContentAssistant is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TableTextCellEditor.java:[62] SubjectControlContentAssistant fContentAssistant; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubjectControlContentAssistant is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TableTextCellEditor.java:[103] public void setContentAssistant(SubjectControlContentAssistant assistant) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubjectControlContentAssistant is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/EditorUtility.java:[38] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/EditorUtility.java:[675] return new SubProgressMonitor(monitor, ticks, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/EditorUtility.java:[675] return new SubProgressMonitor(monitor, ticks, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/EditorUtility.java:[675] return new SubProgressMonitor(monitor, ticks, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/EditorUtility.java:[675] return new SubProgressMonitor(monitor, ticks, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClassesView.java:[104] private CCPActionGroup fCCPActionGroup; ^^^^^^^^^^^^^^^ The value of the field ExtendedClassesView.fCCPActionGroup is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClassesView.java:[105] private BuildActionGroup fBuildActionGroup; ^^^^^^^^^^^^^^^^^ The value of the field ExtendedClassesView.fBuildActionGroup is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClassesView.java:[115] private ISelection fLastOpenSelection; ^^^^^^^^^^^^^^^^^^ The value of the field ExtendedClassesView.fLastOpenSelection is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClassesView.java:[263] List result = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClassesView.java:[263] List result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClassesView.java:[266] List list = sel.toList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClassesView.java:[267] for (Iterator iterator = list.iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClassesView.java:[270] List mixedElements = ((MixedClass) o).getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClassesView.java:[271] result.addAll(mixedElements); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClassesView.java:[273] result.add(o); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClassesView.java:[315] Iterator iter = ((IStructuredSelection) selection).iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClassesView.java:[336] List elements = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClassesView.java:[336] List elements = new ArrayList(); ^^^^^^^^ The value of the local variable elements is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClassesView.java:[336] List elements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClassesView.java:[369] List newList = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClassesView.java:[369] List newList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClassesView.java:[370] List list = (List) selectedElement; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClassesView.java:[370] List list = (List) selectedElement; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClassesView.java:[371] for (Iterator iterator = list.iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ExtendedClassesView.java:[374] newList.add(obj); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/FileTransferDragAdapter.java:[29] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/FileTransferDragAdapter.java:[78] for (Iterator iter = selection.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/FileTransferDragAdapter.java:[100] List resources = convertIntoResources(selection); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/FileTransferDragAdapter.java:[106] List elements = getResources(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/FileTransferDragAdapter.java:[115] private static String[] getResourceLocations(List resources) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/FileTransferDragAdapter.java:[116] return Resources.getLocationOSStrings((IResource[]) resources .toArray(new IResource[resources.size()])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/FileTransferDragAdapter.java:[135] final List elements = getResources(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/FileTransferDragAdapter.java:[147] Iterator iter = elements.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/FileTransferDragAdapter.java:[174] final Set roots = collectRoots(getResources()); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/FileTransferDragAdapter.java:[183] Iterator iter = roots.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/FileTransferDragAdapter.java:[188] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/FileTransferDragAdapter.java:[188] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/FileTransferDragAdapter.java:[205] protected Set collectRoots(final List elements) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/FileTransferDragAdapter.java:[205] protected Set collectRoots(final List elements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/FileTransferDragAdapter.java:[206] final Set roots = new HashSet(10); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/FileTransferDragAdapter.java:[206] final Set roots = new HashSet(10); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/FileTransferDragAdapter.java:[208] Iterator iter = elements.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/FileTransferDragAdapter.java:[213] roots.add(resource); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/FileTransferDragAdapter.java:[215] roots.add(parent); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/FileTransferDragAdapter.java:[221] private List getResources() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/FileTransferDragAdapter.java:[230] private List convertIntoResources(IStructuredSelection selection) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/FileTransferDragAdapter.java:[231] List result = new ArrayList(selection.size()); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/FileTransferDragAdapter.java:[231] List result = new ArrayList(selection.size()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/FileTransferDragAdapter.java:[232] for (Iterator iter = selection.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/FileTransferDragAdapter.java:[243] result.add(r); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/CallerMethodWrapper.java:[20] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/CallerMethodWrapper.java:[59] protected Map findChildren(IProgressMonitor progressMonitor) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/CallerMethodWrapper.java:[63] IProgressMonitor monitor = new SubProgressMonitor(progressMonitor, 95, SubProgressMonitor.SUPPRESS_SUBTASK_LABEL); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/CallerMethodWrapper.java:[63] IProgressMonitor monitor = new SubProgressMonitor(progressMonitor, 95, SubProgressMonitor.SUPPRESS_SUBTASK_LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/CallerMethodWrapper.java:[63] IProgressMonitor monitor = new SubProgressMonitor(progressMonitor, 95, SubProgressMonitor.SUPPRESS_SUBTASK_LABEL); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/CallerMethodWrapper.java:[63] IProgressMonitor monitor = new SubProgressMonitor(progressMonitor, 95, SubProgressMonitor.SUPPRESS_SUBTASK_LABEL); ^^^^^^^^^^^^^^^^^^^^^^ The field SubProgressMonitor.SUPPRESS_SUBTASK_LABEL is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/CallerMethodWrapper.java:[73] for (Iterator iter = getMembers().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/CallerMethodWrapper.java:[78] Map elements = processor.process(el, member, searchScope, monitor); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/CallerMethodWrapper.java:[79] for (Iterator i = elements.keySet().iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/CallerMethodWrapper.java:[97] return new HashMap(0); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/CallerMethodWrapper.java:[115] private Collection getMembers() { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/CallerMethodWrapper.java:[116] Collection result = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/CallerMethodWrapper.java:[116] Collection result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/CallerMethodWrapper.java:[118] result.add(getMember()); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/BuildpathDialogAccess.java:[167] Class[] acceptedClasses = new Class[] { IFile.class }; ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/BuildpathDialogAccess.java:[171] ArrayList usedJars = new ArrayList(usedEntries.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/BuildpathDialogAccess.java:[171] ArrayList usedJars = new ArrayList(usedEntries.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/BuildpathDialogAccess.java:[178] usedJars.add(resource); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/BuildpathDialogAccess.java:[227] Class[] acceptedClasses = new Class[] { IFile.class }; ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/BuildpathDialogAccess.java:[230] ArrayList usedJars = new ArrayList(usedEntries.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/BuildpathDialogAccess.java:[230] ArrayList usedJars = new ArrayList(usedEntries.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/BuildpathDialogAccess.java:[235] usedJars.add(resource); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/BuildpathDialogAccess.java:[389] Class[] acceptedClasses = new Class[] { IProject.class, IFolder.class }; ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/BuildpathDialogAccess.java:[391] ArrayList usedContainers = new ArrayList(usedEntries.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/BuildpathDialogAccess.java:[391] ArrayList usedContainers = new ArrayList(usedEntries.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/BuildpathDialogAccess.java:[396] usedContainers.add(resource); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptCorrectionAssistant.java:[20] import org.eclipse.jface.internal.text.html.HTMLTextPresenter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'HTMLTextPresenter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.jface.text/3.20.0.v20220218-1549/org.eclipse.jface.text-3.20.0.v20220218-1549.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptCorrectionAssistant.java:[71] PreferenceConstants.CODEASSIST_PROPOSALS_FOREGROUND, manager); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field PreferenceConstants.CODEASSIST_PROPOSALS_FOREGROUND is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptCorrectionAssistant.java:[74] c = getColor(store, PreferenceConstants.CODEASSIST_PROPOSALS_BACKGROUND, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field PreferenceConstants.CODEASSIST_PROPOSALS_BACKGROUND is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptCorrectionAssistant.java:[85] new HTMLTextPresenter()); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'HTMLTextPresenter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.jface.text/3.20.0.v20220218-1549/org.eclipse.jface.text-3.20.0.v20220218-1549.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptCorrectionAssistant.java:[85] new HTMLTextPresenter()); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'HTMLTextPresenter()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.jface.text/3.20.0.v20220218-1549/org.eclipse.jface.text-3.20.0.v20220218-1549.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/BrowserInformationControl.java:[462] HTML2TextReader reader = new HTML2TextReader( ^^^^^^ Resource leak: 'reader' is never closed [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/BrowserInformationControl.java:[641] int width = gc.getFontMetrics().getAverageCharWidth(); ^^^^^^^^^^^^^^^^^^^^^ The method getAverageCharWidth() from the type FontMetrics is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistComputerParameter.java:[24] public Map getParameterValues() { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistComputerParameter.java:[25] Collection descriptors = CompletionProposalComputerRegistry ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistComputerParameter.java:[28] Map map = new HashMap(descriptors.size()); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistComputerParameter.java:[28] Map map = new HashMap(descriptors.size()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistComputerParameter.java:[29] for (Iterator it = descriptors.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistComputerParameter.java:[32] map.put(category.getDisplayName(), category.getId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackageViewerWrapper.java:[46] private ListenerList fListenerList; ^^^^^^^^^^^^ ListenerList is a raw type. References to generic type ListenerList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackageViewerWrapper.java:[51] fListenerList = new ListenerList(ListenerList.IDENTITY); ^^^^^^^^^^^^ ListenerList is a raw type. References to generic type ListenerList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackageViewerWrapper.java:[160] fListenerList.add(listener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ListenerList. References to generic type ListenerList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackageViewerWrapper.java:[166] fListenerList.add(listener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ListenerList. References to generic type ListenerList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackageViewerWrapper.java:[172] fListenerList.add(listener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ListenerList. References to generic type ListenerList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackageViewerWrapper.java:[379] protected List getSelectionFromWidget() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackageViewerWrapper.java:[389] protected void setSelectionToWidget(List l, boolean reveal) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/MethodReferencesSearchRequestor.java:[27] public Map getCallers() { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[88] Set modelElements = new HashSet(workingSets.length * 10); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[88] Set modelElements = new HashSet(workingSets.length * 10); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[96] return createSearchScope(modelElements, includeInterp, toolkit); ^^^^^^^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[101] Set modelElements = new HashSet(10); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[101] Set modelElements = new HashSet(10); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[106] return createSearchScope(modelElements, includeInterp, toolkit); ^^^^^^^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[113] Set modelElements = new HashSet(resources.length); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[113] Set modelElements = new HashSet(resources.length); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[115] return createSearchScope(modelElements, includeInterp, toolkit); ^^^^^^^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[125] ArrayList res = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[125] ArrayList res = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[130] res.add(project); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[133] return createSearchScope(res, includeInterp, toolkit); ^^^ Type safety: The expression of type ArrayList needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[230] Arrays.sort(workingSets, new WorkingSetComparator()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation sort(IWorkingSet[], WorkingSetComparator) of the generic method sort(T[], Comparator) of type Arrays [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[230] Arrays.sort(workingSets, new WorkingSetComparator()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type WorkingSetComparator needs unchecked conversion to conform to Comparator [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[311] private void addModelElements(Set modelElements, IResource[] resources) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[316] private void addModelElements(Set modelElements, IResource resource) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[331] modelElements.add(modelElement); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[334] private void addModelElements(Set modelElements, IModelElement modelElement) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[335] modelElements.add(modelElement); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[338] private void addModelElements(Set modelElements, IWorkingSet workingSet) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[346] modelElements.addAll(Arrays.asList(projects)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[369] public void addModelElements(Set modelElements, LogicalPackage selectedElement) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewTreeViewer.java:[103] public List getSelectionFromWidget() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewTreeViewer.java:[118] public void setSelectionToWidget(List l, boolean reveal){ ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/CumulativeType.java:[94] public void insertTo(List list, int index) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/CumulativeType.java:[96] list.add(index, new Part(types[i])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[79] private Map fElementToWorkingSet = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[79] private Map fElementToWorkingSet = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[80] private Map fWorkingSetToElement = new IdentityHashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[80] private Map fWorkingSetToElement = new IdentityHashMap(); ^^^^^^^^^^^^^^^ IdentityHashMap is a raw type. References to generic type IdentityHashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[82] private Map fResourceToWorkingSet = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[82] private Map fResourceToWorkingSet = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[83] private List fNonProjectTopLevelElements = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[83] private List fNonProjectTopLevelElements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[105] List toRemove = new ArrayList(Arrays.asList(oldElements)); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[105] List toRemove = new ArrayList(Arrays.asList(oldElements)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[105] List toRemove = new ArrayList(Arrays.asList(oldElements)); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[106] List toAdd = new ArrayList(Arrays.asList(newElements)); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[106] List toAdd = new ArrayList(Arrays.asList(newElements)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[106] List toAdd = new ArrayList(Arrays.asList(newElements)); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[108] for (Iterator iter = toAdd.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[111] for (Iterator iter = toRemove.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[115] fWorkingSetToElement.put(ws, newElements); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[119] private void computeDelta(List toRemove, List toAdd, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[119] private void computeDelta(List toRemove, List toAdd, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[134] public List getAllWorkingSets(Object element) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[138] public List getAllWorkingSetsForResource(IResource resource) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[142] public List getNonProjectTopLevelElements() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[150] fWorkingSetToElement.put(ws, elements); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[156] fNonProjectTopLevelElements.add(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[177] private void addToMap(Map map, IAdaptable key, IWorkingSet value) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[180] map.put(key, value); ^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[182] List l = new ArrayList(2); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[182] List l = new ArrayList(2); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[183] l.add(obj); ^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[184] l.add(value); ^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[185] map.put(key, l); ^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[187] ((List) obj).add(value); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[187] ((List) obj).add(value); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[191] private void removeFromMap(Map map, IAdaptable key, IWorkingSet value) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[196] List list = (List) current; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[196] List list = (List) current; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[203] map.put(key, list.get(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[211] private Object getFirstElement(Map map, Object key) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[214] return ((List) obj).get(0); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[218] private List getAllElements(Map map, Object key) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[218] private List getAllElements(Map map, Object key) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[221] return (List) obj; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[224] List result = new ArrayList(1); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[224] List result = new ArrayList(1); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[225] result.add(obj); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[291] List result = null; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[294] List sets = null; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[303] result = new ArrayList(Arrays.asList(elements)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[303] result = new ArrayList(Arrays.asList(elements)); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[304] result.addAll(sets); ^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetModel.java:[386] public List getNonProjectTopLevelElements() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/ScriptExplorerPart.java:[227] private List fPendingRefreshes; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/ScriptExplorerPart.java:[245] fPendingRefreshes.add(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/ScriptExplorerPart.java:[298] List ns = null; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/ScriptExplorerPart.java:[300] ns = new ArrayList(((IStructuredSelection) newSelection).toList()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/ScriptExplorerPart.java:[300] ns = new ArrayList(((IStructuredSelection) newSelection).toList()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/ScriptExplorerPart.java:[302] ns = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/ScriptExplorerPart.java:[305] for (Iterator iter = is.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/ScriptExplorerPart.java:[310] ns.add(project); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/ScriptExplorerPart.java:[318] ns.add(jProject); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/ScriptExplorerPart.java:[361] if (!fInPreserveSelection || !(selection instanceof ITreeSelection)) { super.setSelectionToWidget(selection, reveal); return; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/ScriptExplorerPart.java:[372] List pathsToSelect = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/ScriptExplorerPart.java:[372] List pathsToSelect = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/ScriptExplorerPart.java:[373] for (Iterator iter = toRestore.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/ScriptExplorerPart.java:[381] pathsToSelect.add(path); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/ScriptExplorerPart.java:[385] List toSelect = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/ScriptExplorerPart.java:[385] List toSelect = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/ScriptExplorerPart.java:[386] for (Iterator iter = pathsToSelect.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/ScriptExplorerPart.java:[399] toSelect.add(current); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/ScriptExplorerPart.java:[403] getTree().setSelection((TreeItem[]) toSelect.toArray(new TreeItem[toSelect.size()])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/DialogPackageExplorerActionGroup.java:[76] private List fSelectedElements; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/DialogPackageExplorerActionGroup.java:[114] public DialogExplorerActionContext(List selectedElements, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/DialogPackageExplorerActionGroup.java:[128] public List getSelectedElements() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/DialogPackageExplorerActionGroup.java:[174] private List fListeners; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/DialogPackageExplorerActionGroup.java:[195] fListeners = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/DialogPackageExplorerActionGroup.java:[365] List selectedElements = context.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/DialogPackageExplorerActionGroup.java:[419] List selectedElements = context.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/DialogPackageExplorerActionGroup.java:[468] private void internalSetContext(List selectedElements, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/DialogPackageExplorerActionGroup.java:[471] List availableActions = getAvailableActions(selectedElements, project); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/DialogPackageExplorerActionGroup.java:[503] private boolean identicalTypes(List elements, IScriptProject project) ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/DialogPackageExplorerActionGroup.java:[530] Iterator iterator = fListeners.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/DialogPackageExplorerActionGroup.java:[729] private List getAvailableActions(List selectedElements, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/DialogPackageExplorerActionGroup.java:[729] private List getAvailableActions(List selectedElements, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/DialogPackageExplorerActionGroup.java:[732] return new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/DialogPackageExplorerActionGroup.java:[735] List actions = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/DialogPackageExplorerActionGroup.java:[735] List actions = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/DialogPackageExplorerActionGroup.java:[748] actions.add(dropDownActions[j]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/DialogPackageExplorerActionGroup.java:[753] actions.add(fActions[i]); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/DialogPackageExplorerActionGroup.java:[774] List selectedElements, int[] types) throws ModelException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/DialogPackageExplorerActionGroup.java:[820] fListeners.add(listener); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ProblemMarkerManager.java:[47] private HashSet fChangedElements; ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ProblemMarkerManager.java:[49] public ProjectErrorVisitor(HashSet changedElements) { ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ProblemMarkerManager.java:[75] && fChangedElements.add(resource)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[390] final List/* should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[397] Collections.sort(initialPackagesToDelete, (arg0, arg1) -> { IScriptFolder one = (IScriptFolder) arg0; IScriptFolder two = (IScriptFolder) arg1; return two.getElementName().compareTo(one.getElementName()); }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation sort(List, Comparator) of the generic method sort(List, Comparator) of type Collections [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[397] Collections.sort(initialPackagesToDelete, (arg0, arg1) -> { ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[404] final Set/* */ deletedChildren = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[404] final Set/* */ deletedChildren = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[405] deletedChildren.addAll(Arrays.asList(fResources)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[408] deletedChildren.add(fScriptElements[i].getResource()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[414] for (Iterator outerIter = initialPackagesToDelete.iterator(); outerIter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[425] final List/* */ emptyParents = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[425] final List/* */ emptyParents = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[429] allFragmentsToDelete.addAll(emptyParents); ^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[466] private boolean canRemoveCompletely(IScriptFolder pack, List packagesToDelete) throws ModelException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[481] private void addDeletableParentPackages(IScriptFolder frag, List initialPackagesToDelete, Set resourcesToDelete, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[481] private void addDeletableParentPackages(IScriptFolder frag, List initialPackagesToDelete, Set resourcesToDelete, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[482] List deletableParentPackages) throws CoreException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[501] resourcesToDelete.add(frag.getResource()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[502] deletableParentPackages.add(frag); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[533] List referencingProjects = new ArrayList(1); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[533] List referencingProjects = new ArrayList(1); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[534] referencingProjects.add(root.getScriptProject()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[535] referencingProjects.addAll(Arrays.asList(ModelElementUtil.getReferencingProjects(root))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[550] List referencingProjects = Arrays.asList(ModelElementUtil.getReferencingProjects(root)); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[558] List referencingProjects) throws OperationCanceledException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[615] List result = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[615] List result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[622] result.add(buildpathFile); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[625] return (IFile[]) result.toArray(new IFile[result.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[687] Set elementSet = new HashSet(Arrays.asList(fScriptElements)); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[687] Set elementSet = new HashSet(Arrays.asList(fScriptElements)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[687] Set elementSet = new HashSet(Arrays.asList(fScriptElements)); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/NewScriptProjectPreferencePage.java:[164] private ArrayList fCheckBoxes; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/NewScriptProjectPreferencePage.java:[165] private ArrayList fRadioButtons; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/NewScriptProjectPreferencePage.java:[166] private ArrayList fTextControls; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/NewScriptProjectPreferencePage.java:[188] fRadioButtons = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/NewScriptProjectPreferencePage.java:[189] fCheckBoxes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/NewScriptProjectPreferencePage.java:[190] fTextControls = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/NewScriptProjectPreferencePage.java:[245] fRadioButtons.add(button); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/NewScriptProjectPreferencePage.java:[263] fTextControls.add(text); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/NewScriptProjectPreferencePage.java:[439] DLTKUIPlugin.getDefault().savePluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^^ The method savePluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[50] import org.eclipse.dltk.internal.core.search.DLTKSearchTypeNameMatch; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKSearchTypeNameMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[347] protected void setResult(List newResult) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[447] requestor.acceptTypeNameMatch(new DLTKSearchTypeNameMatch(type, type.getFlags())); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKSearchTypeNameMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[447] requestor.acceptTypeNameMatch(new DLTKSearchTypeNameMatch(type, type.getFlags())); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DLTKSearchTypeNameMatch(IType, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[489] protected Comparator getItemsComparator() { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[721] private final ITypeInfoImageProvider fProviderExtension; ^^^^^^^^^^^^^^^^^^ The value of the field FilteredTypesSelectionDialog.TypeInfoUtil.fProviderExtension is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[723] private final TypeInfoRequestorAdapter fAdapter = new TypeInfoRequestorAdapter(); ^^^^^^^^ The value of the field FilteredTypesSelectionDialog.TypeInfoUtil.fAdapter is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/RemoveFromBuildpathOperation.java:[63] List result = null; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/RemoveFromBuildpathOperation.java:[89] public boolean isValid(List elements, int[] types) throws ModelException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/RemoveFromBuildpathOperation.java:[93] Iterator iterator = elements.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/CustomHashtable.java:[44] private static final class EmptyEnumerator implements Enumeration { ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/CustomHashtable.java:[56] private class HashEnumerator implements Enumeration { ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/CustomHashtable.java:[216] public Enumeration elements() { ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/CustomHashtable.java:[279] public Enumeration keys() { ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/editor/ScriptMarkerAnnotation.java:[113] public Iterator getOverlaidIterator() { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/hover/BestMatchHover.java:[110] String s = hover.getHoverInfo(textViewer, hoverRegion); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getHoverInfo(ITextViewer, IRegion) from the type ITextHover is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/ProjectActionGroup.java:[115] Iterator iter = selection.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/PropToPrefLinkArea.java:[17] import org.eclipse.ui.internal.WorkbenchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.125.0.v20220308-0722/org.eclipse.ui.workbench-3.125.0.v20220308-0722.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/PropToPrefLinkArea.java:[37] result = NLS.bind(WorkbenchMessages.PreferenceNode_NotFound, pageId); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.125.0.v20220308-0722/org.eclipse.ui.workbench-3.125.0.v20220308-0722.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/PropToPrefLinkArea.java:[37] result = NLS.bind(WorkbenchMessages.PreferenceNode_NotFound, pageId); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'WorkbenchMessages.PreferenceNode_NotFound' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.125.0.v20220308-0722/org.eclipse.ui.workbench-3.125.0.v20220308-0722.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/PropToPrefLinkArea.java:[63] Iterator iterator = PlatformUI.getWorkbench().getPreferenceManager().getElements(PreferenceManager.PRE_ORDER) ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[13] import org.eclipse.core.runtime.Preferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[33] implements Preferences.IPropertyChangeListener { ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[33] implements Preferences.IPropertyChangeListener { ^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences.IPropertyChangeListener is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[36] public void propertyChange(Preferences.PropertyChangeEvent event) { ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[36] public void propertyChange(Preferences.PropertyChangeEvent event) { ^^^^^^^^^^^^^^^^^^^ The type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[37] firePropertyChangeEvent(event.getProperty(), event.getOldValue(), ^^^^^^^^^^^^^ The method getProperty() from the type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[37] firePropertyChangeEvent(event.getProperty(), event.getOldValue(), ^^^^^^^^^^^^^ The method getOldValue() from the type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[38] event.getNewValue()); ^^^^^^^^^^^^^ The method getNewValue() from the type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[49] private Preferences fPreferences; ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[58] this(new Preferences()); ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[58] this(new Preferences()); ^^^^^^^^^^^^^ The constructor Preferences() is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[67] public PreferencesAdapter(Preferences preferences) { ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[74] fPreferences.addPropertyChangeListener(fListener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addPropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[82] fPreferences.removePropertyChangeListener(fListener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method removePropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[87] return fPreferences.contains(name); ^^^^^^^^^^^^^^ The method contains(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[103] return fPreferences.getBoolean(name); ^^^^^^^^^^^^^^^^ The method getBoolean(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[108] return fPreferences.getDefaultBoolean(name); ^^^^^^^^^^^^^^^^^^^^^^^ The method getDefaultBoolean(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[113] return fPreferences.getDefaultDouble(name); ^^^^^^^^^^^^^^^^^^^^^^ The method getDefaultDouble(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[118] return fPreferences.getDefaultFloat(name); ^^^^^^^^^^^^^^^^^^^^^ The method getDefaultFloat(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[123] return fPreferences.getDefaultInt(name); ^^^^^^^^^^^^^^^^^^^ The method getDefaultInt(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[128] return fPreferences.getDefaultLong(name); ^^^^^^^^^^^^^^^^^^^^ The method getDefaultLong(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[133] return fPreferences.getDefaultString(name); ^^^^^^^^^^^^^^^^^^^^^^ The method getDefaultString(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[138] return fPreferences.getDouble(name); ^^^^^^^^^^^^^^^ The method getDouble(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[143] return fPreferences.getFloat(name); ^^^^^^^^^^^^^^ The method getFloat(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[148] return fPreferences.getInt(name); ^^^^^^^^^^^^ The method getInt(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[153] return fPreferences.getLong(name); ^^^^^^^^^^^^^ The method getLong(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[158] return fPreferences.getString(name); ^^^^^^^^^^^^^^^ The method getString(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[163] return fPreferences.isDefault(name); ^^^^^^^^^^^^^^^ The method isDefault(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[168] return fPreferences.needsSaving(); ^^^^^^^^^^^^^ The method needsSaving() from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[175] fPreferences.setValue(name, value); ^^^^^^^^^^^^^^^^^^^^^ The method setValue(String, String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[183] fPreferences.setDefault(name, value); ^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, double) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[188] fPreferences.setDefault(name, value); ^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, float) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[193] fPreferences.setDefault(name, value); ^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, int) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[198] fPreferences.setDefault(name, value); ^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, long) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[203] fPreferences.setDefault(name, defaultObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[208] fPreferences.setDefault(name, value); ^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, boolean) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[213] fPreferences.setToDefault(name); ^^^^^^^^^^^^^^^^^^ The method setToDefault(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[218] fPreferences.setValue(name, value); ^^^^^^^^^^^^^^^^^^^^^ The method setValue(String, double) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[223] fPreferences.setValue(name, value); ^^^^^^^^^^^^^^^^^^^^^ The method setValue(String, float) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[228] fPreferences.setValue(name, value); ^^^^^^^^^^^^^^^^^^^^^ The method setValue(String, int) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[233] fPreferences.setValue(name, value); ^^^^^^^^^^^^^^^^^^^^^ The method setValue(String, long) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[238] fPreferences.setValue(name, value); ^^^^^^^^^^^^^^^^^^^^^ The method setValue(String, String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/PreferencesAdapter.java:[243] fPreferences.setValue(name, value); ^^^^^^^^^^^^^^^^^^^^^ The method setValue(String, boolean) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ArchiveFileFilter.java:[35] private List fExcludes; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ArchiveFileFilter.java:[56] public ArchiveFileFilter( List excludedFiles, boolean recusive ) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/documentation/ScriptDocumentationAccess.java:[39] private static final NatureExtensionManager providers = new NatureExtensionManager( ^^^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/LinkedSourceFolderOperation.java:[73] List result= new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/LinkedSourceFolderOperation.java:[73] List result= new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/LinkedSourceFolderOperation.java:[74] result.add(correspondingResource); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/LinkedSourceFolderOperation.java:[76] List entries= action.getBPListElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/LinkedSourceFolderOperation.java:[103] public boolean isValid(List elements, int[] types) throws ModelException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewHierarchicalContentProvider.java:[83] List folders = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewHierarchicalContentProvider.java:[83] List folders = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewHierarchicalContentProvider.java:[88] folders.addAll( getFolders(((IFolder) resource).members())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewHierarchicalContentProvider.java:[97] folders.addAll(Arrays.asList(logicalPackages)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewHierarchicalContentProvider.java:[119] List children = getFoldersAndElements( ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewHierarchicalContentProvider.java:[124] children.add(defaultPackage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewHierarchicalContentProvider.java:[150] ArrayList combined = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewHierarchicalContentProvider.java:[150] ArrayList combined = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewHierarchicalContentProvider.java:[151] combined.addAll(Arrays.asList(fragments)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewHierarchicalContentProvider.java:[155] combined.add(curr); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewHierarchicalContentProvider.java:[179] List children = getFoldersAndElements(resources); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewHierarchicalContentProvider.java:[190] private void addFragmentsToMap(List elements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewHierarchicalContentProvider.java:[192] for (Iterator iter = elements.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewHierarchicalContentProvider.java:[201] private List getFoldersAndElements(IResource[] resources) ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewHierarchicalContentProvider.java:[203] List list = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewHierarchicalContentProvider.java:[203] List list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewHierarchicalContentProvider.java:[212] list.add(element); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewHierarchicalContentProvider.java:[214] list.add(folder); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewHierarchicalContentProvider.java:[221] private List getFolders(IResource[] resources) throws CoreException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewHierarchicalContentProvider.java:[222] List list = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewHierarchicalContentProvider.java:[222] List list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewHierarchicalContentProvider.java:[231] list.add(folder); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewHierarchicalContentProvider.java:[359] List fragments = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewHierarchicalContentProvider.java:[359] List fragments = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewHierarchicalContentProvider.java:[368] fragments.add(fragment); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewHierarchicalContentProvider.java:[372] fMapToLogicalPackage.put(getKey(pkgFragment), logicalPackage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewHierarchicalContentProvider.java:[373] Iterator iter = fragments.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewHierarchicalContentProvider.java:[378] fMapToLogicalPackage.put(getKey(f), logicalPackage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewHierarchicalContentProvider.java:[606] fMapToLogicalPackage.put(key, lp); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewHierarchicalContentProvider.java:[625] fMapToPackageFragments.put(key, frag); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesViewHierarchicalContentProvider.java:[653] fMapToPackageFragments.put(key, fragment); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/ScriptElementImageDescriptor.java:[117] ImageData data = descriptor.getImageData(); // see bug 51965: ^^^^^^^^^^^^^^ The method getImageData() from the type ImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/ScriptElementImageDescriptor.java:[136] drawImage(data, 0, size.y - data.height); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/ScriptElementImageDescriptor.java:[139] drawImage(bg, 0, 0); ^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/ScriptElementImageDescriptor.java:[151] drawImage(data, x, size.y - data.height); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/ScriptElementImageDescriptor.java:[156] drawImage(data, x, size.y - data.height); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/ScriptElementImageDescriptor.java:[197] drawImage(data, x, pos.y); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/ScriptElementImageDescriptor.java:[207] drawImage(data, x, y); ^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[61] List result = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[61] List result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[63] Set keys = fNonExistingFolders.keySet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[64] for (Iterator iter = keys.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[67] result.add(key); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[75] result.add(children[i]); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[83] private final HashSet fRemovedElements; ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[84] private final HashSet fModifiedElements; ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[85] private final HashSet fInsertedElements; ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[86] private final Hashtable fNonExistingFolders; ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[93] fRemovedElements = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[94] fModifiedElements = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[95] fInsertedElements = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[96] fNonExistingFolders = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[108] Class[] acceptedClasses = new Class[] { IProject.class, IFolder.class }; ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[109] List existingContainers = getExistingContainers(fExistingElements); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[113] ArrayList rejectedElements = new ArrayList(allProjects.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[113] ArrayList rejectedElements = new ArrayList(allProjects.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[117] rejectedElements.add(allProjects[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[181] fInsertedElements.add(new BPListElement(fScriptProject, IBuildpathEntry.BPE_SOURCE, res.getFullPath(), res, false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[188] ArrayList added = new ArrayList(fInsertedElements); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[188] ArrayList added = new ArrayList(fInsertedElements); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[188] ArrayList added = new ArrayList(fInsertedElements); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[189] HashSet updatedEclusionPatterns = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[189] HashSet updatedEclusionPatterns = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[190] addExlusionPatterns(added, updatedEclusionPatterns); ^^^^^ Type safety: The expression of type ArrayList needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[191] fModifiedElements.addAll(updatedEclusionPatterns); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type AbstractCollection. References to generic type AbstractCollection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[198] public List getInsertedElements() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[199] return new ArrayList(fInsertedElements); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[199] return new ArrayList(fInsertedElements); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[202] public List getRemovedElements() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[203] return new ArrayList(fRemovedElements); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[203] return new ArrayList(fRemovedElements); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[206] public List getModifiedElements() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[207] return new ArrayList(fModifiedElements); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[207] return new ArrayList(fModifiedElements); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[211] Set modifiedEntries) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[214] fExistingElements, modifiedEntries); ^^^^^^^^^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Set [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[230] private List getExistingContainers(BPListElement[] existingElements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[231] List res = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[231] List res = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[235] res.add(resource); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[238] Set keys = fNonExistingFolders.keySet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[239] for (Iterator iter = keys.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[241] res.add(folder); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/CreateMultipleSourceFoldersDialog.java:[258] fNonExistingFolders.put(folder, parent); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/BuildpathDetector.java:[32] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/BuildpathDetector.java:[97] SubProgressMonitor sub = new SubProgressMonitor(monitor, 80); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/BuildpathDetector.java:[97] SubProgressMonitor sub = new SubProgressMonitor(monitor, 80); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/BuildpathDetector.java:[97] SubProgressMonitor sub = new SubProgressMonitor(monitor, 80); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/BuildpathDetector.java:[99] sub.done(); ^^^^^^ The method done() from the type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/BuildpathDetector.java:[137] protected void processSources(List correctFiles, SubProgressMonitor sub) { ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptProjectProcessor.java:[204] final Map arguments = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptProjectProcessor.java:[204] final Map arguments = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptProjectProcessor.java:[213] RenameScriptProjectProcessor.ID_RENAME_SCRIPT_PROJECT, null, description, comment, arguments, ^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptProjectProcessor.java:[216] arguments.put(ScriptRefactoringDescriptor.ATTRIBUTE_INPUT, descriptor.elementToHandle(fProject)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptProjectProcessor.java:[217] arguments.put(ScriptRefactoringDescriptor.ATTRIBUTE_NAME, getNewElementName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptProjectProcessor.java:[218] arguments.put(ATTRIBUTE_REFERENCES, Boolean.valueOf(fUpdateReferences).toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/coloring/ColoringPreferences.java:[46] preferenceProviderManager = new NatureExtensionManager( ^^^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/coloring/ColoringPreferences.java:[62] keywordColorProviderManager = new NatureExtensionManager( ^^^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/coloring/ColoringPreferences.java:[82] textRuleProviderManager = new NatureExtensionManager( ^^^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/MethodWrapper.java:[30] private Map fElements = null; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/MethodWrapper.java:[37] private Map fMethodCache; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/MethodWrapper.java:[49] setMethodCache(new HashMap()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/MethodWrapper.java:[83] for (Iterator iter = fElements.keySet().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/MethodWrapper.java:[176] private void setMethodCache(Map methodCache) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/MethodWrapper.java:[183] Map cachedCalls = lookupMethod(this.getMethodCall()); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/MethodWrapper.java:[184] cachedCalls.put(methodCall.getKey(), methodCall); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/MethodWrapper.java:[190] Map existingResults = lookupMethod(getMethodCall()); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/MethodWrapper.java:[193] fElements = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/MethodWrapper.java:[194] fElements.putAll(existingResults); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method putAll(Map) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/MethodWrapper.java:[243] protected abstract Map findChildren(IProgressMonitor progressMonitor); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/MethodWrapper.java:[245] private Map getMethodCache() { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/MethodWrapper.java:[250] this.fElements = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/MethodWrapper.java:[260] private Map lookupMethod(MethodCall methodCall) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/MethodWrapper.java:[261] return (Map) getMethodCache().get(methodCall.getKey()); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/MethodWrapper.java:[267] for (Iterator iter = fElements.keySet().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/MethodWrapper.java:[276] private MethodCall getMethodCallFromMap(Map elements, Object key) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/MethodWrapper.java:[281] Map cachedCalls = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/MethodWrapper.java:[281] Map cachedCalls = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/MethodWrapper.java:[282] getMethodCache().put(this.getMethodCall().getKey(), cachedCalls); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameSourceModuleProcessor.java:[332] final Map arguments = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameSourceModuleProcessor.java:[332] final Map arguments = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameSourceModuleProcessor.java:[342] RenameResourceProcessor.ID_RENAME_RESOURCE, name, description, comment, arguments, ^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameSourceModuleProcessor.java:[345] arguments.put(ScriptRefactoringDescriptor.ATTRIBUTE_INPUT, ScriptRefactoringDescriptor.resourceToHandle(name, resource)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameSourceModuleProcessor.java:[347] arguments.put(ScriptRefactoringDescriptor.ATTRIBUTE_NAME, newName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameSourceModuleProcessor.java:[359] final Map arguments = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameSourceModuleProcessor.java:[359] final Map arguments = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameSourceModuleProcessor.java:[367] RenameSourceModuleProcessor.ID_RENAME_COMPILATION_UNIT, name, description, comment, arguments, ^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameSourceModuleProcessor.java:[370] arguments.put(ScriptRefactoringDescriptor.ATTRIBUTE_INPUT, descriptor.elementToHandle(fCu)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameSourceModuleProcessor.java:[371] arguments.put(ScriptRefactoringDescriptor.ATTRIBUTE_NAME, newName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HierarchyInformationControl.java:[22] import org.eclipse.dltk.internal.core.util.MethodOverrideTester; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MethodOverrideTester' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HierarchyInformationControl.java:[43] import org.eclipse.ui.keys.KeySequence; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type KeySequence is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HierarchyInformationControl.java:[44] import org.eclipse.ui.keys.SWTKeySupport; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SWTKeySupport is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HierarchyInformationControl.java:[63] private MethodOverrideTester fMethodOverrideTester; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MethodOverrideTester' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HierarchyInformationControl.java:[77] int accelerator = SWTKeySupport.convertEventToUnmodifiedAccelerator(e); ^^^^^^^^^^^^^ The type SWTKeySupport is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HierarchyInformationControl.java:[77] int accelerator = SWTKeySupport.convertEventToUnmodifiedAccelerator(e); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method convertEventToUnmodifiedAccelerator(KeyEvent) from the type SWTKeySupport is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HierarchyInformationControl.java:[78] KeySequence keySequence = KeySequence ^^^^^^^^^^^ The type KeySequence is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HierarchyInformationControl.java:[78] KeySequence keySequence = KeySequence ^^^^^^^^^^^ The type KeySequence is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HierarchyInformationControl.java:[79] .getInstance(SWTKeySupport.convertAcceleratorToKeyStroke(accelerator)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getInstance(KeyStroke) from the type KeySequence is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HierarchyInformationControl.java:[79] .getInstance(SWTKeySupport.convertAcceleratorToKeyStroke(accelerator)); ^^^^^^^^^^^^^ The type SWTKeySupport is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HierarchyInformationControl.java:[79] .getInstance(SWTKeySupport.convertAcceleratorToKeyStroke(accelerator)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method convertAcceleratorToKeyStroke(int) from the type SWTKeySupport is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HierarchyInformationControl.java:[80] KeySequence[] sequences = getInvokingCommandKeySequences(); ^^^^^^^^^^^ The type KeySequence is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HierarchyInformationControl.java:[85] if (sequences[i].equals(keySequence)) { ^^^^^^^^^^^^^^^^^^^ The method equals(Object) from the type KeySequence is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HierarchyInformationControl.java:[186] if (fMethodOverrideTester == null || !fMethodOverrideTester.getFocusType().equals(focusType)) { ^^^^^^^^^^^^ Discouraged access: The method 'MethodOverrideTester.getFocusType()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HierarchyInformationControl.java:[187] fMethodOverrideTester = new MethodOverrideTester(focusType, hierarchy); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MethodOverrideTester' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HierarchyInformationControl.java:[187] fMethodOverrideTester = new MethodOverrideTester(focusType, hierarchy); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'MethodOverrideTester(IType, ITypeHierarchy)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HierarchyInformationControl.java:[191] return fMethodOverrideTester.findOverriddenMethodInType(typeToFindIn, filterMethod); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'MethodOverrideTester.findOverriddenMethodInType(IType, IMethod)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HierarchyInformationControl.java:[193] return fMethodOverrideTester.findOverridingMethodInType(typeToFindIn, filterMethod); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'MethodOverrideTester.findOverridingMethodInType(IType, IMethod)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HierarchyInformationControl.java:[321] KeySequence[] sequences = getInvokingCommandKeySequences(); ^^^^^^^^^^^ The type KeySequence is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HierarchyInformationControl.java:[324] keyName = sequences[0].format(); ^^^^^^^^ The method format() from the type KeySequence is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[21] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[36] import org.eclipse.ltk.internal.ui.refactoring.ChangeExceptionHandler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ChangeExceptionHandler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.12.0.v20210618-1953/org.eclipse.ltk.ui.refactoring-3.12.0.v20210618-1953.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[64] new SubProgressMonitor(pm, 4, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[64] new SubProgressMonitor(pm, 4, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[64] new SubProgressMonitor(pm, 4, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[64] new SubProgressMonitor(pm, 4, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[73] .createChange(new SubProgressMonitor(pm, 2, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[73] .createChange(new SubProgressMonitor(pm, 2, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[73] .createChange(new SubProgressMonitor(pm, 2, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[73] .createChange(new SubProgressMonitor(pm, 2, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[75] new SubProgressMonitor(pm, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[75] new SubProgressMonitor(pm, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[75] new SubProgressMonitor(pm, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[75] new SubProgressMonitor(pm, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[76] fPerformChangeOperation = RefactoringUI.createUIAwareChangeOperation(fChange); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createUIAwareChangeOperation(Change) from the type RefactoringUI is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[79] .run(new SubProgressMonitor(pm, 4, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[79] .run(new SubProgressMonitor(pm, 4, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[79] .run(new SubProgressMonitor(pm, 4, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[79] .run(new SubProgressMonitor(pm, 4, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[134] ChangeExceptionHandler handler = new ChangeExceptionHandler(fParent, fRefactoring); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ChangeExceptionHandler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.12.0.v20210618-1953/org.eclipse.ltk.ui.refactoring-3.12.0.v20210618-1953.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[134] ChangeExceptionHandler handler = new ChangeExceptionHandler(fParent, fRefactoring); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ChangeExceptionHandler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.12.0.v20210618-1953/org.eclipse.ltk.ui.refactoring-3.12.0.v20210618-1953.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[134] ChangeExceptionHandler handler = new ChangeExceptionHandler(fParent, fRefactoring); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ChangeExceptionHandler(Shell, Refactoring)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.12.0.v20210618-1953/org.eclipse.ltk.ui.refactoring-3.12.0.v20210618-1953.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[137] handler.handle(pco.getChange(), (RuntimeException) inner); ^^^^^^ Discouraged access: The method 'ChangeExceptionHandler.handle(Change, RuntimeException)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.12.0.v20210618-1953/org.eclipse.ltk.ui.refactoring-3.12.0.v20210618-1953.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[139] handler.handle(pco.getChange(), (CoreException) inner); ^^^^^^ Discouraged access: The method 'ChangeExceptionHandler.handle(Change, CoreException)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.12.0.v20210618-1953/org.eclipse.ltk.ui.refactoring-3.12.0.v20210618-1953.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchQuery.java:[23] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchQuery.java:[147] IProgressMonitor mainSearchPM = new SubProgressMonitor(monitor, 1000); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchQuery.java:[147] IProgressMonitor mainSearchPM = new SubProgressMonitor(monitor, 1000); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchQuery.java:[157] final IProgressMonitor participantPM = new SubProgressMonitor(monitor, ticks[i]); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchQuery.java:[157] final IProgressMonitor participantPM = new SubProgressMonitor(monitor, ticks[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/formatter/FormatterPreviewUtils.java:[38] IScriptFormatterFactory factory, Map preferences) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/formatter/FormatterPreviewUtils.java:[59] LINE_SEPARATOR, preferences); ^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[56] import org.eclipse.jface.text.templates.ContextTypeRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[91] List selected = field.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[102] List selected = field.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[132] return codeTemplateAccess.getContextTypeRegistry().getContextType(contextTypeId); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getContextType(String) from the type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[390] protected boolean canAdd(List selected) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[409] protected static boolean canEdit(List selected) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[413] protected static boolean canRemove(List selected) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[421] protected void updateSourceViewerInput(List selection) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[429] .getContextType(template.getContextTypeId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getContextType(String) from the type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[437] protected void doButtonPressed(int buttonIndex, List selected) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[498] final ContextTypeRegistry contextTypeRegistry; ^^^^^^^^^^^^^^^^^^^ The type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[500] contextTypeRegistry = new ContextTypeRegistry(); ^^^^^^^^^^^^^^^^^^^ The type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[500] contextTypeRegistry = new ContextTypeRegistry(); ^^^^^^^^^^^^^^^^^^^^^ The constructor ContextTypeRegistry() is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[503] contextTypeRegistry.addContextType(contextTypes[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addContextType(TemplateContextType) from the type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[596] private void export(List selected) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/util/StringMatcher.java:[257] Vector temp = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/util/StringMatcher.java:[257] Vector temp = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/util/StringMatcher.java:[282] temp.addElement(buf.toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/util/StringMatcher.java:[300] temp.addElement(buf.toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/DeferredMethodWrapper.java:[94] public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/MultipleFolderSelectionDialog.java:[55] private List fFilters; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/MultipleFolderSelectionDialog.java:[60] private Set fExisting; ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/MultipleFolderSelectionDialog.java:[82] fExisting = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/MultipleFolderSelectionDialog.java:[84] fExisting.add(existing[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/MultipleFolderSelectionDialog.java:[106] fFilters = new ArrayList(4); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/MultipleFolderSelectionDialog.java:[108] fFilters.add(filter); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/MultipleFolderSelectionDialog.java:[128] ArrayList res = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/MultipleFolderSelectionDialog.java:[128] ArrayList res = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/MultipleFolderSelectionDialog.java:[132] res.add(elem); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/MultipleFolderSelectionDialog.java:[158] for (Iterator iter = fExisting.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/util/CoreUtility.java:[28] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/util/CoreUtility.java:[139] fProject.build(IncrementalProjectBuilder.FULL_BUILD, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/util/CoreUtility.java:[139] fProject.build(IncrementalProjectBuilder.FULL_BUILD, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/util/CoreUtility.java:[141] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/util/CoreUtility.java:[141] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/util/CoreUtility.java:[145] new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/util/CoreUtility.java:[145] new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/ResetAllOperation.java:[80] public boolean isValid(List elements, int[] types) throws ModelException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/base/DLTKChange.java:[24] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/base/DLTKChange.java:[184] state.checkDirty(result, fModificationStamp, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/base/DLTKChange.java:[184] state.checkDirty(result, fModificationStamp, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/DLTKImplementorFinder.java:[23] public Collection findImplementingTypes(IType type, IProgressMonitor progressMonitor) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/actions/DeclarationsSearchGroup.java:[191] Iterator iter = SearchUtil.getLRUWorkingSets().sortedIterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/ScriptElementImageProvider.java:[70] ISharedImages images = DLTKUIPlugin.getDefault().getWorkbench() ^^^^^^^^^^^^^^ The method getWorkbench() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/OpenStorageWithMenu.java:[228] ArrayList alreadyMapped = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/OpenStorageWithMenu.java:[228] ArrayList alreadyMapped = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/OpenStorageWithMenu.java:[236] alreadyMapped.add(preferredEditor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/OpenStorageWithMenu.java:[247] alreadyMapped.add(editor); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/HTML2TextReader.java:[32] private static final Map fgEntityLookup; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/HTML2TextReader.java:[33] private static final Set fgTags; ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/HTML2TextReader.java:[37] fgTags = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/HTML2TextReader.java:[38] fgTags.add("b"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/HTML2TextReader.java:[39] fgTags.add("br"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/HTML2TextReader.java:[40] fgTags.add("br/"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/HTML2TextReader.java:[41] fgTags.add("div"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/HTML2TextReader.java:[42] fgTags.add("h1"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/HTML2TextReader.java:[43] fgTags.add("h2"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/HTML2TextReader.java:[44] fgTags.add("h3"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/HTML2TextReader.java:[45] fgTags.add("h4"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/HTML2TextReader.java:[46] fgTags.add("h5"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/HTML2TextReader.java:[47] fgTags.add("p"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/HTML2TextReader.java:[48] fgTags.add("dl"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/HTML2TextReader.java:[49] fgTags.add("dt"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/HTML2TextReader.java:[50] fgTags.add("dd"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/HTML2TextReader.java:[51] fgTags.add("li"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/HTML2TextReader.java:[52] fgTags.add("ul"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/HTML2TextReader.java:[53] fgTags.add("pre"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/HTML2TextReader.java:[54] fgTags.add("head"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/HTML2TextReader.java:[56] fgEntityLookup = new HashMap(7); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/HTML2TextReader.java:[57] fgEntityLookup.put("lt", "<"); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/HTML2TextReader.java:[58] fgEntityLookup.put("gt", ">"); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/HTML2TextReader.java:[59] fgEntityLookup.put("nbsp", " "); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/HTML2TextReader.java:[60] fgEntityLookup.put("amp", "&"); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/HTML2TextReader.java:[61] fgEntityLookup.put("circ", "^"); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/HTML2TextReader.java:[62] fgEntityLookup.put("tilde", "~"); //$NON-NLS-2$ //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/HTML2TextReader.java:[63] fgEntityLookup.put("quot", "\""); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/BuildPathsPropertyPage.java:[243] Map map = (Map) data; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/BuildPathsPropertyPage.java:[243] Map map = (Map) data; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/hover/ScriptTypeHover.java:[43] return fDocumentationHover.getHoverInfo(textViewer, hoverRegion); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getHoverInfo(ITextViewer, IRegion) from the type ITextHover is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/ScriptEditor.java:[229] public final Stack fStack; ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/ScriptEditor.java:[232] public ExitPolicy(char exitCharacter, char escapeCharacter, Stack stack) { ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/ScriptEditor.java:[739] stores.add(new PreferencesAdapter(DLTKCore.getDefault().getPluginPreferences())); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/ScriptEditor.java:[2910] protected String getSymbolicFontName() { ^^^^^^^^^^^^^^^^^^^^^ The method ScriptEditor.getSymbolicFontName() does not override the inherited method from AbstractTextEditor since it is private to a different package [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ImagesOnFileSystemRegistry.java:[86] ImageData imageData = descriptor.getImageData(); ^^^^^^^^^^^^^^ The method getImageData() from the type ImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchPageScoreComputer.java:[22] if (!ScriptSearchPage.EXTENSION_POINT_ID.equals(id)) ^^^^^^^^^^^^^^^^^^ The field ScriptSearchPage.EXTENSION_POINT_ID is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptCorrectionProcessorManager.java:[21] public class ScriptCorrectionProcessorManager extends NatureExtensionManager { ^^^^^^^^^^^^^^^^^^^^^^ NatureExtensionManager is a raw type. References to generic type NatureExtensionManager should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptCorrectionProcessorManager.java:[26] super(EXT_POINT, IScriptCorrectionProcessor.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor NatureExtensionManager(String, Class) belongs to the raw type NatureExtensionManager. References to generic type NatureExtensionManager should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/folding/FoldingProviderManager.java:[23] final NatureExtensionManager structureProviders = new NatureExtensionManager( ^^^^^^^^^^^^^^^^^^^^^^ NatureExtensionManager is a raw type. References to generic type NatureExtensionManager should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/folding/FoldingProviderManager.java:[23] final NatureExtensionManager structureProviders = new NatureExtensionManager( FOLDING_EXT_POINT, IFoldingStructureProvider.class) { @Override protected boolean isValidElement(IConfigurationElement element) { return "structureProvider".equals(element.getName()); } }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor NatureExtensionManager(String, Class) belongs to the raw type NatureExtensionManager. References to generic type NatureExtensionManager should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/folding/FoldingProviderManager.java:[23] final NatureExtensionManager structureProviders = new NatureExtensionManager( ^^^^^^^^^^^^^^^^^^^^^^ NatureExtensionManager is a raw type. References to generic type NatureExtensionManager should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/folding/FoldingProviderManager.java:[23] final NatureExtensionManager structureProviders = new NatureExtensionManager( FOLDING_EXT_POINT, IFoldingStructureProvider.class) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor NatureExtensionManager(String, Class) belongs to the raw type NatureExtensionManager. References to generic type NatureExtensionManager should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/folding/FoldingProviderManager.java:[38] final NatureExtensionManager blockProviders = new NatureExtensionManager( ^^^^^^^^^^^^^^^^^^^^^^ NatureExtensionManager is a raw type. References to generic type NatureExtensionManager should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/folding/FoldingProviderManager.java:[38] final NatureExtensionManager blockProviders = new NatureExtensionManager( FOLDING_EXT_POINT, IFoldingBlockProvider.class) { @Override protected boolean isValidElement(IConfigurationElement element) { return "blockProvider".equals(element.getName()); } }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor NatureExtensionManager(String, Class) belongs to the raw type NatureExtensionManager. References to generic type NatureExtensionManager should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/folding/FoldingProviderManager.java:[38] final NatureExtensionManager blockProviders = new NatureExtensionManager( ^^^^^^^^^^^^^^^^^^^^^^ NatureExtensionManager is a raw type. References to generic type NatureExtensionManager should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/folding/FoldingProviderManager.java:[38] final NatureExtensionManager blockProviders = new NatureExtensionManager( FOLDING_EXT_POINT, IFoldingBlockProvider.class) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor NatureExtensionManager(String, Class) belongs to the raw type NatureExtensionManager. References to generic type NatureExtensionManager should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/CallHierarchyLabelProvider.java:[83] Collection callLocations = methodWrapper.getMethodCall().getCallLocations(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/selectionaction/GoToNextPreviousMemberAction.java:[178] private static void addMemberOffsetList(List result, IMember[] members) ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/selectionaction/GoToNextPreviousMemberAction.java:[202] private static void addOffset(List result, int offset) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/selectionaction/GoToNextPreviousMemberAction.java:[204] result.add(Integer.valueOf(offset)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/CopyModifications.java:[40] private List fCopies; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/CopyModifications.java:[41] private List fCopyArguments; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/CopyModifications.java:[42] private List fParticipantDescriptorFilter; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/CopyModifications.java:[45] fCopies = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/CopyModifications.java:[46] fCopyArguments = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/CopyModifications.java:[47] fParticipantDescriptorFilter = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/CopyModifications.java:[179] fCopies.add(element); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/CopyModifications.java:[180] fCopyArguments.add(args); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/CopyModifications.java:[181] fParticipantDescriptorFilter.add(filter); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgMoveAction.java:[54] List elements = selection.toList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgMoveAction.java:[107] List elements = selection.toList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/actions/CustomFiltersActionGroup.java:[196] private HashMap fFilterDescriptorMap; ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/actions/CustomFiltersActionGroup.java:[455] fFilterDescriptorMap.put(id, filterDescs[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/actions/CustomFiltersActionGroup.java:[757] setRecentlyChangedFilters(dialog.getFilterDescriptorChangeHistory()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Stack needs unchecked conversion to conform to Stack [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/ConfigureBuildPathAction.java:[64] final List elements = dialog.getPreferenceManager().getElements( ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/ConfigureBuildPathAction.java:[66] for (Iterator i = elements.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptOutlineInformationControl.java:[64] import org.eclipse.ui.keys.KeySequence; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type KeySequence is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptOutlineInformationControl.java:[65] import org.eclipse.ui.keys.SWTKeySupport; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SWTKeySupport is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptOutlineInformationControl.java:[507] KeySequence[] sequences = getInvokingCommandKeySequences(); ^^^^^^^^^^^ The type KeySequence is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptOutlineInformationControl.java:[511] String keySequence = sequences[0].format(); ^^^^^^^^ The method format() from the type KeySequence is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptOutlineInformationControl.java:[547] int accelerator = SWTKeySupport.convertEventToUnmodifiedAccelerator(e); ^^^^^^^^^^^^^ The type SWTKeySupport is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptOutlineInformationControl.java:[547] int accelerator = SWTKeySupport.convertEventToUnmodifiedAccelerator(e); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method convertEventToUnmodifiedAccelerator(KeyEvent) from the type SWTKeySupport is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptOutlineInformationControl.java:[548] KeySequence keySequence = KeySequence ^^^^^^^^^^^ The type KeySequence is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptOutlineInformationControl.java:[548] KeySequence keySequence = KeySequence ^^^^^^^^^^^ The type KeySequence is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptOutlineInformationControl.java:[549] .getInstance(SWTKeySupport.convertAcceleratorToKeyStroke(accelerator)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getInstance(KeyStroke) from the type KeySequence is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptOutlineInformationControl.java:[549] .getInstance(SWTKeySupport.convertAcceleratorToKeyStroke(accelerator)); ^^^^^^^^^^^^^ The type SWTKeySupport is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptOutlineInformationControl.java:[549] .getInstance(SWTKeySupport.convertAcceleratorToKeyStroke(accelerator)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method convertAcceleratorToKeyStroke(int) from the type SWTKeySupport is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptOutlineInformationControl.java:[550] KeySequence[] sequences = getInvokingCommandKeySequences(); ^^^^^^^^^^^ The type KeySequence is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptOutlineInformationControl.java:[554] if (sequences[i].equals(keySequence)) { ^^^^^^^^^^^^^^^^^^^ The method equals(Object) from the type KeySequence is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/IListAdapter.java:[21] void customButtonPressed(ListDialogField field, int index); ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/IListAdapter.java:[26] void selectionChanged(ListDialogField field); ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/IListAdapter.java:[31] void doubleClicked(ListDialogField field); ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/nls/changes/CreateFileChange.java:[28] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/nls/changes/CreateFileChange.java:[135] IFile file = getOldFile(new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/nls/changes/CreateFileChange.java:[135] IFile file = getOldFile(new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/nls/changes/CreateFileChange.java:[145] file.create(is, false, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/nls/changes/CreateFileChange.java:[145] file.create(is, false, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/nls/changes/CreateFileChange.java:[150] file.setCharset(fEncoding, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/nls/changes/CreateFileChange.java:[150] file.setCharset(fEncoding, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/StandardModelElementContentProvider2.java:[311] List list = new ArrayList(roots.length); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/StandardModelElementContentProvider2.java:[311] List list = new ArrayList(roots.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/StandardModelElementContentProvider2.java:[320] list.add(fragments[j]); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/StandardModelElementContentProvider2.java:[323] list.add(root); ^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/StandardModelElementContentProvider2.java:[330] list.add(resources[i]); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/StandardModelElementContentProvider2.java:[399] List nonJavaResources = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/StandardModelElementContentProvider2.java:[399] List nonJavaResources = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/StandardModelElementContentProvider2.java:[410] nonJavaResources.add(member); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/StandardModelElementContentProvider2.java:[413] nonJavaResources.add(member); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildPathWizard.java:[34] private final ArrayList fExistingEntries; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildPathWizard.java:[44] fExistingEntries= new ArrayList(Arrays.asList(existingEntries)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildPathWizard.java:[44] fExistingEntries= new ArrayList(Arrays.asList(existingEntries)); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildPathWizard.java:[53] BuildpathsBlock.flush(getExistingEntries(), scriptProject, monitor); ^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ArrayList needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildPathWizard.java:[77] public ArrayList getExistingEntries() { ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildPathWizard.java:[86] public List/**/ getInsertedElements() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildPathWizard.java:[87] return new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildPathWizard.java:[90] public List/**/ getRemovedElements() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildPathWizard.java:[91] return new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildPathWizard.java:[94] public List/**/ getModifiedElements() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildPathWizard.java:[95] ArrayList result= new ArrayList(1); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildPathWizard.java:[95] ArrayList result= new ArrayList(1); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildPathWizard.java:[96] result.add(fEntryToEdit); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/DLTKExecuteExtensionHelper.java:[18] return (String) ((Map) data).get("nature"); //$NON-NLS-1$ ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dnd/EditorInputTransferDragAdapter.java:[38] private ArrayList/* */fEditorInputDatas; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dnd/EditorInputTransferDragAdapter.java:[52] fEditorInputDatas = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dnd/EditorInputTransferDragAdapter.java:[57] for (Iterator iter = structuredSelection.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dnd/EditorInputTransferDragAdapter.java:[71] fEditorInputDatas.add(EditorInputTransfer .createEditorInputData(editorId, editorInput)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dnd/EditorInputTransferDragAdapter.java:[85] event.data = fEditorInputDatas .toArray(new EditorInputData[fEditorInputDatas.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameScriptFolderChange.java:[23] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameScriptFolderChange.java:[39] private Map fSourceModuleStamps; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameScriptFolderChange.java:[50] String newName, String comment, long stampToRestore, Map compilationUnitStamps, boolean renameSubpackages) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameScriptFolderChange.java:[76] isValid(result, allPackages[i], new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameScriptFolderChange.java:[76] isValid(result, allPackages[i], new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameScriptFolderChange.java:[132] Map stamps = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameScriptFolderChange.java:[132] Map stamps = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameScriptFolderChange.java:[148] private void addStamps(Map stamps, ISourceModule[] units) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameScriptFolderChange.java:[153] stamps.put(resource, Long.valueOf(stamp)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameScriptFolderChange.java:[173] renamePackage(currentPackage, new SubProgressMonitor(pm, 1), createNewPath(currentPackage), ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameScriptFolderChange.java:[173] renamePackage(currentPackage, new SubProgressMonitor(pm, 1), createNewPath(currentPackage), ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/AddSelectedSourceFolderOperation.java:[61] List result = null; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/AddSelectedSourceFolderOperation.java:[64] List elements = getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/AddSelectedSourceFolderOperation.java:[88] public boolean isValid(List elements, int[] types) throws ModelException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/ScriptEditorHoverConfigurationBlock.java:[157] private Map fCheckBoxes = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/ScriptEditorHoverConfigurationBlock.java:[157] private Map fCheckBoxes = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/ScriptEditorHoverConfigurationBlock.java:[391] Iterator e = fCheckBoxes.keySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/ScriptEditorHoverConfigurationBlock.java:[442] HashMap idToModifier = new HashMap(tokenizer.countTokens() / 2); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/ScriptEditorHoverConfigurationBlock.java:[442] HashMap idToModifier = new HashMap(tokenizer.countTokens() / 2); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/ScriptEditorHoverConfigurationBlock.java:[447] idToModifier.put(id, tokenizer.nextToken()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/ScriptEditorHoverConfigurationBlock.java:[454] HashMap idToModifierMask = new HashMap(tokenizer.countTokens() / 2); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/ScriptEditorHoverConfigurationBlock.java:[454] HashMap idToModifierMask = new HashMap(tokenizer.countTokens() / 2); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/ScriptEditorHoverConfigurationBlock.java:[459] idToModifierMask.put(id, tokenizer.nextToken()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/ScriptEditorHoverConfigurationBlock.java:[539] HashMap stateMasks = new HashMap(fHoverConfigs.length); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/ScriptEditorHoverConfigurationBlock.java:[539] HashMap stateMasks = new HashMap(fHoverConfigs.length); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/ScriptEditorHoverConfigurationBlock.java:[555] stateMasks.put(stateMask, label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/ScriptEditorHoverConfigurationBlock.java:[574] fCheckBoxes.put(checkBox, key); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/TodoTaskInputDialog.java:[47] private List fExistingNames; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/TodoTaskInputDialog.java:[49] public TodoTaskInputDialog(Shell parent, TodoTask task, List existingEntries) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/TodoTaskInputDialog.java:[52] fExistingNames = new ArrayList(existingEntries.size()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/TodoTaskInputDialog.java:[56] fExistingNames.add(curr.name); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[54] protected List fElements; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[90] fElements = new ArrayList(10); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[438] protected boolean containsAttributes(List selected) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[448] List selected = getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[501] public void setElements(List elements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[502] fElements = new ArrayList(elements); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[502] fElements = new ArrayList(elements); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[514] public List getElements() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[515] return new ArrayList(fElements); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[515] return new ArrayList(fElements); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[539] fElements.set(idx, newElement); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[541] List selected = getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[543] selected.add(newElement); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[566] fElements.add(element); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[578] public boolean addElements(List elements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[583] ArrayList elementsToAdd = new ArrayList(nElements); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[583] ArrayList elementsToAdd = new ArrayList(nElements); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[588] elementsToAdd.add(elem); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[592] fElements.addAll(elementsToAdd); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[614] fElements.add(index, element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[653] public void removeElements(List elements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[655] fElements.removeAll(elements); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[737] private List moveUp(List elements, List move) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[737] private List moveUp(List elements, List move) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[737] private List moveUp(List elements, List move) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[739] List res = new ArrayList(nElements); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[739] List res = new ArrayList(nElements); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[744] res.add(curr); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[747] res.add(floating); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[753] res.add(floating); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[758] private void moveUp(List toMoveUp) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[765] private void moveDown(List toMoveDown) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[772] private List reverse(List p) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[772] private List reverse(List p) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[773] List reverse = new ArrayList(p.size()); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[773] List reverse = new ArrayList(p.size()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[775] reverse.add(p.get(i)); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[792] private boolean canMoveUp(List selectedElements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[806] private boolean canMoveDown(List selectedElements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[822] public List getSelectedElements() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[823] ArrayList result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[823] ArrayList result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[827] Iterator iter = ((IStructuredSelection) selection).iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/dialogfields/TreeListDialogField.java:[829] result.add(iter.next()); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ITemplateAccess.java:[16] import org.eclipse.jface.text.templates.ContextTypeRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ITemplateAccess.java:[36] ContextTypeRegistry getContextTypeRegistry(); ^^^^^^^^^^^^^^^^^^^ The type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/CallHierarchyImageDescriptor.java:[108] drawImage(bg, 0, 0); ^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/CallHierarchyImageDescriptor.java:[113] ImageData data= descriptor.getImageData(); // see bug 51965: getImageData can return null ^^^^^^^^^^^^^^ The method getImageData() from the type ImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/CallHierarchyImageDescriptor.java:[127] drawImage(data, x, size.y - data.height); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/CallHierarchyImageDescriptor.java:[132] drawImage(data, x, size.y - data.height); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/SubTypeHierarchyViewer.java:[68] protected final void getTypesInHierarchy(IType type, List res) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/SubTypeHierarchyViewer.java:[78] res.add(types[i]); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ArrayTypeConverter.java:[29] List l= Arrays.asList(objects); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ArrayTypeConverter.java:[30] return (IFile[]) l.toArray(new IFile[l.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ArrayTypeConverter.java:[34] List l= Arrays.asList(objects); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ArrayTypeConverter.java:[35] return (IFolder[]) l.toArray(new IFolder[l.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ArrayTypeConverter.java:[39] List l= Arrays.asList(objects); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ArrayTypeConverter.java:[40] return (ISourceModule[]) l.toArray(new ISourceModule[l.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ArrayTypeConverter.java:[44] List l= Arrays.asList(objects); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ArrayTypeConverter.java:[45] return (IProjectFragment[]) l.toArray(new IProjectFragment[l.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ArrayTypeConverter.java:[49] List l= Arrays.asList(objects); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ArrayTypeConverter.java:[50] return (IScriptFolder[]) l.toArray(new IScriptFolder[l.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddArchiveToBuildpathAction.java:[23] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddArchiveToBuildpathAction.java:[76] List result = addExternalArchives( ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddArchiveToBuildpathAction.java:[96] protected List addExternalArchives(IPath[] archivePaths, IScriptProject project, IProgressMonitor monitor) throws CoreException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddArchiveToBuildpathAction.java:[99] List addedEntries= new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddArchiveToBuildpathAction.java:[99] List addedEntries= new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddArchiveToBuildpathAction.java:[104] addedEntries.add(new BPListElement(project, IBuildpathEntry.BPE_LIBRARY, archivePaths[i], null, archivePaths[i].isAbsolute())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddArchiveToBuildpathAction.java:[108] List existingEntries= BuildpathModifier.getExistingEntries(project); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddArchiveToBuildpathAction.java:[109] BuildpathModifier.setNewEntry(existingEntries, addedEntries, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddArchiveToBuildpathAction.java:[109] BuildpathModifier.setNewEntry(existingEntries, addedEntries, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddArchiveToBuildpathAction.java:[110] BuildpathModifier.commitBuildPath(existingEntries, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddArchiveToBuildpathAction.java:[110] BuildpathModifier.commitBuildPath(existingEntries, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddArchiveToBuildpathAction.java:[112] List result= new ArrayList(addedEntries.size()); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddArchiveToBuildpathAction.java:[112] List result= new ArrayList(addedEntries.size()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddArchiveToBuildpathAction.java:[117] result.add(elem); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddArchiveToBuildpathAction.java:[182] List parts= new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddArchiveToBuildpathAction.java:[182] List parts= new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddArchiveToBuildpathAction.java:[187] parts.add(part); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddArchiveToBuildpathAction.java:[192] parts.add(refs[i].getPart(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddArchiveToBuildpathAction.java:[195] Iterator itr= parts.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/PropertyLinkArea.java:[14] import org.eclipse.ui.internal.WorkbenchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.125.0.v20220308-0722/org.eclipse.ui.workbench-3.125.0.v20220308-0722.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/PropertyLinkArea.java:[15] import org.eclipse.ui.internal.dialogs.PropertyPageContributorManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PropertyPageContributorManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.125.0.v20220308-0722/org.eclipse.ui.workbench-3.125.0.v20220308-0722.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/PropertyLinkArea.java:[16] import org.eclipse.ui.internal.dialogs.PropertyPageManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PropertyPageManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.125.0.v20220308-0722/org.eclipse.ui.workbench-3.125.0.v20220308-0722.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/PropertyLinkArea.java:[33] text = NLS.bind(WorkbenchMessages.PreferenceNode_NotFound, pageId); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.125.0.v20220308-0722/org.eclipse.ui.workbench-3.125.0.v20220308-0722.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/PropertyLinkArea.java:[33] text = NLS.bind(WorkbenchMessages.PreferenceNode_NotFound, pageId); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'WorkbenchMessages.PreferenceNode_NotFound' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.125.0.v20220308-0722/org.eclipse.ui.workbench-3.125.0.v20220308-0722.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/PropertyLinkArea.java:[62] PropertyPageManager pageManager = new PropertyPageManager(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PropertyPageManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.125.0.v20220308-0722/org.eclipse.ui.workbench-3.125.0.v20220308-0722.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/PropertyLinkArea.java:[62] PropertyPageManager pageManager = new PropertyPageManager(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PropertyPageManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.125.0.v20220308-0722/org.eclipse.ui.workbench-3.125.0.v20220308-0722.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/PropertyLinkArea.java:[62] PropertyPageManager pageManager = new PropertyPageManager(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PropertyPageManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.125.0.v20220308-0722/org.eclipse.ui.workbench-3.125.0.v20220308-0722.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/PropertyLinkArea.java:[63] PropertyPageContributorManager.getManager().contribute(pageManager, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PropertyPageContributorManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.125.0.v20220308-0722/org.eclipse.ui.workbench-3.125.0.v20220308-0722.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/PropertyLinkArea.java:[63] PropertyPageContributorManager.getManager().contribute(pageManager, ^^^^^^^^^^ Discouraged access: The method 'PropertyPageContributorManager.getManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.125.0.v20220308-0722/org.eclipse.ui.workbench-3.125.0.v20220308-0722.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/PropertyLinkArea.java:[63] PropertyPageContributorManager.getManager().contribute(pageManager, ^^^^^^^^^^ Discouraged access: The method 'PropertyPageContributorManager.contribute(PropertyPageManager, Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.125.0.v20220308-0722/org.eclipse.ui.workbench-3.125.0.v20220308-0722.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/PropertyLinkArea.java:[66] Iterator pages = pageManager.getElements(PreferenceManager.PRE_ORDER) ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/completion/ScriptCompletionProposalFactoryRegistry.java:[30] manager = new NatureExtensionManager(EXT_POINT, ^^^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/CodeTemplateAccess.java:[19] import org.eclipse.jface.text.templates.ContextTypeRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/CodeTemplateAccess.java:[43] private ContextTypeRegistry fCodeTemplateContextTypeRegistry; ^^^^^^^^^^^^^^^^^^^ The type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/CodeTemplateAccess.java:[88] public ContextTypeRegistry getContextTypeRegistry() { ^^^^^^^^^^^^^^^^^^^ The type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/CodeTemplateAccess.java:[95] protected abstract ContextTypeRegistry createContextTypeRegistry(); ^^^^^^^^^^^^^^^^^^^ The type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectMetadataBackup.java:[32] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectMetadataBackup.java:[127] projectFile.delete(EFS.NONE, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectMetadataBackup.java:[127] projectFile.delete(EFS.NONE, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectMetadataBackup.java:[128] copyFile(backup, projectFile, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectMetadataBackup.java:[128] copyFile(backup, projectFile, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/SearchResultUpdater.java:[49] Set removedElements= new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/SearchResultUpdater.java:[49] Set removedElements= new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/SearchResultUpdater.java:[50] Set potentiallyRemovedElements= new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/SearchResultUpdater.java:[50] Set potentiallyRemovedElements= new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/SearchResultUpdater.java:[59] private void handleRemoved(Set removedElements) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/SearchResultUpdater.java:[87] private boolean isContainedInRemoved(Set removedElements, Object object) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/SearchResultUpdater.java:[88] for (Iterator elements= removedElements.iterator(); elements.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/SearchResultUpdater.java:[109] private void collectRemoved(Set potentiallyRemovedSet, Set removedElements, IModelElementDelta delta) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/SearchResultUpdater.java:[109] private void collectRemoved(Set potentiallyRemovedSet, Set removedElements, IModelElementDelta delta) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/SearchResultUpdater.java:[111] removedElements.add(delta.getElement()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/SearchResultUpdater.java:[115] potentiallyRemovedSet.add(delta.getElement()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/SearchResultUpdater.java:[144] private void collectRemovals(Set removals, IResourceDelta delta) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/SearchResultUpdater.java:[146] removals.add(delta.getResource()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/ResourceReorgChange.java:[21] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/ResourceReorgChange.java:[59] new SubProgressMonitor(pm, 1), newName); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/ResourceReorgChange.java:[59] new SubProgressMonitor(pm, 1), newName); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/ResourceReorgChange.java:[63] new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/ResourceReorgChange.java:[63] new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/ResourceReorgChange.java:[96] new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/ResourceReorgChange.java:[96] new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/ResourceReorgChange.java:[99] new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/ResourceReorgChange.java:[99] new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[62] private ListDialogField fBuildPathList; ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[80] public LibrariesWorkbookPage(boolean supportZips, ListDialogField classPathList, ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[140] List cpelements = fBuildPathList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[141] List libelements = new ArrayList(cpelements.size()); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[141] List libelements = new ArrayList(cpelements.size()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[146] libelements.add(cpe); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[266] List cplist = fLibrariesList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[267] List elementsToAdd = new ArrayList(nElementsChosen); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[267] List elementsToAdd = new ArrayList(nElementsChosen); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[271] elementsToAdd.add(curr); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[292] List selection = fLibrariesList.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[301] List selection = field.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[313] final List elements = fLibrariesList.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[341] List selElements = fLibrariesList.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[342] HashMap containerEntriesToUpdate = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[342] HashMap containerEntriesToUpdate = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[362] HashSet changedAttributes = (HashSet) containerEntriesToUpdate.get(containerEntry); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[362] HashSet changedAttributes = (HashSet) containerEntriesToUpdate.get(containerEntry); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[364] changedAttributes = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[365] containerEntriesToUpdate.put(containerEntry, changedAttributes); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[367] changedAttributes.add(key); // collect the changed ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[378] for (Iterator iter = containerEntriesToUpdate.entrySet().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[379] Map.Entry entry = (Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[379] Map.Entry entry = (Entry) iter.next(); ^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[381] HashSet attribs = (HashSet) entry.getValue(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[381] HashSet attribs = (HashSet) entry.getValue(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[382] String[] changedAttributes = (String[]) attribs.toArray(new String[attribs.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type AbstractCollection. References to generic type AbstractCollection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[389] private boolean canRemove(List selElements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[422] List selElements = fLibrariesList.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[536] List selElements = fLibrariesList.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[549] private boolean canEdit(List selElements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[577] List projelements = fLibrariesList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[578] List cpelements = fBuildPathList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[592] cpelements.addAll(lastRemovePos, projelements); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(int, Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[594] fBuildPathList.setElements(cpelements); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setElements(Collection) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[687] List cplist = fLibrariesList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized 1711. INFO in /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java (at line 692) if (resource instanceof IContainer && !resource.equals(existing)) { ^^^^^^^^ Unlikely argument type for equals(): BPListElement seems to be unrelated to IResource [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[702] List cplist = fLibrariesList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[777] public List getSelection() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[782] public void setSelection(List selElements, boolean expand) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/FileTemplateContextType.java:[74] List params = type.getParams(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/FileTemplateContextType.java:[108] List params = type.getParams(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/FileTemplateContextType.java:[109] fArguments = (String[]) params.toArray(new String[params.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/FileTemplateContextType.java:[168] ArrayList required = new ArrayList(5); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/FileTemplateContextType.java:[168] ArrayList required = new ArrayList(5); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameSourceFolderChange.java:[19] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameSourceFolderChange.java:[121] result.merge(isValid(new SubProgressMonitor(pm, 1), DIRTY)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameSourceFolderChange.java:[121] result.merge(isValid(new SubProgressMonitor(pm, 1), DIRTY)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameSourceFolderChange.java:[125] result.merge(checkIfModifiable(sourceFolder, new SubProgressMonitor(pm, 1))); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameSourceFolderChange.java:[125] result.merge(checkIfModifiable(sourceFolder, new SubProgressMonitor(pm, 1))); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[88] private List fNewFolders; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[89] private HashMap fImageMap; ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[95] fNewFolders = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[96] fImageMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[113] Collection collection = fImageMap.values(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[114] Iterator iterator = collection.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[196] fImageMap.put(action.getId(), image); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[235] public void setSelection(List elements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[257] public void handleResult(List resultElements, CoreException exception, int actionType) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[323] private void defaultHandle(List result, boolean forceRebuild) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[351] private void handleFolderCreation(List result) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[353] fNewFolders.add(result.get(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[368] private void handleAddToCP(List result) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[390] private void handleRemoveFromBP(List result, boolean forceRebuild) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[408] List list = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[408] List list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[409] list.add(fCurrJProject); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[421] private boolean containsScriptProject(List elements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[503] Iterator iterator = fNewFolders.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[522] fNewFolders = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[130] private List fExistingLibraries; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[132] public LibraryNameDialog(Shell parent, BPUserLibraryElement elementToEdit, List existingLibraries) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[239] private List fExistingLibraries; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[245] private CheckedListDialogField fExportImportList; ^^^^^^^^^^^^^^^^^^^^^^ CheckedListDialogField is a raw type. References to generic type CheckedListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[249] public LoadSaveDialog(Shell shell, boolean isSave, List existingLibraries, IDialogSettings dialogSettings) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[281] fExportImportList = new CheckedListDialogField(this, buttonNames, new BPListLabelProvider()); ^^^^^^^^^^^^^^^^^^^^^^ CheckedListDialogField is a raw type. References to generic type CheckedListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[289] fExportImportList.setElements(fExistingLibraries); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setElements(Collection) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[375] List elements = loadLibraries(file); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[376] fExportImportList.setElements(elements); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setElements(Collection) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[408] public void customButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[412] public void selectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[416] public void doubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[417] List selectedElements = fExportImportList.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[420] fExportImportList.setChecked(elem, !fExportImportList.isChecked(elem)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setChecked(Object, boolean) belongs to the raw type CheckedListDialogField. References to generic type CheckedListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[450] final List elements = fExportImportList.getCheckedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[480] HashSet map = new HashSet(fExistingLibraries.size()); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[480] HashSet map = new HashSet(fExistingLibraries.size()); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[483] map.add(elem.getName()); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[486] List elements = getLoadedLibraries(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[553] protected static void saveLibraries(List libraries, File file, String encoding, IProgressMonitor monitor) ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[626] private static List loadLibraries(File file) throws IOException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[627] InputStream stream = new FileInputStream(file); ^^^^^^ Resource 'stream' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[651] ArrayList result = new ArrayList(length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[651] ArrayList result = new ArrayList(length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[662] result.add(newLibrary); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[700] ArrayList resultingRules = new ArrayList(nRuleElements); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[700] ArrayList resultingRules = new ArrayList(nRuleElements); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[709] resultingRules.add(DLTKCore.newAccessRule(pattern, kind)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[716] resultingRules.toArray(new IAccessRule[resultingRules.size()])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[724] public List getLoadedLibraries() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[779] ArrayList elements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[779] ArrayList elements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[786] elements.add(new BPUserLibraryElement(names[i], container, fDummyProject)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[813] Map map = (Map) data; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[813] Map map = (Map) data; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[889] List list = fLibraryList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[890] HashSet oldNames = new HashSet(Arrays.asList(DLTKCore.getUserLibraryNames(getLanguageToolkit()))); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[890] HashSet oldNames = new HashSet(Arrays.asList(DLTKCore.getUserLibraryNames(getLanguageToolkit()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[890] HashSet oldNames = new HashSet(Arrays.asList(DLTKCore.getUserLibraryNames(getLanguageToolkit()))); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[893] HashSet newEntries = new HashSet(list.size()); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[893] HashSet newEntries = new HashSet(list.size()); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[898] newEntries.add(element); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[929] Iterator iter = oldNames.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[947] private BPUserLibraryElement getSingleSelectedLibrary(List selected) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[977] List list = field.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1020] List selected = field.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1028] List selection = field.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1035] private void doEdit(List selected) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1100] private void doRemove(List selected) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1147] private void doAdd(List list) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1154] private void doAddExternal(List list) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1162] List existing = fLibraryList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1165] HashMap map = new HashMap(existing.size()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1165] HashMap map = new HashMap(existing.size()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1168] map.put(elem.getName(), elem); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1171] List list = dialog.getLoadedLibraries(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1176] existing.add(elem); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1177] map.put(elem.getName(), elem); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1179] existing.set(existing.indexOf(found), elem); // replace ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1192] protected boolean canAdd(List list) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1196] private boolean canEdit(List list) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1213] private boolean canRemove(List list) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1248] private BPUserLibraryElement getCommonParent(List list) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1270] private void doMoveUp(List list) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1273] parent.moveUp(list); ^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1279] private void doMoveDown(List list) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1282] parent.moveDown(list); ^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1288] private boolean canMoveUp(List list) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1301] private boolean canMoveDown(List list) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/IBuildpathInformationProvider.java:[80] void handleResult(List resultElements, CoreException exception, int operationType); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[30] import org.eclipse.dltk.internal.core.util.MethodOverrideTester; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MethodOverrideTester' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[52] private MethodOverrideTester fMethodOverrideTester; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MethodOverrideTester' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[89] || !fMethodOverrideTester.getFocusType().equals(focusType)) { ^^^^^^^^^^^^ Discouraged access: The method 'MethodOverrideTester.getFocusType()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[90] fMethodOverrideTester = new MethodOverrideTester(focusType, ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MethodOverrideTester' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[90] fMethodOverrideTester = new MethodOverrideTester(focusType, ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'MethodOverrideTester(IType, ITypeHierarchy)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[97] Collection children) throws ModelException { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[105] children.add(curr); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[127] return fMethodOverrideTester.isSubsignature(filterMethod, method); ^^^^^^^^^^^^^^ Discouraged access: The method 'MethodOverrideTester.isSubsignature(IMethod, IMethod)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[129] return fMethodOverrideTester.isSubsignature(method, filterMethod); ^^^^^^^^^^^^^^ Discouraged access: The method 'MethodOverrideTester.isSubsignature(IMethod, IMethod)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[164] ArrayList types = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[164] ArrayList types = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[176] compactTypes(types); ^^^^^ Type safety: The expression of type ArrayList needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[182] for (Iterator i = types.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[192] ((List) value).add(type); ^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[217] protected void getRootTypes(List res) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[222] res.add(input); ^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[231] protected abstract void getTypesInHierarchy(IType type, List res); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[273] Set children = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[273] Set children = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[279] compactTypes(children); ^^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[288] final Set children = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[288] final Set children = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[295] compactTypes(children); ^^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[297] List result = new ArrayList(children.size()); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[297] List result = new ArrayList(children.size()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[298] result.addAll(children); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[324] private void addFilteredMemberChildren(IType parent, Collection children) ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[330] children.add(member); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[338] private void addTypeChildren(IType type, Collection children) ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[340] ArrayList types = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[340] ArrayList types = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[346] children.add(curr); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[376] ArrayList types = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyContentProvider.java:[376] ArrayList types = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/NewSourceContainerWorkbookPage.java:[51] private ListDialogField fBuildpathList; ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/NewSourceContainerWorkbookPage.java:[70] public NewSourceContainerWorkbookPage(ListDialogField BuildpathList, ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/NewSourceContainerWorkbookPage.java:[260] public List getSelection() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/NewSourceContainerWorkbookPage.java:[261] List selectedList = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/NewSourceContainerWorkbookPage.java:[261] List selectedList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/NewSourceContainerWorkbookPage.java:[265] List list = fHintTextGroup.getSelection().toList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/NewSourceContainerWorkbookPage.java:[266] List existingEntries = BuildpathModifier ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/NewSourceContainerWorkbookPage.java:[275] selectedList.add(cpElement); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/NewSourceContainerWorkbookPage.java:[284] selectedList.add(cpElement); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/NewSourceContainerWorkbookPage.java:[288] return new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/NewSourceContainerWorkbookPage.java:[294] public void setSelection(List selection, boolean expand) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/NewSourceContainerWorkbookPage.java:[300] List cpEntries = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/NewSourceContainerWorkbookPage.java:[300] List cpEntries = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/NewSourceContainerWorkbookPage.java:[307] cpEntries.add(element); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/NewSourceContainerWorkbookPage.java:[313] cpEntries.add(element); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/NewSourceContainerWorkbookPage.java:[319] List list = fBuildpathList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/NewSourceContainerWorkbookPage.java:[344] public void buildpathEntryChanged(List newEntries) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/NewSourceContainerWorkbookPage.java:[345] fBuildpathList.setElements(newEntries); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setElements(Collection) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/IPackagesViewViewer.java:[36] public List getSelectionFromWidget(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/IPackagesViewViewer.java:[40] public void setSelectionToWidget(List l, boolean reveal); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardUtils.java:[29] import org.eclipse.dltk.internal.core.builder.State; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'State' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardUtils.java:[39] State lastState = (State) ModelManager.getModelManager() ^^^^^ Discouraged access: The type 'State' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardUtils.java:[39] State lastState = (State) ModelManager.getModelManager() ^^^^^ Discouraged access: The type 'State' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardUtils.java:[42] lastState = new State(fCurrProject); ^^^^^ Discouraged access: The type 'State' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardUtils.java:[42] lastState = new State(fCurrProject); ^^^^^ Discouraged access: The constructor 'State(IProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardUtils.java:[55] State state = (State) ModelManager.getModelManager() ^^^^^ Discouraged access: The type 'State' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardUtils.java:[55] State state = (State) ModelManager.getModelManager() ^^^^^ Discouraged access: The type 'State' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardUtils.java:[58] lastState.getExternalFolders().addAll( ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'State.getExternalFolders()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardUtils.java:[59] state.getExternalFolders()); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'State.getExternalFolders()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardUtils.java:[64] lastState.setNoCleanExternalFolders(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'State.setNoCleanExternalFolders()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/ModelElementSorter.java:[39] import org.eclipse.jface.viewers.ViewerSorter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/ModelElementSorter.java:[47] public class ModelElementSorter extends ViewerSorter implements IModelCompareCategories { ^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/ModelElementSorter.java:[59] super(null); // delay initialization of collator ^^^^^^^^^^^^ The constructor ViewerSorter(Collator) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/ModelElementSorter.java:[203] return getNewCollator().compare(name1, name2); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compare(Object, Object) belongs to the raw type Comparator. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/ModelElementSorter.java:[227] return getNewCollator().compare(sc1[0], sc2[0]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compare(Object, Object) belongs to the raw type Comparator. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/ModelElementSorter.java:[240] int cmp = getNewCollator().compare(name1, name2); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compare(Object, Object) belongs to the raw type Comparator. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/ModelElementSorter.java:[264] cmp = getNewCollator().compare(params1[i], params2[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compare(Object, Object) belongs to the raw type Comparator. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/ModelElementSorter.java:[322] private final Comparator getNewCollator() { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/MethodsContentProvider.java:[67] private void addAll(Object[] arr, List res) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/MethodsContentProvider.java:[70] res.add(arr[j]); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/MethodsContentProvider.java:[80] List res= new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/MethodsContentProvider.java:[80] List res= new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/util/OpenTypeHistory.java:[279] Collection values = getValues(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/util/OpenTypeHistory.java:[283] for (Iterator iter = values.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/util/OpenTypeHistory.java:[315] List typesToCheck = new ArrayList(getKeys()); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/util/OpenTypeHistory.java:[315] List typesToCheck = new ArrayList(getKeys()); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/util/OpenTypeHistory.java:[315] List typesToCheck = new ArrayList(getKeys()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/util/OpenTypeHistory.java:[319] for (Iterator iter = typesToCheck.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/DeleteAction.java:[34] ISharedImages workbenchImages = DLTKUIPlugin.getDefault().getWorkbench() ^^^^^^^^^^^^^^ The method getWorkbench() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/HistoryListAction.java:[46] private ListDialogField fHistoryList; ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/HistoryListAction.java:[64] public void customButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/HistoryListAction.java:[69] public void selectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/HistoryListAction.java:[74] public void doubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/HistoryListAction.java:[81] fHistoryList = new ListDialogField(adapter, buttonLabels, labelProvider); ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/HistoryListAction.java:[85] fHistoryList.setElements(historyEntries); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setElements(Collection) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/HistoryListAction.java:[145] fHistoryList.removeElements(fHistoryList.getSelectedElements()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeElements(List) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/HistoryListAction.java:[162] List selected = fHistoryList.getSelectedElements(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/HistoryListAction.java:[176] return fHistoryList.getElements(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/HistoryListAction.java:[196] return fHistory.getText((E) element); ^^^^^^^^^^^ Type safety: Unchecked cast from Object to E [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/HistoryListAction.java:[201] ImageDescriptor imageDescriptor = fHistory.getImageDescriptor((E) element); ^^^^^^^^^^^ Type safety: Unchecked cast from Object to E [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/HistoryListAction.java:[225] public HistoryListAction(ViewHistory history) { ^^^^^^^^^^^ ViewHistory is a raw type. References to generic type ViewHistory should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/HistoryListAction.java:[227] fHistory = history; ^^^^^^^ Type safety: The expression of type ViewHistory needs unchecked conversion to conform to ViewHistory [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[60] import org.eclipse.ui.IKeyBindingService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IKeyBindingService is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[64] import org.eclipse.ui.commands.ActionHandler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ActionHandler is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[65] import org.eclipse.ui.commands.HandlerSubmission; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type HandlerSubmission is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[66] import org.eclipse.ui.commands.ICommand; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ICommand is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[67] import org.eclipse.ui.commands.ICommandManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ICommandManager is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[68] import org.eclipse.ui.commands.IKeySequenceBinding; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IKeySequenceBinding is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[69] import org.eclipse.ui.commands.Priority; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Priority is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[71] import org.eclipse.ui.keys.KeySequence; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type KeySequence is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[125] private ICommand fInvokingCommand; ^^^^^^^^ The type ICommand is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[126] private KeySequence[] fInvokingCommandKeySequences; ^^^^^^^^^^^ The type KeySequence is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[137] private IKeyBindingService fKeyBindingService; ^^^^^^^^^^^^^^^^^^ The type IKeyBindingService is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[140] private HandlerSubmission fShowViewMenuHandlerSubmission; ^^^^^^^^^^^^^^^^^ The type HandlerSubmission is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[170] ICommandManager commandManager = PlatformUI.getWorkbench() ^^^^^^^^^^^^^^^ The type ICommandManager is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[171] .getCommandSupport().getCommandManager(); ^^^^^^^^^^^^^^^^^^^ The method getCommandSupport() from the type IWorkbench is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[171] .getCommandSupport().getCommandManager(); ^^^^^^^^^^^^^^^^^^^ The method getCommandManager() from the type IWorkbenchCommandSupport is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[172] fInvokingCommand = commandManager.getCommand(invokingCommandId); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getCommand(String) from the type ICommandManager is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[173] if (fInvokingCommand != null && !fInvokingCommand.isDefined()) ^^^^^^^^^^^ The method isDefined() from the type ICommand is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[590] fKeyBindingScopes = fKeyBindingService.getScopes(); ^^^^^^^^^^^ The method getScopes() from the type IKeyBindingService is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[591] fKeyBindingService.setScopes( new String[] { IContextService.CONTEXT_ID_WINDOW }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setScopes(String[]) from the type IKeyBindingService is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[597] fShowViewMenuHandlerSubmission = new HandlerSubmission(null, ^^^^^^^^^^^^^^^^^ The type HandlerSubmission is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[597] fShowViewMenuHandlerSubmission = new HandlerSubmission(null, getShell(), null, fShowViewMenuAction.getActionDefinitionId(), new ActionHandler(fShowViewMenuAction), Priority.MEDIUM); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor HandlerSubmission(String, Shell, IWorkbenchPartSite, String, IHandler, Priority) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[600] new ActionHandler(fShowViewMenuAction), Priority.MEDIUM); ^^^^^^^^^^^^^ The type ActionHandler is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[600] new ActionHandler(fShowViewMenuAction), Priority.MEDIUM); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor ActionHandler(IAction) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[600] new ActionHandler(fShowViewMenuAction), Priority.MEDIUM); ^^^^^^^^ The type Priority is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[600] new ActionHandler(fShowViewMenuAction), Priority.MEDIUM); ^^^^^^ The field Priority.MEDIUM is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[601] PlatformUI.getWorkbench().getCommandSupport() ^^^^^^^^^^^^^^^^^^^ The method getCommandSupport() from the type IWorkbench is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[602] .addHandlerSubmission(fShowViewMenuHandlerSubmission); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addHandlerSubmission(HandlerSubmission) from the type IWorkbenchCommandSupport is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[614] PlatformUI.getWorkbench().getCommandSupport() ^^^^^^^^^^^^^^^^^^^ The method getCommandSupport() from the type IWorkbench is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[615] .removeHandlerSubmission(fShowViewMenuHandlerSubmission); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method removeHandlerSubmission(HandlerSubmission) from the type IWorkbenchCommandSupport is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[619] fKeyBindingService.setScopes(fKeyBindingScopes); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setScopes(String[]) from the type IKeyBindingService is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[708] final protected ICommand getInvokingCommand() { ^^^^^^^^ The type ICommand is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[712] final protected KeySequence[] getInvokingCommandKeySequences() { ^^^^^^^^^^^ The type KeySequence is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[715] List list = getInvokingCommand().getKeySequenceBindings(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[715] List list = getInvokingCommand().getKeySequenceBindings(); ^^^^^^^^^^^^^^^^^^^^^^^^ The method getKeySequenceBindings() from the type ICommand is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[717] fInvokingCommandKeySequences = new KeySequence[list.size()]; ^^^^^^^^^^^ The type KeySequence is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[719] fInvokingCommandKeySequences[i] = ((IKeySequenceBinding) list ^^^^^^^^^^^^^^^^^^^ The type IKeySequenceBinding is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[720] .get(i)).getKeySequence(); ^^^^^^^^^^^^^^^^ The method getKeySequence() from the type IKeySequenceBinding is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[761] fKeyBindingService = site.getKeyBindingService(); ^^^^^^^^^^^^^^^^^^^^^^ The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HistoryListAction.java:[39] private ListDialogField fHistoryList; ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HistoryListAction.java:[53] public void customButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HistoryListAction.java:[57] public void selectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HistoryListAction.java:[62] public void doubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HistoryListAction.java:[69] fHistoryList= new ListDialogField(adapter, buttonLabels, labelProvider); ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HistoryListAction.java:[71] fHistoryList.setElements(Arrays.asList(elements)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setElements(Collection) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HistoryListAction.java:[106] fHistoryList.removeElements(fHistoryList.getSelectedElements()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeElements(List) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HistoryListAction.java:[118] List selected= fHistoryList.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HistoryListAction.java:[135] List elems= fHistoryList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HistoryListAction.java:[136] return (IModelElement[]) elems.toArray(new IModelElement[elems.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyViewPart.java:[884] } else if (input != null) { setInputElement(input); } else { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[65] private CheckedListDialogField fLibrarySelector; ^^^^^^^^^^^^^^^^^^^^^^ CheckedListDialogField is a raw type. References to generic type CheckedListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[67] private Set fUsedPaths; ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[78] fUsedPaths = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[84] fLibrarySelector = new CheckedListDialogField(adapter, buttonLabels, ^^^^^^^^^^^^^^^^^^^^^^ CheckedListDialogField is a raw type. References to generic type CheckedListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[112] private List updateLibraryList() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[113] HashSet oldNames = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[113] HashSet oldNames = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[114] HashSet oldCheckedNames = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[114] HashSet oldCheckedNames = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[115] List oldElements = fLibrarySelector.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[118] oldNames.add(curr.getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[120] oldCheckedNames.add(curr.getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[124] ArrayList entriesToCheck = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[124] ArrayList entriesToCheck = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[134] ArrayList elements = new ArrayList(names.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[134] ArrayList elements = new ArrayList(names.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[145] elements.add(elem); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[148] entriesToCheck.add(elem); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[152] entriesToCheck.add(elem); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[161] fLibrarySelector.setElements(elements); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setElements(Collection) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[167] List list = fLibrarySelector.getCheckedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[171] fLibrarySelector.setCheckedWithoutUpdate(fEditResult, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setCheckedWithoutUpdate(Object, boolean) belongs to the raw type CheckedListDialogField. References to generic type CheckedListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[177] fLibrarySelector.setCheckedWithoutUpdate(list.get(i), false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setCheckedWithoutUpdate(Object, boolean) belongs to the raw type CheckedListDialogField. References to generic type CheckedListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[187] private IStatus validateSetting(List selected) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[205] HashMap data = new HashMap(3); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[205] HashMap data = new HashMap(3); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[207] data.put(UserLibraryPreferencePage.DATA_LIBRARY_TO_SELECT, fEditResult.getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[212] List newEntries = updateLibraryList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[215] fLibrarySelector.setChecked(newEntries.get(0), true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setChecked(Object, boolean) belongs to the raw type CheckedListDialogField. References to generic type CheckedListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[217] fLibrarySelector.setCheckedElements(newEntries); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setCheckedElements(Collection) belongs to the raw type CheckedListDialogField. References to generic type CheckedListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[221] fLibrarySelector.setCheckedElements(fLibrarySelector.getSelectedElements()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setCheckedElements(Collection) belongs to the raw type CheckedListDialogField. References to generic type CheckedListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[225] private void doDoubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[227] List list = fLibrarySelector.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[232] fLibrarySelector.setChecked(elem, !state); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setChecked(Object, boolean) belongs to the raw type CheckedListDialogField. References to generic type CheckedListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[264] List selected = fLibrarySelector.getCheckedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[291] List elements = fLibrarySelector.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[295] fLibrarySelector.setChecked(curr, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setChecked(Object, boolean) belongs to the raw type CheckedListDialogField. References to generic type CheckedListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[313] public void customButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[318] public void selectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[322] public void doubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[333] fUsedPaths.add(curr.getPath()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[57] private Map fIcons; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[60] fIcons = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[65] Iterator iterator = fIcons.values().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[83] fIcons.put(imageDescriptor, icon); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[128] private List fAllWorkingSets; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[129] private List fActiveWorkingSets; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[141] private List fAddedWorkingSets; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[142] private List fRemovedWorkingSets; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[143] private Map fEditedWorkingSets; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[144] private List fRemovedMRUWorkingSets; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[153] fAllWorkingSets = new ArrayList(allWorkingSets.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[158] fAllWorkingSets.add(allWorkingSets[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[180] setInitialSelections(workingSets); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type IWorkingSet[] of the last argument to method setInitialSelections(Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[234] return ((List) element).toArray(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[357] List newResult = getResultWorkingSets(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[358] fResult = (IWorkingSet[]) newResult .toArray(new IWorkingSet[newResult.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[364] private List getResultWorkingSets() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[366] return new ArrayList(Arrays.asList(checked)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[366] return new ArrayList(Arrays.asList(checked)); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[381] List selections = getInitialElementSelections(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[400] fAllWorkingSets.add(workingSet); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[406] fAddedWorkingSets.add(workingSet); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[441] fEditedWorkingSets.put(editWorkingSet, originalWorkingSet); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[458] fAddedWorkingSets = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[459] fRemovedWorkingSets = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[460] fEditedWorkingSets = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[461] fRemovedMRUWorkingSets = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[473] Iterator iter = ((IStructuredSelection) selection).iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[483] fRemovedMRUWorkingSets.add(workingSet); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[487] fRemovedWorkingSets.add(workingSet); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[502] Iterator iterator = fAddedWorkingSets.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[513] Iterator iterator = fEditedWorkingSets.keySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[537] Iterator iterator = fRemovedWorkingSets.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[569] Set globals = new HashSet(Arrays.asList(PlatformUI.getWorkbench() ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[569] Set globals = new HashSet(Arrays.asList(PlatformUI.getWorkbench() .getWorkingSetManager().getWorkingSets())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[569] Set globals = new HashSet(Arrays.asList(PlatformUI.getWorkbench() ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[571] for (Iterator iter = selection.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[578] private void moveUp(List toMoveUp) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[585] private void moveDown(List toMoveDown) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[592] private void setElements(List elements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[598] private List moveUp(List elements, List move) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[598] private List moveUp(List elements, List move) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[598] private List moveUp(List elements, List move) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[600] List res = new ArrayList(nElements); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[600] List res = new ArrayList(nElements); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[605] res.add(curr); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[608] res.add(floating); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[614] res.add(floating); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[619] private List reverse(List p) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[619] private List reverse(List p) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[620] List reverse = new ArrayList(p.size()); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[620] List reverse = new ArrayList(p.size()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetConfigurationDialog.java:[622] reverse.add(p.get(i)); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/actions/ReferencesSearchGroup.java:[201] Iterator iter = SearchUtil.getLRUWorkingSets().sortedIterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodSelectionDialog2.java:[20] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodSelectionDialog2.java:[240] List result = new ArrayList(selected.length); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodSelectionDialog2.java:[240] List result = new ArrayList(selected.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodSelectionDialog2.java:[247] result.add(module); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodSelectionDialog2.java:[261] result.add(type); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodSelectionDialog2.java:[283] refreshSearchIndices(new SubProgressMonitor(monitor, 90)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodSelectionDialog2.java:[283] refreshSearchIndices(new SubProgressMonitor(monitor, 90)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodSelectionDialog2.java:[284] history.checkConsistency(new SubProgressMonitor(monitor, 10)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodSelectionDialog2.java:[284] history.checkConsistency(new SubProgressMonitor(monitor, 10)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/EditFiltersOperation.java:[69] List l= new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/EditFiltersOperation.java:[69] List l= new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/EditFiltersOperation.java:[70] l.add(firstElement); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/EditFiltersOperation.java:[72] List entries= action.getBPListElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/EditFiltersOperation.java:[93] public boolean isValid(List elements, int[] types) throws ModelException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/TodoTaskConfigurationBlock.java:[97] private ListDialogField fTodoTasksList; ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/TodoTaskConfigurationBlock.java:[124] private boolean canEdit(List selectedElements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/TodoTaskConfigurationBlock.java:[129] public void customButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/TodoTaskConfigurationBlock.java:[134] public void selectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/TodoTaskConfigurationBlock.java:[135] List selectedElements = field.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/TodoTaskConfigurationBlock.java:[140] public void doubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/TodoTaskConfigurationBlock.java:[154] preferences.setTaskTags(fTodoTasksList.getElements()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/TodoTaskConfigurationBlock.java:[167] fTodoTasksList.replaceElement(edited, dialog.getResult()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method replaceElement(Object, Object) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/TodoTaskConfigurationBlock.java:[169] fTodoTasksList.addElement(dialog.getResult()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/TodoTaskConfigurationBlock.java:[182] fTodoTasksList = new ListDialogField(adapter, buttons, ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/TodoTaskConfigurationBlock.java:[242] fTodoTasksList.setElements(preferences.getTaskTags()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setElements(Collection) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifierOperation.java:[58] protected void handleResult(List result, IProgressMonitor monitor) throws InvocationTargetException{ ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifierOperation.java:[110] public abstract boolean isValid(List elements, int[] types) throws ModelException; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifierOperation.java:[130] public List getSelectedElements() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifierOperation.java:[139] List selectedElements= getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildpathOrderingWorkbookPage.java:[26] private ListDialogField fBuildpathList; ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildpathOrderingWorkbookPage.java:[28] public BuildpathOrderingWorkbookPage(ListDialogField buildpathList) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildpathOrderingWorkbookPage.java:[51] public List getSelection() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildpathOrderingWorkbookPage.java:[56] public void setSelection(List selElements, boolean expand) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/IncludeOperation.java:[57] List result= null; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/IncludeOperation.java:[60] List elements= getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/IncludeOperation.java:[85] public boolean isValid(List elements, int[] types) throws ModelException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/SourceModuleReorgChange.java:[15] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/SourceModuleReorgChange.java:[59] Change result = doPerformReorg(new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/SourceModuleReorgChange.java:[59] Change result = doPerformReorg(new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/templates/ScriptTemplateAccess.java:[9] import org.eclipse.jface.text.templates.ContextTypeRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/templates/ScriptTemplateAccess.java:[17] private ContextTypeRegistry fRegistry; ^^^^^^^^^^^^^^^^^^^ The type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/templates/ScriptTemplateAccess.java:[31] public ContextTypeRegistry getContextTypeRegistry() { ^^^^^^^^^^^^^^^^^^^ The type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/templates/ScriptTemplateAccess.java:[38] protected ContextTypeRegistry createContextTypeRegistry() { ^^^^^^^^^^^^^^^^^^^ The type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/CreateFolderOperation.java:[61] List result= new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/CreateFolderOperation.java:[61] List result= new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/CreateFolderOperation.java:[62] result.add(correspondingResource); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/CreateFolderOperation.java:[64] List entries= action.getBPListElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/CreateFolderOperation.java:[78] public boolean isValid(List elements, int[] types) throws ModelException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/HistoryDropDownAction.java:[79] Action others= new HistoryListAction(fHistory); ^^^^^^^^^^^^^^^^^ HistoryListAction is a raw type. References to generic type HistoryListAction should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/HistoryDropDownAction.java:[158] new HistoryListAction(fHistory).run(); ^^^^^^^^^^^^^^^^^ HistoryListAction is a raw type. References to generic type HistoryListAction should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/AbstractModelElementRenameChange.java:[18] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/AbstractModelElementRenameChange.java:[73] doRename(new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/AbstractModelElementRenameChange.java:[73] doRename(new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/ExcludeOperation.java:[57] List result = null; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/ExcludeOperation.java:[60] List modelElements = getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/ExcludeOperation.java:[84] public boolean isValid(List elements, int[] types) throws ModelException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TraditionalHierarchyViewer.java:[99] protected final void getRootTypes(List res) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TraditionalHierarchyViewer.java:[106] res.add(classes[i]); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TraditionalHierarchyViewer.java:[115] res.addAll(Arrays.asList(roots)); // something wrong with ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TraditionalHierarchyViewer.java:[123] protected final void getTypesInHierarchy(IType type, List res) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TraditionalHierarchyViewer.java:[137] res.add(types[i]); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/NewSourceModulePage.java:[814] .getContextType(template.getContextTypeId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getContextType(String) from the type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/ProjectSelectionDialog.java:[35] private Set fProjectsWithSpecifics; ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/ProjectSelectionDialog.java:[47] Set projectsWithSpecifics) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/ProjectSelectionDialog.java:[51] public ProjectSelectionDialog(Shell parentShell, Set projectsWithSpecifics, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/ScriptMoveProcessor.java:[77] List result = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/ScriptMoveProcessor.java:[77] List result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/ScriptMoveProcessor.java:[78] result.addAll(Arrays.asList(fMovePolicy.getScriptElements())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/ScriptMoveProcessor.java:[79] result.addAll(Arrays.asList(fMovePolicy.getResources())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildpathContainerDefaultPage.java:[35] private ArrayList fUsedPaths; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildpathContainerDefaultPage.java:[46] fUsedPaths= new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildpathContainerDefaultPage.java:[107] fUsedPaths.add(curr.getPath()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddFolderToBuildpathAction.java:[26] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddFolderToBuildpathAction.java:[146] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddFolderToBuildpathAction.java:[146] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddFolderToBuildpathAction.java:[158] project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddFolderToBuildpathAction.java:[158] project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddFolderToBuildpathAction.java:[163] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddFolderToBuildpathAction.java:[163] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddFolderToBuildpathAction.java:[175] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddFolderToBuildpathAction.java:[175] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddFolderToBuildpathAction.java:[178] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddFolderToBuildpathAction.java:[178] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildPathBasePage.java:[28] public abstract List getSelection(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildPathBasePage.java:[30] public abstract void setSelection(List selection, boolean expand); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildPathBasePage.java:[38] protected void filterAndSetSelection(List list) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildPathBasePage.java:[39] ArrayList res = new ArrayList(list.size()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildPathBasePage.java:[39] ArrayList res = new ArrayList(list.size()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildPathBasePage.java:[46] res.add(curr); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildPathBasePage.java:[107] protected boolean containsOnlyTopLevelEntries(List selElements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/DeleteChangeCreator.java:[74] Map grouped = ReorgUtils ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/DeleteChangeCreator.java:[78] for (Iterator iter = grouped.keySet().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/DeleteChangeCreator.java:[80] Change change = createDeleteChange(cu, (List) grouped.get(cu), ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/DeleteChangeCreator.java:[80] Change change = createDeleteChange(cu, (List) grouped.get(cu), ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/DeleteChangeCreator.java:[170] private static List getElementsSmallerThanCu( ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/DeleteChangeCreator.java:[172] List result = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/DeleteChangeCreator.java:[172] List result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/DeleteChangeCreator.java:[176] result.add(element); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildpathAttributeConfigurationDescriptors.java:[72] private HashMap fDescriptors; ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildpathAttributeConfigurationDescriptors.java:[78] private HashMap getDescriptors() { ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildpathAttributeConfigurationDescriptors.java:[111] private static HashMap readExtensions() { ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildpathAttributeConfigurationDescriptors.java:[113] HashMap descriptors= new HashMap(elements.length * 2); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildpathAttributeConfigurationDescriptors.java:[113] HashMap descriptors= new HashMap(elements.length * 2); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BuildpathAttributeConfigurationDescriptors.java:[117] descriptors.put(curr.getKey(), curr); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[245] private ArrayList fRadioButtons = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[245] private ArrayList fRadioButtons = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[247] private Map fComboBoxes = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[247] private Map fComboBoxes = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[269] Map data = (Map) fComboBoxes.get(combo); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[269] Map data = (Map) fComboBoxes.get(combo); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[301] private ArrayList fNumberFields = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[301] private ArrayList fNumberFields = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[311] private ArrayList fMasterSlaveListeners = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[311] private ArrayList fMasterSlaveListeners = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[420] Map data = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[420] Map data = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[422] data.put(items[i], values[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[425] fComboBoxes.put(combo, data); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[441] fRadioButtons.add(button); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[480] fNumberFields.add(textControl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[515] fMasterSlaveListeners.add(listener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[529] Iterator iter = fCheckBoxes.keySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[544] Iterator iter2 = fComboBoxes.keySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[548] Map data = (Map) fComboBoxes.get(b); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[548] Map data = (Map) fComboBoxes.get(b); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[549] for (Iterator iterator = data.keySet().iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteFileChange.java:[19] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteFileChange.java:[66] saveFileIfNeeded(file, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteFileChange.java:[66] saveFileIfNeeded(file, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteFileChange.java:[69] file.delete(false, true, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteFileChange.java:[69] file.delete(false, true, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteFileChange.java:[70] resourceDescription.recordStateFromHistory(file, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteFileChange.java:[70] resourceDescription.recordStateFromHistory(file, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/hover/EditorTextHoverProxy.java:[68] return fHover.getHoverInfo(textViewer, hoverRegion); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getHoverInfo(ITextViewer, IRegion) from the type ITextHover is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/WorkingSetsComparator.java:[17] class WorkingSetsComparator implements Comparator { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/ContributedExtensionOptionsBlock.java:[25] private Map contribToDescMap = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/ContributedExtensionOptionsBlock.java:[25] private Map contribToDescMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/ContributedExtensionOptionsBlock.java:[193] contribToDescMap.put(contrib.getId(), createDescription( descriptionPlace, contrib)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/CallSearchResultCollector.java:[20] private Map fCalledMembers; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/CallSearchResultCollector.java:[26] public Map getCallers() { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/CallSearchResultCollector.java:[45] fCalledMembers.put(calledMember.getHandleIdentifier(), methodCall); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/CallSearchResultCollector.java:[55] protected Map createCalledMethodsData() { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/CallSearchResultCollector.java:[56] return new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/MethodsLabelProvider.java:[18] import org.eclipse.dltk.internal.core.util.MethodOverrideTester; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MethodOverrideTester' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/MethodsLabelProvider.java:[68] MethodOverrideTester tester = new MethodOverrideTester(declaringType, hierarchy); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MethodOverrideTester' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/MethodsLabelProvider.java:[68] MethodOverrideTester tester = new MethodOverrideTester(declaringType, hierarchy); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MethodOverrideTester' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/MethodsLabelProvider.java:[68] MethodOverrideTester tester = new MethodOverrideTester(declaringType, hierarchy); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'MethodOverrideTester(IType, ITypeHierarchy)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/MethodsLabelProvider.java:[69] IMethod res = tester.findDeclaringMethod(method, true); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'MethodOverrideTester.findDeclaringMethod(IMethod, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/util/OpenMethodHistory.java:[59] private static Map sToolkitHistory = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/util/OpenMethodHistory.java:[59] private static Map sToolkitHistory = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/util/OpenMethodHistory.java:[67] sToolkitHistory.put(toolkit, his); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/util/OpenMethodHistory.java:[185] private Map fTimestampMapping; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/util/OpenMethodHistory.java:[201] fTimestampMapping = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/util/OpenMethodHistory.java:[257] fTimestampMapping.put(info, Long.valueOf(getContainerTimestamp(info))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/util/OpenMethodHistory.java:[271] fTimestampMapping.put(newMatch, Long.valueOf(getContainerTimestamp(newMatch))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/util/OpenMethodHistory.java:[278] Collection values = getValues(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/util/OpenMethodHistory.java:[282] for (Iterator iter = values.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/util/OpenMethodHistory.java:[291] Collection values = getValues(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/util/OpenMethodHistory.java:[293] for (Iterator iter = values.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/util/OpenMethodHistory.java:[315] List typesToCheck = new ArrayList(getKeys()); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/util/OpenMethodHistory.java:[315] List typesToCheck = new ArrayList(getKeys()); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/util/OpenMethodHistory.java:[315] List typesToCheck = new ArrayList(getKeys()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/util/OpenMethodHistory.java:[319] for (Iterator iter = typesToCheck.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/util/OpenMethodHistory.java:[338] fTimestampMapping.put(type, Long.valueOf(currentTimestamp)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/util/OpenMethodHistory.java:[437] fTimestampMapping.put(info, Long.valueOf(timestamp)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/util/TableLayoutComposite.java:[44] private List columns= new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/util/TableLayoutComposite.java:[44] private List columns= new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/util/TableLayoutComposite.java:[75] columns.add(data); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingPart.java:[59] import org.eclipse.dltk.ui.viewsupport.DecoratingModelLabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DecoratingModelLabelProvider is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingPart.java:[81] import org.eclipse.search.internal.ui.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.search/3.14.100.v20220120-1549/org.eclipse.search-3.14.100.v20220120-1549.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingPart.java:[285] ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingPart.java:[285] ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingPart.java:[308] list.add(lp); ^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingPart.java:[312] list.add(element); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingPart.java:[426] DecoratingModelLabelProvider labelprovider = createDecoratingLabelProvider( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DecoratingModelLabelProvider is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingPart.java:[692] return ((Collection) input).contains(element); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingPart.java:[703] return getTypeComparator().compare(newInput, input) > 0; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compare(Object, Object) belongs to the raw type Comparator. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingPart.java:[718] thisInput = ((Collection) thisInput).iterator().next(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingPart.java:[721] partInput = ((Collection) partInput).iterator().next(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingPart.java:[725] return getTypeComparator().compare(partInput, thisInput) > 0; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compare(Object, Object) belongs to the raw type Comparator. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingPart.java:[736] List l = (List) ancestor; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingPart.java:[736] List l = (List) ancestor; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingPart.java:[737] for (Iterator iterator = l.iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingPart.java:[799] if (elementToSelect != null && getTypeComparator() .compare(selectedElement, elementToSelect) < 0) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compare(Object, Object) belongs to the raw type Comparator. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingPart.java:[895] String wsstr = Messages.format( ^^^^^^^^ Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.search/3.14.100.v20220120-1549/org.eclipse.search-3.14.100.v20220120-1549.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingPart.java:[895] String wsstr = Messages.format( ^^^^^^ Discouraged access: The method 'Messages.format(String, Object[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.search/3.14.100.v20220120-1549/org.eclipse.search-3.14.100.v20220120-1549.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingPart.java:[900] return Messages.format(ScriptBrowsingMessages.JavaBrowsingPart_toolTip2, ^^^^^^^^ Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.search/3.14.100.v20220120-1549/org.eclipse.search-3.14.100.v20220120-1549.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingPart.java:[900] return Messages.format(ScriptBrowsingMessages.JavaBrowsingPart_toolTip2, ^^^^^^ Discouraged access: The method 'Messages.format(String, Object[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.search/3.14.100.v20220120-1549/org.eclipse.search-3.14.100.v20220120-1549.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingPart.java:[1183] Iterator iter = ((IStructuredSelection) selection).iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingPart.java:[1203] List elements = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingPart.java:[1203] List elements = new ArrayList(); ^^^^^^^^ The value of the local variable elements is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingPart.java:[1203] List elements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingPart.java:[1231] protected Comparator getTypeComparator() { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingPart.java:[1461] nature = (String) ((Map) data).get("nature"); //$NON-NLS-1$ ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/OthersWorkingSetUpdater.java:[89] processScriptDelta(new ArrayList(Arrays.asList(fWorkingSet.getElements())), event.getDelta()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/OthersWorkingSetUpdater.java:[89] processScriptDelta(new ArrayList(Arrays.asList(fWorkingSet.getElements())), event.getDelta()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ArrayList needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/OthersWorkingSetUpdater.java:[89] processScriptDelta(new ArrayList(Arrays.asList(fWorkingSet.getElements())), event.getDelta()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/OthersWorkingSetUpdater.java:[173] List result = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/OthersWorkingSetUpdater.java:[173] List result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/OthersWorkingSetUpdater.java:[174] Set projects= new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/OthersWorkingSetUpdater.java:[174] Set projects= new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/OthersWorkingSetUpdater.java:[182] projects.add(resource); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/OthersWorkingSetUpdater.java:[191] result.add(jProjects[i]); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/OthersWorkingSetUpdater.java:[196] result.add(rProjects[i]); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/OthersWorkingSetUpdater.java:[201] fWorkingSet.setElements((IAdaptable[])result.toArray(new IAdaptable[result.size()])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/filters/FilterDescriptor.java:[36] public class FilterDescriptor implements Comparable, IPluginContribution { ^^^^^^^^^^ Comparable is a raw type. References to generic type Comparable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/WorkingCopyManager.java:[26] private Map fMap; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/WorkingCopyManager.java:[105] fMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/WorkingCopyManager.java:[106] fMap.put(input, workingCopy); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/formatter/internal/AbstractFormatterSelectionBlock.java:[104] TEMP_LIST = new ArrayList(); ^^^^^^^^^^^^^^^ Type safety: The expression of type ArrayList needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/formatter/internal/AbstractFormatterSelectionBlock.java:[104] TEMP_LIST = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/formatter/internal/AbstractFormatterSelectionBlock.java:[229] protected static PreferenceKey[] collectPreferenceKeys(List factories, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/formatter/internal/AbstractFormatterSelectionBlock.java:[237] factories.add(factory); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/ScriptTemplatesPage.java:[41] import org.eclipse.jface.text.templates.ContextTypeRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/ScriptTemplatesPage.java:[135] .getContextType(template.getContextTypeId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getContextType(String) from the type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/ScriptTemplatesPage.java:[155] protected ContextTypeRegistry getContextTypeRegistry() { ^^^^^^^^^^^^^^^^^^^ The type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/ScriptTemplatesPage.java:[241] .getContextType(contextId); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getContextType(String) from the type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/ScriptTemplatesPage.java:[344] .getContextType(template.getContextTypeId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getContextType(String) from the type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/ScriptTemplatesPage.java:[366] .contextTypes(); ^^^^^^^^^^^^^^ The method contextTypes() from the type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistProcessor.java:[26] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistProcessor.java:[325] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistProcessor.java:[325] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/templates/ScriptTemplateCompletionProcessor.java:[254] return getTemplateAccess().getContextTypeRegistry().getContextType(getContextTypeId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getContextType(String) from the type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/NewSourceFolderDialog.java:[47] private List fExistingFolders; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/NewSourceFolderDialog.java:[50] public NewSourceFolderDialog(Shell parent, String title, IProject project, List existingFolders, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/ColumnFormLayout.java:[126] int total = 0; ^^^^^ The value of the local variable total is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[39] import org.eclipse.core.runtime.Preferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[81] for (Iterator leftHandSides= history.fLHSCache.keySet().iterator(); leftHandSides.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[87] Set rightHandSides= (Set) history.fLHSCache.get(lhs); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[87] Set rightHandSides= (Set) history.fLHSCache.get(lhs); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[88] for (Iterator rhsIterator= rightHandSides.iterator(); rhsIterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[140] Set cache= history.getCache(lhs); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[150] cache.add(rhs); ^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[186] private static final class MRUMap extends LinkedHashMap { ^^^^^^^^^^^^^ LinkedHashMap is a raw type. References to generic type LinkedHashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[203] super.put(key, value); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[208] protected boolean removeEldestEntry(Entry eldest) { ^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[219] private static final class MRUSet extends LinkedHashSet { ^^^^^^^^^^^^^ LinkedHashSet is a raw type. References to generic type LinkedHashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[236] super.add(o); ^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[243] super.add(o); ^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[252] private final LinkedHashMap fHistory; ^^^^^^^^^^^^^ LinkedHashMap is a raw type. References to generic type LinkedHashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[253] private List fList; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[255] RHSHistory(LinkedHashMap history) { ^^^^^^^^^^^^^ LinkedHashMap is a raw type. References to generic type LinkedHashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[289] public List getTypes() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[293] fList= Collections.unmodifiableList(new ArrayList(fHistory.keySet())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation unmodifiableList(ArrayList) of the generic method unmodifiableList(List) of type Collections [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[293] fList= Collections.unmodifiableList(new ArrayList(fHistory.keySet())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[293] fList= Collections.unmodifiableList(new ArrayList(fHistory.keySet())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ArrayList needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[293] fList= Collections.unmodifiableList(new ArrayList(fHistory.keySet())); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[313] private final LinkedHashMap/*>*/ fLHSCache; ^^^^^^^^^^^^^ LinkedHashMap is a raw type. References to generic type LinkedHashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[378] LinkedHashMap history= new LinkedHashMap((int) (count / 0.75)); ^^^^^^^^^^^^^ LinkedHashMap is a raw type. References to generic type LinkedHashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[378] LinkedHashMap history= new LinkedHashMap((int) (count / 0.75)); ^^^^^^^^^^^^^ LinkedHashMap is a raw type. References to generic type LinkedHashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[380] for (Iterator it= rhsCache.iterator(); it.hasNext(); rank++) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[382] history.put(type, rank); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[395] public Map getEntireHistory() { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[396] HashMap map= new HashMap((int) (fLHSCache.size() / 0.75)); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[396] HashMap map= new HashMap((int) (fLHSCache.size() / 0.75)); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[397] for (Iterator it= fLHSCache.entrySet().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[398] Entry entry= (Entry) it.next(); ^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[398] Entry entry= (Entry) it.next(); ^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[400] map.put(lhs, getHistory(lhs)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[402] return Collections.unmodifiableMap(map); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation unmodifiableMap(HashMap) of the generic method unmodifiableMap(Map) of type Collections [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[402] return Collections.unmodifiableMap(map); ^^^ Type safety: The expression of type HashMap needs unchecked conversion to conform to Map [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[421] private Set getCache(String lhs) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[425] fLHSCache.put(lhs, rhsCache); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[440] public static void store(ContentAssistHistory history, Preferences preferences, String key) throws CoreException { ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[443] preferences.setValue(key, writer.toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValue(String, String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[457] public static ContentAssistHistory load(Preferences preferences, String key) throws CoreException { ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistHistory.java:[458] String value= preferences.getString(key); ^^^^^^^^^^^^^^ The method getString(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameResourceProcessor.java:[189] final Map arguments = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameResourceProcessor.java:[189] final Map arguments = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameResourceProcessor.java:[200] RenameResourceProcessor.ID_RENAME_RESOURCE, project, description, comment, arguments, ^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameResourceProcessor.java:[203] arguments.put(ScriptRefactoringDescriptor.ATTRIBUTE_INPUT, ScriptRefactoringDescriptor.resourceToHandle(project, fResource)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameResourceProcessor.java:[205] arguments.put(ScriptRefactoringDescriptor.ATTRIBUTE_NAME, getNewElementName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dnd/ResourceTransferDragAdapter.java:[93] for (Iterator iter = selection.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[69] private ListDialogField fInclusionPatternList; ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[70] private ListDialogField fExclusionPatternList; ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[121] private ListDialogField createListContents(BPListElement entryToEdit, String key, String label, ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[125] ListDialogField patternList = new ListDialogField(adapter, buttonLabels, ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[125] ListDialogField patternList = new ListDialogField(adapter, buttonLabels, ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[134] ArrayList elements = new ArrayList(pattern.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[134] ArrayList elements = new ArrayList(pattern.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[136] elements.add(pattern[i].toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[138] patternList.setElements(elements); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setElements(Collection) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[176] protected void doCustomButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[186] protected void doDoubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[190] protected void doSelectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[191] List selected = field.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[195] private boolean canEdit(List selected) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[199] private void editEntry(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[200] List selElements = field.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[204] List existing = field.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[209] field.replaceElement(entry, dialog.getExclusionPattern()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method replaceElement(Object, Object) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[213] private boolean isExclusion(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[217] private void addEntry(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[218] List existing = field.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[222] field.addElement(dialog.getExclusionPattern()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[230] public void customButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[235] public void selectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[240] public void doubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[256] private IPath[] getPattern(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[284] private void addMultipleEntries(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[298] field.addElement(res[i].toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/HTMLTextPresenter.java:[64] Iterator e= presentation.getAllStyleRangeIterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/MoveModifications.java:[43] private List fMoves; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/MoveModifications.java:[44] private List fMoveArguments; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/MoveModifications.java:[45] private List fParticipantDescriptorFilter; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/MoveModifications.java:[48] fMoves = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/MoveModifications.java:[49] fMoveArguments = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/MoveModifications.java:[50] fParticipantDescriptorFilter = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/MoveModifications.java:[100] Set allMembers = new HashSet( ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/MoveModifications.java:[100] Set allMembers = new HashSet( Arrays.asList(resourceSource.members())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/MoveModifications.java:[100] Set allMembers = new HashSet( ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/MoveModifications.java:[107] for (Iterator iter = allMembers.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/MoveModifications.java:[150] for (Iterator iter = fMoves.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/MoveModifications.java:[184] fMoves.add(element); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/MoveModifications.java:[185] fMoveArguments.add(args); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/MoveModifications.java:[186] fParticipantDescriptorFilter.add(filter); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/OpenProjectAction.java:[26] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/OpenProjectAction.java:[179] project.open(IResource.BACKGROUND_REFRESH, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/OpenProjectAction.java:[179] project.open(IResource.BACKGROUND_REFRESH, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/OpenCloseWorkingSetAction.java:[25] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/OpenCloseWorkingSetAction.java:[166] List projects = getProjects(selection); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/OpenCloseWorkingSetAction.java:[183] final List projects = getProjects(selection); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/OpenCloseWorkingSetAction.java:[189] for (Iterator iter = projects.iterator(); iter ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/OpenCloseWorkingSetAction.java:[193] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/OpenCloseWorkingSetAction.java:[193] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/OpenCloseWorkingSetAction.java:[219] private List getProjects(IStructuredSelection selection) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/OpenCloseWorkingSetAction.java:[220] List result = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/OpenCloseWorkingSetAction.java:[220] List result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/OpenCloseWorkingSetAction.java:[221] List elements = selection.toList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/OpenCloseWorkingSetAction.java:[222] for (Iterator iter = elements.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/OpenCloseWorkingSetAction.java:[226] List projects = getProjects((IWorkingSet) element); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/OpenCloseWorkingSetAction.java:[229] result.addAll(projects); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/OpenCloseWorkingSetAction.java:[234] private List getProjects(IWorkingSet set) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/OpenCloseWorkingSetAction.java:[235] List result = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/OpenCloseWorkingSetAction.java:[235] List result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/OpenCloseWorkingSetAction.java:[246] result.add(project); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CutAction.java:[41] ISharedImages workbenchImages= DLTKUIPlugin.getDefault().getWorkbench().getSharedImages(); ^^^^^^^^^^^^^^ The method getWorkbench() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CutAction.java:[72] for (Iterator iter = selection.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CutAction.java:[81] for (Iterator iter = selection.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/EditTemplateDialog.java:[52] import org.eclipse.jface.text.templates.ContextTypeRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/EditTemplateDialog.java:[166] private ContextTypeRegistry fContextTypeRegistry; ^^^^^^^^^^^^^^^^^^^ The type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/EditTemplateDialog.java:[191] boolean isContextTypeModifiable, ContextTypeRegistry registry) { ^^^^^^^^^^^^^^^^^^^ The type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/EditTemplateDialog.java:[206] for (Iterator it = registry.contextTypes(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/EditTemplateDialog.java:[206] for (Iterator it = registry.contextTypes(); it.hasNext();) { ^^^^^^^^^^^^^^ The method contextTypes() from the type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/EditTemplateDialog.java:[222] .getContextType(template.getContextTypeId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getContextType(String) from the type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/EditTemplateDialog.java:[370] fContextTypeRegistry.getContextType(contextId)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getContextType(String) from the type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/EditTemplateDialog.java:[399] .getContextType(getContextId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getContextType(String) from the type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/BuildpathVariablesPreferencePage.java:[79] DLTKUIPlugin.getDefault().savePluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^^ The method savePluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/BuildpathVariablesPreferencePage.java:[123] Object id = ((Map) data).get(DATA_SELECT_VARIABLE); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/CallHierarchyUI.java:[261] List modelElements = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/CallHierarchyUI.java:[261] List modelElements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/CallHierarchyUI.java:[262] for (Iterator iter = structuredSelection.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/CallHierarchyUI.java:[267] modelElements.add(member); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/CallHierarchyUI.java:[270] modelElements.add(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/CallHierarchyUI.java:[273] modelElements.add(member); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ProjectsView.java:[212] Iterator iter = sel.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/AddSelectedLibraryOperation.java:[60] List result = null; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/AddSelectedLibraryOperation.java:[63] List elements = getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/AddSelectedLibraryOperation.java:[87] public boolean isValid(List elements, int[] types) throws ModelException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingContentProvider.java:[88] Collection elements = (Collection) element; ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingContentProvider.java:[88] Collection elements = (Collection) element; ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingContentProvider.java:[92] Iterator iter = ((Collection) element).iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingContentProvider.java:[92] Iterator iter = ((Collection) element).iterator(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingContentProvider.java:[119] List result = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingContentProvider.java:[119] List result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingContentProvider.java:[120] Map pr = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingContentProvider.java:[120] Map pr = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingContentProvider.java:[131] result.add(element); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingContentProvider.java:[132] pr.put(name, element); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingContentProvider.java:[136] result.add(element); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingContentProvider.java:[137] pr.put(name, element); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingContentProvider.java:[141] result.add(element); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingContentProvider.java:[162] ArrayList tempResult = new ArrayList(members.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingContentProvider.java:[162] ArrayList tempResult = new ArrayList(members.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingContentProvider.java:[165] tempResult.add(members[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingContentProvider.java:[181] ArrayList tempResult = new ArrayList(members.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingContentProvider.java:[181] ArrayList tempResult = new ArrayList(members.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingContentProvider.java:[185] tempResult.addAll(Arrays.asList(type.getChildren())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingContentProvider.java:[196] List list = new ArrayList(roots.length); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingContentProvider.java:[196] List list = new ArrayList(roots.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingContentProvider.java:[204] list.add(children[k]); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingContentProvider.java:[206] list.add(root); ^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingContentProvider.java:[223] Collection col = (Collection) newInput; ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingContentProvider.java:[223] Collection col = (Collection) newInput; ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingContentProvider.java:[487] ArrayList result = new ArrayList(elementsLength); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingContentProvider.java:[487] ArrayList result = new ArrayList(elementsLength); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ScriptBrowsingContentProvider.java:[491] result.add(element); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/LocationViewer.java:[48] setInput(new ArrayList()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/callhierarchy/IImplementorFinder.java:[25] public abstract Collection findImplementingTypes(IType type, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/ExcludeFromBuildpathAction.java:[22] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/ExcludeFromBuildpathAction.java:[54] private final List fSelectedElements; // IScriptFolder || ISourceModule ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/ExcludeFromBuildpathAction.java:[62] fSelectedElements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/ExcludeFromBuildpathAction.java:[77] List result = exclude(fSelectedElements, project, monitor); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/ExcludeFromBuildpathAction.java:[94] private List exclude(List modelElements, IScriptProject project, IProgressMonitor monitor) throws ModelException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/ExcludeFromBuildpathAction.java:[94] private List exclude(List modelElements, IScriptProject project, IProgressMonitor monitor) throws ModelException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/ExcludeFromBuildpathAction.java:[99] List existingEntries = BuildpathModifier.getExistingEntries(project); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/ExcludeFromBuildpathAction.java:[100] List resources = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/ExcludeFromBuildpathAction.java:[100] List resources = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/ExcludeFromBuildpathAction.java:[105] IResource resource = BuildpathModifier.exclude(modelElement, entry, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/ExcludeFromBuildpathAction.java:[105] IResource resource = BuildpathModifier.exclude(modelElement, entry, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/ExcludeFromBuildpathAction.java:[107] resources.add(resource); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/ExcludeFromBuildpathAction.java:[110] BuildpathModifier.commitBuildPath(existingEntries, project, new SubProgressMonitor(monitor, 4)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/ExcludeFromBuildpathAction.java:[110] BuildpathModifier.commitBuildPath(existingEntries, project, new SubProgressMonitor(monitor, 4)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/ExcludeFromBuildpathAction.java:[132] for (Iterator iter = elements.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/ExcludeFromBuildpathAction.java:[134] fSelectedElements.add(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/ExcludeFromBuildpathAction.java:[176] List parts = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/ExcludeFromBuildpathAction.java:[176] List parts = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/ExcludeFromBuildpathAction.java:[181] parts.add(part); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/ExcludeFromBuildpathAction.java:[186] parts.add(refs[i].getPart(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/ExcludeFromBuildpathAction.java:[188] Iterator itr = parts.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/UnincludeOperation.java:[56] List result= null; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/UnincludeOperation.java:[59] List elements= getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/UnincludeOperation.java:[84] public boolean isValid(List elements, int[] types) throws ModelException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[31] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[104] if (false) { System.out.println("createReorgPolicy():"); //$NON-NLS-1$ System.out.println(" resources: " + Arrays.asList(resources)); //$NON-NLS-1$ System.out.println(" elements: " + Arrays.asList(modelElements)); //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1385] private final Set fAutoGeneratedNewNames = new HashSet(2); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1385] private final Set fAutoGeneratedNewNames = new HashSet(2); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1402] fAutoGeneratedNewNames.add(newName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1432] fAutoGeneratedNewNames.add(newName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1454] fAutoGeneratedNewNames.add(newName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1831] fChangeManager = createChangeManager(new SubProgressMonitor(pm, 1), new RefactoringStatus()); // TODO: ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1831] fChangeManager = createChangeManager(new SubProgressMonitor(pm, 1), new RefactoringStatus()); // TODO: ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1844] Change fileMove = createSimpleMoveChange(new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1844] Change fileMove = createSimpleMoveChange(new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1950] IProgressMonitor typesMonitor = new SubProgressMonitor(pm, 1); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1950] IProgressMonitor typesMonitor = new SubProgressMonitor(pm, 1); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1953] handleType(types[j], destination, new SubProgressMonitor(typesMonitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1953] handleType(types[j], destination, new SubProgressMonitor(typesMonitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1980] fChangeManager = createChangeManager(new SubProgressMonitor(pm, 2), result); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1980] fChangeManager = createChangeManager(new SubProgressMonitor(pm, 2), result); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1982] computeQualifiedNameMatches(new SubProgressMonitor(pm, 4)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1982] computeQualifiedNameMatches(new SubProgressMonitor(pm, 4)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1983] result.merge(super.checkFinalConditions(new SubProgressMonitor(pm, 1), context, reorgQueries)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1983] result.merge(super.checkFinalConditions(new SubProgressMonitor(pm, 1), context, reorgQueries)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2005] Set result = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2005] Set result = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2006] result.addAll(Arrays.asList(ResourceUtil.getFiles(fChangeManager.getAllSourceModules()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2010] result.addAll(Arrays.asList(ResourceUtil.getFiles(getCus()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2011] return (IFile[]) result.toArray(new IFile[result.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2142] List result = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2142] List result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2154] result.add(cu); ^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2156] result.add(type); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2160] result.add(element); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2163] return (IModelElement[]) result.toArray(new IModelElement[result.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2167] Set modelElementSet = new HashSet(Arrays.asList(fScriptElements)); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2167] Set modelElementSet = new HashSet(Arrays.asList(fScriptElements)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2167] Set modelElementSet = new HashSet(Arrays.asList(fScriptElements)); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2168] List result = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2168] List result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2175] result.add(fResources[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2185] result.add(resource); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2189] return (IResource[]) result.toArray(new IResource[result.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LRUWorkingSetsList.java:[25] private final ArrayList fLRUList; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LRUWorkingSetsList.java:[31] fLRUList= new ArrayList(size); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LRUWorkingSetsList.java:[41] fLRUList.add(0, workingSets); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LRUWorkingSetsList.java:[45] public Iterator iterator() { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LRUWorkingSetsList.java:[50] public Iterator sortedIterator() { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LRUWorkingSetsList.java:[52] ArrayList sortedList= new ArrayList(fLRUList); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LRUWorkingSetsList.java:[52] ArrayList sortedList= new ArrayList(fLRUList); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LRUWorkingSetsList.java:[52] ArrayList sortedList= new ArrayList(fLRUList); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LRUWorkingSetsList.java:[53] Collections.sort(sortedList, fComparator); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation sort(ArrayList, WorkingSetsComparator) of the generic method sort(List, Comparator) of type Collections [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LRUWorkingSetsList.java:[53] Collections.sort(sortedList, fComparator); ^^^^^^^^^^ Type safety: The expression of type ArrayList needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LRUWorkingSetsList.java:[53] Collections.sort(sortedList, fComparator); ^^^^^^^^^^^ Type safety: The expression of type WorkingSetsComparator needs unchecked conversion to conform to Comparator [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LRUWorkingSetsList.java:[58] Iterator iter= new ArrayList(fLRUList).iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LRUWorkingSetsList.java:[58] Iterator iter= new ArrayList(fLRUList).iterator(); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LRUWorkingSetsList.java:[58] Iterator iter= new ArrayList(fLRUList).iterator(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LRUWorkingSetsList.java:[70] private IWorkingSet[] find(ArrayList list, IWorkingSet[] workingSets) { ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LRUWorkingSetsList.java:[71] Set workingSetList= new HashSet(Arrays.asList(workingSets)); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LRUWorkingSetsList.java:[71] Set workingSetList= new HashSet(Arrays.asList(workingSets)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LRUWorkingSetsList.java:[71] Set workingSetList= new HashSet(Arrays.asList(workingSets)); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LRUWorkingSetsList.java:[72] Iterator iter= list.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LRUWorkingSetsList.java:[75] Set lruWorkingSetList= new HashSet(Arrays.asList(lruWorkingSets)); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LRUWorkingSetsList.java:[75] Set lruWorkingSetList= new HashSet(Arrays.asList(lruWorkingSets)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/LRUWorkingSetsList.java:[75] Set lruWorkingSetList= new HashSet(Arrays.asList(lruWorkingSets)); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[33] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[210] IWorkbench workbench = DLTKUIPlugin.getDefault().getWorkbench(); ^^^^^^^^^^^^^^ The method getWorkbench() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[569] project.create(desc, new SubProgressMonitor(monitor, 50)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[569] project.create(desc, new SubProgressMonitor(monitor, 50)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[572] project.open(new SubProgressMonitor(monitor, 50)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[572] project.open(new SubProgressMonitor(monitor, 50)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[622] CoreUtility.createFolder((IFolder) res, true, true, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[622] CoreUtility.createFolder((IFolder) res, true, true, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[643] CoreUtility.createFolder(folder, true, true, new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[643] CoreUtility.createFolder(folder, true, true, new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[646] new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[646] new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[666] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[666] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[673] orginalFolder.move(entry.getPath(), true, true, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[673] orginalFolder.move(entry.getPath(), true, true, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[677] orginalFolder.delete(true, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[677] orginalFolder.delete(true, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[679] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[679] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[690] javaProject.setRawBuildpath(buildpath, new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[690] javaProject.setRawBuildpath(buildpath, new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/NewSourceFolderWizardPage.java:[32] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/NewSourceFolderWizardPage.java:[477] CoreUtility.createFolder(folder, true, true, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/NewSourceFolderWizardPage.java:[477] CoreUtility.createFolder(folder, true, true, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/NewSourceFolderWizardPage.java:[483] fCurrJProject.setRawBuildpath(fNewEntries, new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/NewSourceFolderWizardPage.java:[483] fCurrJProject.setRawBuildpath(fNewEntries, new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/OpenLocationAction.java:[37] for (Iterator iter = selection.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/OpenLocationAction.java:[62] for (Iterator iter= selection.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[44] import org.eclipse.dltk.internal.core.search.DLTKSearchMethodNameMatch; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKSearchMethodNameMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[96] private Set fHistory; ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[117] public void setHistory(Set history) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[134] protected static class MethodInfoComparator implements Comparator { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[220] private Map fLib2Name = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[220] private Map fLib2Name = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[237] private void processVMInstallType(IInterpreterInstallType installType, List locations, List labels) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[237] private void processVMInstallType(IInterpreterInstallType installType, List locations, List labels) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[258] locations.add(filePath); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[259] labels.add(label); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[271] fLib2Name.put(location.getLibraryPath().toString(), label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[559] protected abstract MethodNameMatch[] getSearchResult(Set matchIdsInHistory, ProgressMonitor monitor) ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[572] List elements = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[572] List elements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[573] List imageDescriptors = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[573] List imageDescriptors = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[574] List labels = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[574] List labels = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[575] Set filteredMatches = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[575] Set filteredMatches = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[579] Arrays.sort(matchingTypes, new MethodInfoComparator(fLabelProvider, fFilter)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation sort(MethodNameMatch[], MethodInfoViewer.MethodInfoComparator) of the generic method sort(T[], Comparator) of type Arrays [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[579] Arrays.sort(matchingTypes, new MethodInfoComparator(fLabelProvider, fFilter)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type MethodInfoViewer.MethodInfoComparator needs unchecked conversion to conform to Comparator [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[584] elements.add(type); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[585] filteredMatches.add(type); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[586] imageDescriptors.add(fLabelProvider.getImageDescriptor(type)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[587] labels.add(fLabelProvider.getText(last, type, next)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[625] elements.add(type); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[626] labels.add(fLabelProvider.getText(last, type, next)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[627] imageDescriptors.add(fLabelProvider.getImageDescriptor(type)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[636] System.out.println("Sleeping for: " + sleep); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[657] Set filteredMatches = new HashSet(matchingTypes.length * 2); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[657] Set filteredMatches = new HashSet(matchingTypes.length * 2); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[659] filteredMatches.add(matchingTypes[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[701] protected MethodNameMatch[] getSearchResult(Set matchIdsInHistory, ProgressMonitor monitor) ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[712] fReqestor.acceptMethodNameMatch(new DLTKSearchMethodNameMatch(method, method.getFlags())); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKSearchMethodNameMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[712] fReqestor.acceptMethodNameMatch(new DLTKSearchMethodNameMatch(method, method.getFlags())); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DLTKSearchMethodNameMatch(IMethod, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[724] Arrays.sort(result, new MethodInfoComparator(fLabelProvider, fFilter)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation sort(MethodNameMatch[], MethodInfoViewer.MethodInfoComparator) of the generic method sort(T[], Comparator) of type Arrays [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[724] Arrays.sort(result, new MethodInfoComparator(fLabelProvider, fFilter)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type MethodInfoViewer.MethodInfoComparator needs unchecked conversion to conform to Comparator [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[743] protected MethodNameMatch[] getSearchResult(Set filteredHistory, ProgressMonitor monitor) throws CoreException { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[755] Arrays.sort(types, new MethodInfoComparator(fLabelProvider, fFilter)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation sort(MethodNameMatch[], MethodInfoViewer.MethodInfoComparator) of the generic method sort(T[], Comparator) of type Arrays [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[755] Arrays.sort(types, new MethodInfoComparator(fLabelProvider, fFilter)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type MethodInfoViewer.MethodInfoComparator needs unchecked conversion to conform to Comparator [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[839] private List fItems; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[904] fItems = new ArrayList(500); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[1250] private void addHistory(int ticket, final List elements, final List imageDescriptors, final List labels) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[1250] private void addHistory(int ticket, final List elements, final List imageDescriptors, final List labels) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[1250] private void addHistory(int ticket, final List elements, final List imageDescriptors, final List labels) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[1254] private void addAll(int ticket, final List elements, final List imageDescriptors, final List labels) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[1254] private void addAll(int ticket, final List elements, final List imageDescriptors, final List labels) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[1254] private void addAll(int ticket, final List elements, final List imageDescriptors, final List labels) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[1288] fItems.add(item); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[1303] fItems.add(item); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/CallHierarchyTransferDropAdapter.java:[45] List elements= ((IStructuredSelection) selection).toList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/CallHierarchyTransferDropAdapter.java:[47] return elements.toArray(new IMember[elements.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddSelectedLibraryToBuildpathAction.java:[22] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddSelectedLibraryToBuildpathAction.java:[74] List result = addLibraryEntries(files, project, monitor); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddSelectedLibraryToBuildpathAction.java:[91] private List addLibraryEntries(IFile[] resources, IScriptProject project, IProgressMonitor monitor) throws CoreException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddSelectedLibraryToBuildpathAction.java:[92] List addedEntries= new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddSelectedLibraryToBuildpathAction.java:[92] List addedEntries= new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddSelectedLibraryToBuildpathAction.java:[97] addedEntries.add(new BPListElement(project, IBuildpathEntry.BPE_LIBRARY, res.getFullPath(), res, false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddSelectedLibraryToBuildpathAction.java:[101] List existingEntries= BuildpathModifier.getExistingEntries(project); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddSelectedLibraryToBuildpathAction.java:[102] BuildpathModifier.setNewEntry(existingEntries, addedEntries, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddSelectedLibraryToBuildpathAction.java:[102] BuildpathModifier.setNewEntry(existingEntries, addedEntries, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddSelectedLibraryToBuildpathAction.java:[103] BuildpathModifier.commitBuildPath(existingEntries, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddSelectedLibraryToBuildpathAction.java:[103] BuildpathModifier.commitBuildPath(existingEntries, project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddSelectedLibraryToBuildpathAction.java:[105] List result= new ArrayList(addedEntries.size()); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddSelectedLibraryToBuildpathAction.java:[105] List result= new ArrayList(addedEntries.size()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddSelectedLibraryToBuildpathAction.java:[110] result.add(elem); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddSelectedLibraryToBuildpathAction.java:[140] ArrayList res= new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddSelectedLibraryToBuildpathAction.java:[140] ArrayList res= new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddSelectedLibraryToBuildpathAction.java:[142] for (Iterator iter= elements.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddSelectedLibraryToBuildpathAction.java:[155] res.add(element); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddSelectedLibraryToBuildpathAction.java:[157] return (IFile[]) res.toArray(new IFile[res.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddSelectedLibraryToBuildpathAction.java:[184] List parts= new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddSelectedLibraryToBuildpathAction.java:[184] List parts= new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddSelectedLibraryToBuildpathAction.java:[189] parts.add(part); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddSelectedLibraryToBuildpathAction.java:[194] parts.add(refs[i].getPart(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddSelectedLibraryToBuildpathAction.java:[197] Iterator itr= parts.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/hover/ScriptInformationProvider.java:[124] String s = fImplementation.getHoverInfo(textViewer, subject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getHoverInfo(ITextViewer, IRegion) from the type ITextHover is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/RenameUserInterfaceStarter.java:[41] private List fParts; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/RenameUserInterfaceStarter.java:[42] private List fSelections; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/RenameUserInterfaceStarter.java:[46] fParts = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/RenameUserInterfaceStarter.java:[47] fSelections = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/RenameUserInterfaceStarter.java:[90] fParts.add(part); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/RenameUserInterfaceStarter.java:[91] fSelections.add(selection); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ScriptUILabelProvider.java:[191] drawImage(bg, 0, 0); ^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/DLTKUIPlugin.java:[333] workbench = getWorkbench(); ^^^^^^^^^^^^^^ The method getWorkbench() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/DLTKUIPlugin.java:[366] return DLTKUIPlugin.getDefault().getWorkbench() ^^^^^^^^^^^^^^ The method getWorkbench() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/DLTKUIPlugin.java:[545] getPluginPreferences(), ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/CapabilityConfigurationPage.java:[21] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/CapabilityConfigurationPage.java:[255] configureNatures(project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/CapabilityConfigurationPage.java:[255] configureNatures(project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/CapabilityConfigurationPage.java:[256] configureProject(project, new SubProgressMonitor(monitor, 5)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/CapabilityConfigurationPage.java:[256] configureProject(project, new SubProgressMonitor(monitor, 5)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/CallHierarchyViewPart.java:[142] private List fMethodHistory; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/CallHierarchyViewPart.java:[168] fMethodHistory = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/CallHierarchyViewPart.java:[183] fMethodHistory.add(elems[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/CallHierarchyViewPart.java:[197] return (IMethod[]) fMethodHistory.toArray(new IMethod[fMethodHistory.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/CallHierarchyViewPart.java:[332] int ops = DND.DROP_COPY | DND.DROP_LINK; ^^^ The value of the local variable ops is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/CallHierarchyViewPart.java:[333] Transfer[] transfers = new Transfer[] { LocalSelectionTransfer.getTransfer(), ResourceTransfer.getInstance() }; ^^^^^^^^^ The value of the local variable transfers is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/CallHierarchyViewPart.java:[335] TransferDragSourceListener[] dragListeners = new TransferDragSourceListener[] { ^^^^^^^^^^^^^ The value of the local variable dragListeners is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/CallHierarchyViewPart.java:[786] fMethodHistory.add(0, entry); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/selectionaction/SelectionHistory.java:[23] private List fHistory; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/selectionaction/SelectionHistory.java:[32] fHistory= new ArrayList(3); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/selectionaction/SelectionHistory.java:[50] fHistory.add(range); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ResourceToItemsMapper.java:[39] private HashMap fResourceToItem; ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ResourceToItemsMapper.java:[40] private Stack fReuseLists; ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ResourceToItemsMapper.java:[45] fResourceToItem = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ResourceToItemsMapper.java:[46] fReuseLists = new Stack(); ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ResourceToItemsMapper.java:[64] List list = (List) obj; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ResourceToItemsMapper.java:[64] List list = (List) obj; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ResourceToItemsMapper.java:[90] fResourceToItem.put(resource, item); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ResourceToItemsMapper.java:[93] List list = getNewList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ResourceToItemsMapper.java:[94] list.add(existingMapping); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ResourceToItemsMapper.java:[95] list.add(item); ^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ResourceToItemsMapper.java:[96] fResourceToItem.put(resource, list); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ResourceToItemsMapper.java:[99] List list = (List) existingMapping; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ResourceToItemsMapper.java:[99] List list = (List) existingMapping; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ResourceToItemsMapper.java:[101] list.add(item); ^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ResourceToItemsMapper.java:[124] List list = (List) existingMapping; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ResourceToItemsMapper.java:[124] List list = (List) existingMapping; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ResourceToItemsMapper.java:[134] private List getNewList() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ResourceToItemsMapper.java:[136] return (List) fReuseLists.pop(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ResourceToItemsMapper.java:[138] return new ArrayList(2); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ResourceToItemsMapper.java:[141] private void releaseList(List list) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ResourceToItemsMapper.java:[143] fReuseLists.push(list); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[24] import org.eclipse.dltk.internal.core.util.Util; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[55] private final List fSelectedElements; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[81] List insertedElements = fWizard.getInsertedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[130] private ListDialogField fBuildpathList; ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[157] public SourceContainerWorkbookPage(ListDialogField buildpathList) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[246] List elements = fFoldersList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[326] List selection = field.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[336] List selection = field.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[348] List existingElements = fFoldersList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[349] BPListElement[] existing = (BPListElement[]) existingElements .toArray( new BPListElement[existingElements.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[363] newElement, fFoldersList.getElements(), true); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[372] newElement, fFoldersList.getElements(), true); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[390] && Util.isValidFolderNameForPackage(container, ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[390] && Util.isValidFolderNameForPackage(container, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.isValidFolderNameForPackage(IContainer, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[399] List elements = fFoldersList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[414] List selElements = fFoldersList.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[429] fFoldersList.getElements(), false); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[435] fFoldersList.getElements(), false); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[447] fFoldersList.getElements()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[468] List selected = fFoldersList.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[476] List selElements = fFoldersList.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[495] for (Iterator iter = selElements.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[498] List list = BuildpathModifier.removeFilters( ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[501] for (Iterator iterator = list.iterator(); iterator ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[514] private boolean canRemove(List selElements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[544] private boolean canEdit(List selElements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[574] List srcelements = fFoldersList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[576] List cpelements = fBuildpathList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[596] cpelements.addAll(insertPos, srcelements); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(int, Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[600] fBuildpathList.setElements(cpelements); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setElements(Collection) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[605] public List getSelection() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[610] public void setSelection(List selElements, boolean expand) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[624] protected void refresh(List insertedElements, List removedElements, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[624] protected void refresh(List insertedElements, List removedElements, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[625] List modifiedElements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[627] for (Iterator iter = insertedElements.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/SourceContainerWorkbookPage.java:[634] for (Iterator iter = modifiedElements.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[34] import org.eclipse.dltk.ui.viewsupport.DecoratingModelLabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DecoratingModelLabelProvider is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[118] private PackageViewerWrapper fWrappedViewer; ^^^^^^^^^^^^^^^^^^^^ The type PackageViewerWrapper is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[153] fWrappedViewer = new PackageViewerWrapper(); ^^^^^^^^^^^^^^^^^^^^ The type PackageViewerWrapper is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[153] fWrappedViewer = new PackageViewerWrapper(); ^^^^^^^^^^^^^^^^^^^^^^ The constructor PackageViewerWrapper() is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[200] fWrappedViewer.setViewer(viewer); ^^^^^^^^^^^^^^^^^ The method setViewer(StructuredViewer) from the type PackageViewerWrapper is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[236] return new PackagesViewFlatContentProvider(fWrappedViewer.getViewer()); ^^^^^^^^^^^ The method getViewer() from the type PackageViewerWrapper is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[238] return new PackagesViewHierarchicalContentProvider(fWrappedViewer.getViewer()); ^^^^^^^^^^^ The method getViewer() from the type PackageViewerWrapper is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[337] fWrappedViewer.setViewerInput(input); ^^^^^^^^^^^^^^^^^^^^^ The method setViewerInput(Object) from the type PackageViewerWrapper is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[502] StructuredViewer viewer = fWrappedViewer.getViewer(); ^^^^^^^^^^^ The method getViewer() from the type PackageViewerWrapper is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[507] Control control = createViewer(fWrappedViewer.getControl().getParent()).getControl(); ^^^^^^^^^^^^ The method getControl() from the type PackageViewerWrapper is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[514] fWrappedViewer.setViewerInput(object); ^^^^^^^^^^^^^^^^^^^^^^ The method setViewerInput(Object) from the type PackageViewerWrapper is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[515] fWrappedViewer.getControl().setFocus(); ^^^^^^^^^^^^ The method getControl() from the type PackageViewerWrapper is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[516] fWrappedViewer.setSelection(selection, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setSelection(ISelection, boolean) from the type PackageViewerWrapper is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[532] fSelectAllAction = new SelectAllAction((TableViewer) fWrappedViewer.getViewer()); ^^^^^^^^^^^ The method getViewer() from the type PackageViewerWrapper is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[583] protected DecoratingModelLabelProvider createDecoratingLabelProvider(ScriptUILabelProvider provider) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DecoratingModelLabelProvider is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[584] return new DecoratingModelLabelProvider(provider, false, isInListState()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DecoratingModelLabelProvider is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[584] return new DecoratingModelLabelProvider(provider, false, isInListState()) { @Override public String getText(Object element) { if (element instanceof LogicalPackage) { LogicalPackage el = (LogicalPackage) element; return super.getText(el.getScriptFolders()[0]); } return super.getText(element); } @Override public Image getImage(Object element) { if (element instanceof LogicalPackage) { LogicalPackage el = (LogicalPackage) element; ILabelDecorator decorator = getLabelDecorator(); IScriptFolder[] fragments = el.getScriptFolders(); Image image = super.getImage(el); for (int i = 0; i < fragments.length; i++) { IScriptFolder fragment = fragments[i]; Image decoratedImage = decorator.decorateImage(image, fragment); if (decoratedImage != null) image = decoratedImage; } return image; } return super.getImage(element); } }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor DecoratingModelLabelProvider(ScriptUILabelProvider, boolean, boolean) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[627] LogicalPackagesProvider p = (LogicalPackagesProvider) fWrappedViewer.getContentProvider(); ^^^^^^^^^^^^^^^^^^^^ The method getContentProvider() from the type PackageViewerWrapper is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PluginImagesHelper.java:[26] private HashMap avoidSWTErrorMap; ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PluginImagesHelper.java:[86] avoidSWTErrorMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PluginImagesHelper.java:[88] avoidSWTErrorMap.put(key, result); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/PluginImagesHelper.java:[102] for (Iterator iter = avoidSWTErrorMap.keySet().iterator(); iter ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/SearchScopeActionGroup.java:[194] Iterator iter = SearchUtil.getLRUWorkingSets().sortedIterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/SearchScopeActionGroup.java:[239] private void addAction(List actions, Action action) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/SearchScopeActionGroup.java:[246] actions.add(action); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElementAttribute.java:[26] private IStatus fStatus; ^^^^^^^ The value of the field BPListElementAttribute.fStatus is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/ScriptCopyProcessor.java:[23] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/ScriptCopyProcessor.java:[111] List result = new ArrayList(jElements.length + resources.length); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/ScriptCopyProcessor.java:[111] List result = new ArrayList(jElements.length + resources.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/ScriptCopyProcessor.java:[112] result.addAll(Arrays.asList(jElements)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/ScriptCopyProcessor.java:[113] result.addAll(Arrays.asList(resources)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/ScriptCopyProcessor.java:[172] new SubProgressMonitor(pm, 1), context, fReorgQueries); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/ScriptCopyProcessor.java:[172] new SubProgressMonitor(pm, 1), context, fReorgQueries); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/ScriptCopyProcessor.java:[173] result.merge(context.check(new SubProgressMonitor(pm, 1))); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/ScriptCopyProcessor.java:[173] result.merge(context.check(new SubProgressMonitor(pm, 1))); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareLabelProvider.java:[25] private Map fImages = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareLabelProvider.java:[25] private Map fImages = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareLabelProvider.java:[48] fImages.put(image, result); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/WorkingSetAwareLabelProvider.java:[57] for (Iterator iter = fImages.values().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/documentation/DocumentationFileResponse.java:[55] return encoding != null ? new InputStreamReader(stream, encoding) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Resource '' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListLabelProvider.java:[52] IWorkbench workbench = DLTKUIPlugin.getDefault().getWorkbench(); ^^^^^^^^^^^^^^ The method getWorkbench() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/ResetOperation.java:[56] List result= null; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/ResetOperation.java:[59] List selection= getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/ResetOperation.java:[84] public boolean isValid(List elements, int[] types) throws ModelException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/preferences/PropertyAndPreferencePage.java:[67] private Map fData; // page data ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/preferences/PropertyAndPreferencePage.java:[205] Map data = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/preferences/PropertyAndPreferencePage.java:[205] Map data = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/preferences/PropertyAndPreferencePage.java:[206] data.put(DATA_NO_LINK, Boolean.TRUE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/preferences/PropertyAndPreferencePage.java:[211] HashSet projectsWithSpecifics = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/preferences/PropertyAndPreferencePage.java:[211] HashSet projectsWithSpecifics = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/preferences/PropertyAndPreferencePage.java:[219] projectsWithSpecifics.add(curr); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/preferences/PropertyAndPreferencePage.java:[338] fData = (Map) data; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/preferences/PropertyAndPreferencePage.java:[348] protected Map getData() { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/ProjectFragmentReorgChange.java:[19] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/ProjectFragmentReorgChange.java:[68] new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/ProjectFragmentReorgChange.java:[68] new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/ToggleCommentAction.java:[52] private Map fPrefixesMap; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/ToggleCommentAction.java:[133] int lineCount= 0; ^^^^^^^^^ The value of the local variable lineCount is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/ToggleCommentAction.java:[238] int[] found= TextUtilities.indexOf(prefixes, text, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method indexOf(String[], String, int) from the type TextUtilities is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/ToggleCommentAction.java:[298] Map prefixesMap= new HashMap(types.length); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/ToggleCommentAction.java:[298] Map prefixesMap= new HashMap(types.length); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/ToggleCommentAction.java:[320] prefixesMap.put(type, prefixes); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/RemoveWorkingSetElementAction.java:[43] List elements = treeSelection.toList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/RemoveWorkingSetElementAction.java:[45] for (Iterator iter = elements.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/RemoveWorkingSetElementAction.java:[73] List selectedElements = selection.toList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/RemoveWorkingSetElementAction.java:[74] for (Iterator iter = selectedElements.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/CompletionProposalLabelProviderRegistry.java:[22] final NatureExtensionManager manager = new NatureExtensionManager( ^^^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/OpenModelElementWithMenu.java:[41] import org.eclipse.ui.internal.WorkbenchPage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.125.0.v20220308-0722/org.eclipse.ui.workbench-3.125.0.v20220308-0722.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/OpenModelElementWithMenu.java:[42] import org.eclipse.ui.internal.ide.IDEWorkbenchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.ide/3.18.500.v20220215-1304/org.eclipse.ui.ide-3.18.500.v20220215-1304.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/OpenModelElementWithMenu.java:[83] static final Comparator comparer = new Comparator() { ^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/OpenModelElementWithMenu.java:[295] menuItem.setText(IDEWorkbenchMessages.OpenWithMenu_Other); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.ide/3.18.500.v20220215-1304/org.eclipse.ui.ide-3.18.500.v20220215-1304.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/OpenModelElementWithMenu.java:[295] menuItem.setText(IDEWorkbenchMessages.OpenWithMenu_Other); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IDEWorkbenchMessages.OpenWithMenu_Other' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.ide/3.18.500.v20220215-1304/org.eclipse.ui.ide-3.18.500.v20220215-1304.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/OpenModelElementWithMenu.java:[301] NLS.bind(IDEWorkbenchMessages.OpenWithMenu_OtherDialogDescription, fileResource.getName())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.ide/3.18.500.v20220215-1304/org.eclipse.ui.ide-3.18.500.v20220215-1304.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/OpenModelElementWithMenu.java:[301] NLS.bind(IDEWorkbenchMessages.OpenWithMenu_OtherDialogDescription, fileResource.getName())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IDEWorkbenchMessages.OpenWithMenu_OtherDialogDescription' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.ide/3.18.500.v20220215-1304/org.eclipse.ui.ide-3.18.500.v20220215-1304.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/OpenModelElementWithMenu.java:[354] ((WorkbenchPage) page).openEditorFromDescriptor(new FileEditorInput(file), editorDescriptor, true, ^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.125.0.v20220308-0722/org.eclipse.ui.workbench-3.125.0.v20220308-0722.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/OpenModelElementWithMenu.java:[354] ((WorkbenchPage) page).openEditorFromDescriptor(new FileEditorInput(file), editorDescriptor, true, ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'WorkbenchPage.openEditorFromDescriptor(IEditorInput, IEditorDescriptor, boolean, IMemento)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.125.0.v20220308-0722/org.eclipse.ui.workbench-3.125.0.v20220308-0722.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplatesPreferencePage.java:[117] Object id = ((Map) data).get(DATA_SELECT_TEMPLATE); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/ScriptWorkingSetPage.java:[267] ArrayList closedWithChildren = new ArrayList(elements.size()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/ScriptWorkingSetPage.java:[267] ArrayList closedWithChildren = new ArrayList(elements.size()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/ScriptWorkingSetPage.java:[282] closedWithChildren.add(project); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/ScriptWorkingSetPage.java:[338] private void findCheckedElements(List checkedResources, Object parent) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/ScriptWorkingSetPage.java:[344] checkedResources.add(children[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetFilterActionGroup.java:[62] private List fContributions= new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetFilterActionGroup.java:[62] private List fContributions= new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetFilterActionGroup.java:[239] fContributions.add(item); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetFilterActionGroup.java:[244] fContributions.add(item); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetFilterActionGroup.java:[257] Arrays.sort(workingSets, new WorkingSetComparator()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation sort(IWorkingSet[], WorkingSetComparator) of the generic method sort(T[], Comparator) of type Arrays [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetFilterActionGroup.java:[257] Arrays.sort(workingSets, new WorkingSetComparator()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type WorkingSetComparator needs unchecked conversion to conform to Comparator [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetFilterActionGroup.java:[275] fContributions.add(item); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetFilterActionGroup.java:[281] for (Iterator iter= fContributions.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistPreference.java:[34] private final static String PROPOSALS_FOREGROUND= PreferenceConstants.CODEASSIST_PROPOSALS_FOREGROUND; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field PreferenceConstants.CODEASSIST_PROPOSALS_FOREGROUND is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistPreference.java:[36] private final static String PROPOSALS_BACKGROUND= PreferenceConstants.CODEASSIST_PROPOSALS_BACKGROUND; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field PreferenceConstants.CODEASSIST_PROPOSALS_BACKGROUND is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/CreateCopyOfSourceModuleChange.java:[18] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/CreateCopyOfSourceModuleChange.java:[79] new SubProgressMonitor(pm, 9), fOldCu, newTypeName); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/CreateCopyOfSourceModuleChange.java:[79] new SubProgressMonitor(pm, 9), fOldCu, newTypeName); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/CreateCopyOfSourceModuleChange.java:[82] return super.getOldFile(new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/CreateCopyOfSourceModuleChange.java:[82] return super.getOldFile(new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ProblemTreeViewer.java:[95] ArrayList others = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ProblemTreeViewer.java:[95] ArrayList others = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ProblemTreeViewer.java:[101] others.add(curr); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ProblemTreeViewer.java:[184] List list = new ArrayList(elements.length); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ProblemTreeViewer.java:[184] List list = new ArrayList(elements.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ProblemTreeViewer.java:[189] list.add(object); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/ext/MultiSelectionListViewer.java:[87] Rectangle bounds = tree.getBounds(); ^^^^^^ The value of the local variable bounds is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ProblemTableViewer.java:[105] ArrayList others= new ArrayList(changed.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ProblemTableViewer.java:[105] ArrayList others= new ArrayList(changed.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/ProblemTableViewer.java:[111] others.add(curr); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPVariableElementLabelProvider.java:[80] ArrayList restrictions = new ArrayList(2); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPVariableElementLabelProvider.java:[80] ArrayList restrictions = new ArrayList(2); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPVariableElementLabelProvider.java:[83] restrictions .add(NewWizardMessages.BPVariableElementLabelProvider_read_only); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HierarchyLabelProvider.java:[53] drawImage(getImageData(fBase), 0, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HierarchyLabelProvider.java:[58] ImageData data = descriptor.getImageData(); ^^^^^^^^^^^^^^ The method getImageData() from the type ImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/AbstractDeleteChange.java:[19] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/AbstractDeleteChange.java:[45] buffer.commit(new SubProgressMonitor(pm, 1), false); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/AbstractDeleteChange.java:[45] buffer.commit(new SubProgressMonitor(pm, 1), false); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/AbstractDeleteChange.java:[46] file.refreshLocal(IResource.DEPTH_ONE, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/AbstractDeleteChange.java:[46] file.refreshLocal(IResource.DEPTH_ONE, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchEditorOpener.java:[165] return DLTKUIPlugin.getDefault().getWorkbench().getEditorRegistry() ^^^^^^^^^^^^^^ The method getWorkbench() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchEditorOpener.java:[169] return desc.getId(); ^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchEditorOpener.java:[179] desc = DLTKUIPlugin.getDefault().getWorkbench().getEditorRegistry() ^^^^^^^^^^^^^^ The method getWorkbench() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchEditorOpener.java:[184] return DLTKUIPlugin.getDefault().getWorkbench().getEditorRegistry() ^^^^^^^^^^^^^^ The method getWorkbench() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[18] import java.util.Observable; ^^^^^^^^^^^^^^^^^^^^ The type Observable is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[19] import java.util.Observer; ^^^^^^^^^^^^^^^^^^ The type Observer is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[97] public final class NameGroup extends Observable implements IDialogFieldListener { ^^^^^^^^^^ The type Observable is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[115] setChanged(); ^^^^^^^^^^^^ The method setChanged() from the type Observable is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[116] notifyObservers(); ^^^^^^^^^^^^^^^^^ The method notifyObservers() from the type Observable is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[142] public class LocationGroup extends Observable implements Observer, IStringButtonAdapter, IDialogFieldListener { ^^^^^^^^^^ The type Observable is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[142] public class LocationGroup extends Observable implements Observer, IStringButtonAdapter, IDialogFieldListener { ^^^^^^^^ The type Observer is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[271] setChanged(); ^^^^^^^^^^^^ The method setChanged() from the type Observable is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[272] notifyObservers(); ^^^^^^^^^^^^^^^^^ The method notifyObservers() from the type Observable is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[284] public void update(Observable o, Object arg) { ^^^^^^^^^^ The type Observable is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[523] protected abstract class AbstractInterpreterGroup extends Observable ^^^^^^^^^^ The type Observable is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[524] implements Observer, SelectionListener, IDialogFieldListener, IInterpreterGroup { ^^^^^^^^ The type Observer is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[646] public void update(Observable o, Object arg) { ^^^^^^^^^^ The type Observable is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[706] setChanged(); ^^^^^^^^^^^^ The method setChanged() from the type Observable is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[707] notifyObservers(); ^^^^^^^^^^^^^^^^^ The method notifyObservers() from the type Observable is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[713] setChanged(); ^^^^^^^^^^^^ The method setChanged() from the type Observable is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[714] notifyObservers(); ^^^^^^^^^^^^^^^^^ The method notifyObservers() from the type Observable is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[838] protected final class DetectGroup extends Observable implements Observer, SelectionListener { ^^^^^^^^^^ The type Observable is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[838] protected final class DetectGroup extends Observable implements Observer, SelectionListener { ^^^^^^^^ The type Observer is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[896] public void update(Observable o, Object arg) { ^^^^^^^^^^ The type Observable is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[901] setChanged(); ^^^^^^^^^^^^ The method setChanged() from the type Observable is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[902] notifyObservers(); ^^^^^^^^^^^^^^^^^ The method notifyObservers() from the type Observable is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[998] private final class Validator implements Observer { ^^^^^^^^ The type Observer is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[1000] public void update(Observable o, Object arg) { ^^^^^^^^^^ The type Observable is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[1009] private void validate(IControlDecorationManager decorations, Observable o, Object arg) { ^^^^^^^^^^ The type Observable is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[1124] protected Observable getInterpreterGroupObservable() { ^^^^^^^^^^ The type Observable is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[1125] if (fInterpreterGroup instanceof Observable) { ^^^^^^^^^^ The type Observable is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[1126] return (Observable) fInterpreterGroup; ^^^^^^^^^^ The type Observable is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[1169] fNameGroup.addObserver(fLocationGroup); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addObserver(Observer) from the type Observable is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[1172] fLocationGroup.addObserver(fDetectGroup); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method addObserver(Observer) from the type Observable is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[1174] fNameGroup.notifyObservers(); ^^^^^^^^^^^^^^^^^ The method notifyObservers() from the type Observable is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[1178] Observable interpreterGroupObservable = getInterpreterGroupObservable(); ^^^^^^^^^^ The type Observable is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[1181] interpreterGroupObservable.addObserver(fValidator); ^^^^^^^^^^^^^^^^^^^^^^^ The method addObserver(Observer) from the type Observable is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[1184] fNameGroup.addObserver(fValidator); ^^^^^^^^^^^^^^^^^^^^^^^ The method addObserver(Observer) from the type Observable is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectWizardFirstPage.java:[1185] fLocationGroup.addObserver(fValidator); ^^^^^^^^^^^^^^^^^^^^^^^ The method addObserver(Observer) from the type Observable is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/DeleteModifications.java:[51] private List fDelete; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/DeleteModifications.java:[52] private List fPackagesToDelete; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/DeleteModifications.java:[55] fDelete = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/DeleteModifications.java:[56] fPackagesToDelete = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/DeleteModifications.java:[60] fDelete.add(resource); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/DeleteModifications.java:[80] fDelete.add(element); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/DeleteModifications.java:[85] fDelete.add(element); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/DeleteModifications.java:[94] fDelete.add(element); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/DeleteModifications.java:[95] fPackagesToDelete.add(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/DeleteModifications.java:[98] fDelete.add(element); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/DeleteModifications.java:[101] fDelete.addAll(Arrays.asList(types)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/DeleteModifications.java:[110] fDelete.add(element); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/DeleteModifications.java:[118] fDelete.add(unit); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/DeleteModifications.java:[126] fDelete.add(element); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/DeleteModifications.java:[132] for (Iterator iter = fPackagesToDelete.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/DeleteModifications.java:[140] for (Iterator iter = fDelete.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/DeleteModifications.java:[154] for (Iterator iter = fDelete.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[26] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[307] SubProgressMonitor subPm = new SubProgressMonitor(pm, 16); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[307] SubProgressMonitor subPm = new SubProgressMonitor(pm, 16); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[307] SubProgressMonitor subPm = new SubProgressMonitor(pm, 16); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[310] subPm.beginTask("", allSubpackages.length); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method beginTask(String, int) from the type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[313] .doRename(new SubProgressMonitor(subPm, 1), result); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[313] .doRename(new SubProgressMonitor(subPm, 1), result); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[315] subPm.done(); ^^^^^^ The method done() from the type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[373] Set topLevelTypeNames = getTopLevelTypeNames(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[385] private Set getTopLevelTypeNames() throws CoreException { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[387] Set result = new HashSet(2 * cus.length); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[387] Set result = new HashSet(2 * cus.length); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[389] result.addAll(getTopLevelTypeNames(cus[i])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[394] private static Collection getTopLevelTypeNames(ISourceModule iSourceModule) throws CoreException { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[396] List result = new ArrayList(types.length); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[396] List result = new ArrayList(types.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[398] result.add(types[i].getElementName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[403] private RefactoringStatus checkTypeNameConflicts(IProjectFragment root, String newName, Set topLevelTypeNames) ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[416] private RefactoringStatus checkTypeNameConflicts(ISourceModule iSourceModule, Set topLevelTypeNames) ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[437] final Map arguments = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[437] final Map arguments = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[455] description, comment.asString(), arguments, flags); ^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[456] arguments.put(ScriptRefactoringDescriptor.ATTRIBUTE_INPUT, descriptor.elementToHandle(fPackage)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[457] arguments.put(ScriptRefactoringDescriptor.ATTRIBUTE_NAME, getNewElementName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[459] arguments.put(ATTRIBUTE_PATTERNS, fFilePatterns); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[460] arguments.put(ATTRIBUTE_REFERENCES, Boolean.valueOf(fUpdateReferences).toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[461] arguments.put(ATTRIBUTE_QUALIFIED, Boolean.valueOf(fUpdateQualifiedNames).toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[462] arguments.put(ATTRIBUTE_TEXTUAL_MATCHES, Boolean.valueOf(fUpdateTextualMatches).toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[463] arguments.put(ATTRIBUTE_HIERARCHICAL, Boolean.valueOf(fRenameSubpackages).toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[570] addReferenceUpdates(new SubProgressMonitor(pm, 3)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[570] addReferenceUpdates(new SubProgressMonitor(pm, 3)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/environment/IEnvironmentPathBlockListener.java:[6] public void valueChanged(Map paths); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteSourceManipulationChange.java:[19] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteSourceManipulationChange.java:[89] saveCUnitIfNeeded(unit, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteSourceManipulationChange.java:[89] saveCUnitIfNeeded(unit, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteSourceManipulationChange.java:[95] element.delete(false, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteSourceManipulationChange.java:[95] element.delete(false, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteSourceManipulationChange.java:[96] resourceDescription.recordStateFromHistory(resource, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteSourceManipulationChange.java:[96] resourceDescription.recordStateFromHistory(resource, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteSourceManipulationChange.java:[107] saveCUnitIfNeeded(units[i], new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteSourceManipulationChange.java:[107] saveCUnitIfNeeded(units[i], new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteSourceManipulationChange.java:[109] element.delete(false, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteSourceManipulationChange.java:[109] element.delete(false, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/SourcePositionSorter.java:[21] import org.eclipse.jface.viewers.ViewerSorter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/SourcePositionSorter.java:[30] public class SourcePositionSorter extends ViewerSorter { ^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[22] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[55] private List fSelectedElements; // IPackageFramgentRoot || IScriptProject || ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[64] fSelectedElements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[81] final List elementsToRemove = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[81] final List elementsToRemove = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[82] final List foldersToDelete = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[82] final List foldersToDelete = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[89] List result = removeFromBuildpath(elementsToRemove, project, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[90] new SubProgressMonitor(monitor, ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[90] new SubProgressMonitor(monitor, elementsToRemove.size())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[92] result.removeAll(foldersToDelete); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[93] deleteFolders(foldersToDelete, new SubProgressMonitor( ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[93] deleteFolders(foldersToDelete, new SubProgressMonitor( monitor, foldersToDelete.size())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[96] result.add(project); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[119] private void deleteFolders(List folders, IProgressMonitor monitor) ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[125] for (Iterator iter = folders.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[127] folder.delete(true, true, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[127] folder.delete(true, true, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[134] private List removeFromBuildpath(List elements, IScriptProject project, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[134] private List removeFromBuildpath(List elements, IScriptProject project, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[140] List existingEntries = BuildpathModifier ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[142] List result = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[142] List result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[148] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[148] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[149] result.add(res); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[153] project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[153] project, new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[155] result.add(res); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[163] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[163] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[170] private void queryToRemoveLinkedFolders(final List elementsToRemove, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[171] final List foldersToDelete) throws ModelException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[174] for (Iterator iter = fSelectedElements.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[187] elementsToRemove.add(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[189] elementsToRemove.add(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[190] foldersToDelete.add(folder); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[194] elementsToRemove.add(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[197] elementsToRemove.add(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[230] for (Iterator iter = elements.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/RemoveFromBuildpathAction.java:[232] fSelectedElements.add(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddLibraryToBuildpathAction.java:[24] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddLibraryToBuildpathAction.java:[150] new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddLibraryToBuildpathAction.java:[150] new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddLibraryToBuildpathAction.java:[155] project, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/AddLibraryToBuildpathAction.java:[155] project, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/DestinationContentProvider.java:[62] ArrayList result = new ArrayList(children.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/DestinationContentProvider.java:[62] ArrayList result = new ArrayList(children.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/DestinationContentProvider.java:[69] result.add(modelElement); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/DestinationContentProvider.java:[74] result.add(resource); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/DestinationContentProvider.java:[87] ArrayList result = new ArrayList(nonScriptProjects.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/DestinationContentProvider.java:[87] ArrayList result = new ArrayList(nonScriptProjects.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/DestinationContentProvider.java:[91] result.add(project); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetShowActionGroup.java:[26] private List fContributions= new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetShowActionGroup.java:[26] private List fContributions= new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetShowActionGroup.java:[58] for (Iterator iter= fContributions.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/workingsets/WorkingSetShowActionGroup.java:[67] fContributions.add(item); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/IModelContentProvider.java:[18] void provideModelChanges(Object parentElement, List children, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameSourceFolderProcessor.java:[180] final Map arguments = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameSourceFolderProcessor.java:[180] final Map arguments = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameSourceFolderProcessor.java:[192] project, description, comment, arguments, RefactoringDescriptor.NONE); ^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameSourceFolderProcessor.java:[193] arguments.put(ScriptRefactoringDescriptor.ATTRIBUTE_INPUT, descriptor.elementToHandle(DLTKCore.create(resource))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameSourceFolderProcessor.java:[195] arguments.put(ScriptRefactoringDescriptor.ATTRIBUTE_NAME, newName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/SearchUtil.java:[54] Iterator iter = SearchUtil.fgLRUWorkingSets.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/SearchUtil.java:[130] Arrays.sort(workingSets, new WorkingSetComparator()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation sort(IWorkingSet[], WorkingSetComparator) of the generic method sort(T[], Comparator) of type Arrays [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/callhierarchy/SearchUtil.java:[130] Arrays.sort(workingSets, new WorkingSetComparator()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type WorkingSetComparator needs unchecked conversion to conform to Comparator [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TextFieldNavigationHandler.java:[315] private List/* */ fSubmissions; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TextFieldNavigationHandler.java:[350] for (Iterator iter = getSubmissions().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TextFieldNavigationHandler.java:[369] private List/* */ getSubmissions() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TextFieldNavigationHandler.java:[373] fSubmissions = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TextFieldNavigationHandler.java:[393] fSubmissions.add(new Submission( bindingService.getActiveBindingsFor(ITextEditorActionDefinitionIds.SELECT_WORD_NEXT)) { @Override public void execute() { fIterator.setText(fNavigable.getText()); int caretPosition = fNavigable.getCaretPosition(); int newCaret = fIterator.following(caretPosition); if (newCaret != BreakIterator.DONE) { Point selection = fNavigable.getSelection(); if (caretPosition == selection.y) fNavigable.setSelection(selection.x, newCaret); else fNavigable.setSelection(selection.y, newCaret); } fIterator.setText(EMPTY_TEXT); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TextFieldNavigationHandler.java:[410] fSubmissions.add(new Submission(bindingService .getActiveBindingsFor(ITextEditorActionDefinitionIds.SELECT_WORD_PREVIOUS)) { @Override public void execute() { fIterator.setText(fNavigable.getText()); int caretPosition = fNavigable.getCaretPosition(); int newCaret = fIterator.preceding(caretPosition); if (newCaret != BreakIterator.DONE) { Point selection = fNavigable.getSelection(); if (caretPosition == selection.x) fNavigable.setSelection(selection.y, newCaret); else fNavigable.setSelection(selection.x, newCaret); } fIterator.setText(EMPTY_TEXT); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TextFieldNavigationHandler.java:[427] fSubmissions.add(new Submission( bindingService.getActiveBindingsFor(ITextEditorActionDefinitionIds.WORD_NEXT)) { @Override public void execute() { fIterator.setText(fNavigable.getText()); int caretPosition = fNavigable.getCaretPosition(); int newCaret = fIterator.following(caretPosition); if (newCaret != BreakIterator.DONE) fNavigable.setSelection(newCaret, newCaret); fIterator.setText(EMPTY_TEXT); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TextFieldNavigationHandler.java:[439] fSubmissions.add(new Submission( bindingService.getActiveBindingsFor(ITextEditorActionDefinitionIds.WORD_PREVIOUS)) { @Override public void execute() { fIterator.setText(fNavigable.getText()); int caretPosition = fNavigable.getCaretPosition(); int newCaret = fIterator.preceding(caretPosition); if (newCaret != BreakIterator.DONE) fNavigable.setSelection(newCaret, newCaret); fIterator.setText(EMPTY_TEXT); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TextFieldNavigationHandler.java:[451] fSubmissions.add(new Submission( bindingService.getActiveBindingsFor(ITextEditorActionDefinitionIds.DELETE_NEXT_WORD)) { @Override public void execute() { Point selection = fNavigable.getSelection(); String text = fNavigable.getText(); int start; int end; if (selection.x != selection.y) { start = selection.x; end = selection.y; } else { fIterator.setText(text); start = fNavigable.getCaretPosition(); end = fIterator.following(start); fIterator.setText(EMPTY_TEXT); if (end == BreakIterator.DONE) return; } fNavigable.setText(text.substring(0, start) + text.substring(end)); fNavigable.setSelection(start, start); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TextFieldNavigationHandler.java:[474] fSubmissions.add(new Submission(bindingService .getActiveBindingsFor(ITextEditorActionDefinitionIds.DELETE_PREVIOUS_WORD)) { @Override public void execute() { Point selection = fNavigable.getSelection(); String text = fNavigable.getText(); int start; int end; if (selection.x != selection.y) { start = selection.x; end = selection.y; } else { fIterator.setText(text); end = fNavigable.getCaretPosition(); start = fIterator.preceding(end); fIterator.setText(EMPTY_TEXT); if (start == BreakIterator.DONE) return; } fNavigable.setText(text.substring(0, start) + text.substring(end)); fNavigable.setSelection(start, start); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized 3014 problems (0 errors, 3013 warnings, 1 info) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/org.eclipse.dltk.ui-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/org.eclipse.dltk.ui-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/org.eclipse.dltk.ui-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/org.eclipse.dltk.ui-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.ui --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.ui --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/org.eclipse.dltk.ui-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.ui-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.ui-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/org.eclipse.dltk.ui-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.ui-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.ui-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.ui-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ----------< org.eclipse.dltk.core:org.eclipse.dltk.debug.ui >----------- [INFO] Building org.eclipse.dltk.debug.ui 6.3.0-SNAPSHOT [13/92] [INFO] from ../org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.debug.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.debug.ui --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.debug.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.debug.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.debug.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.debug.ui --- [INFO] Resolving class path of org.eclipse.dltk.debug.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.debug.ui --- [INFO] Compiling 171 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugModelPresentation.java:[48] import org.eclipse.dltk.debug.core.model.IScriptSpawnpoint; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IScriptSpawnpoint is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugModelPresentation.java:[56] import org.eclipse.dltk.internal.core.Openable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Openable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugModelPresentation.java:[57] import org.eclipse.dltk.internal.core.util.HandleFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'HandleFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugModelPresentation.java:[63] import org.eclipse.dltk.internal.ui.search.DLTKSearchScopeFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKSearchScopeFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugModelPresentation.java:[630] if (breakpoint instanceof IScriptSpawnpoint) { ^^^^^^^^^^^^^^^^^ The type IScriptSpawnpoint is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugModelPresentation.java:[706] HandleFactory fac = new HandleFactory(); ^^^^^^^^^^^^^ Discouraged access: The type 'HandleFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugModelPresentation.java:[706] HandleFactory fac = new HandleFactory(); ^^^^^^^^^^^^^ Discouraged access: The type 'HandleFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugModelPresentation.java:[706] HandleFactory fac = new HandleFactory(); ^^^^^^^^^^^^^ Discouraged access: The constructor 'HandleFactory()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugModelPresentation.java:[707] IDLTKSearchScope scope = DLTKSearchScopeFactory.getInstance() ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKSearchScopeFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugModelPresentation.java:[707] IDLTKSearchScope scope = DLTKSearchScopeFactory.getInstance() ^^^^^^^^^^^ Discouraged access: The method 'DLTKSearchScopeFactory.getInstance()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugModelPresentation.java:[708] .createWorkspaceScope(true, toolkit); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DLTKSearchScopeFactory.createWorkspaceScope(boolean, IDLTKLanguageToolkit)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugModelPresentation.java:[709] Openable openable = fac.createOpenable(path.toString(), scope); ^^^^^^^^ Discouraged access: The type 'Openable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugModelPresentation.java:[709] Openable openable = fac.createOpenable(path.toString(), scope); ^^^^^^^^^^^^^^ Discouraged access: The method 'HandleFactory.createOpenable(String, IDLTKSearchScope)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/ScriptDebugHover.java:[190] return parent -> new DefaultInformationControl(parent, SWT.NONE, new HTMLTextPresenter(true), EditorsUI.getTooltipAffordanceString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor DefaultInformationControl(Shell, int, DefaultInformationControl.IInformationPresenter, String) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/log/ScriptDebugLogContentProvider.java:[36] return ((List) inputElement).toArray(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptStreamProxy.java:[16] import org.eclipse.debug.internal.ui.DebugUIPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DebugUIPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptStreamProxy.java:[17] import org.eclipse.debug.internal.ui.preferences.IDebugPreferenceConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IDebugPreferenceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptStreamProxy.java:[42] final IPreferenceStore debugUIStore = DebugUIPlugin.getDefault() ^^^^^^^^^^^^^ Discouraged access: The type 'DebugUIPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptStreamProxy.java:[42] final IPreferenceStore debugUIStore = DebugUIPlugin.getDefault() ^^^^^^^^^^ Discouraged access: The method 'DebugUIPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptStreamProxy.java:[45] .getBoolean(IDebugPreferenceConstants.CONSOLE_OPEN_ON_OUT)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IDebugPreferenceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptStreamProxy.java:[45] .getBoolean(IDebugPreferenceConstants.CONSOLE_OPEN_ON_OUT)); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IDebugPreferenceConstants.CONSOLE_OPEN_ON_OUT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptStreamProxy.java:[47] .getBoolean(IDebugPreferenceConstants.CONSOLE_OPEN_ON_ERR)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IDebugPreferenceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptStreamProxy.java:[47] .getBoolean(IDebugPreferenceConstants.CONSOLE_OPEN_ON_ERR)); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IDebugPreferenceConstants.CONSOLE_OPEN_ON_ERR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptStreamProxy.java:[53] IDebugPreferenceConstants.CONSOLE_SYS_OUT_COLOR))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IDebugPreferenceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptStreamProxy.java:[53] IDebugPreferenceConstants.CONSOLE_SYS_OUT_COLOR))); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IDebugPreferenceConstants.CONSOLE_SYS_OUT_COLOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptStreamProxy.java:[56] IDebugPreferenceConstants.CONSOLE_SYS_ERR_COLOR))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IDebugPreferenceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptStreamProxy.java:[56] IDebugPreferenceConstants.CONSOLE_SYS_ERR_COLOR))); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IDebugPreferenceConstants.CONSOLE_SYS_ERR_COLOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/DebugConsoleContentAssistProcessor.java:[76] SortedMap tree; ^^^^^^^^^ SortedMap is a raw type. References to generic type SortedMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/DebugConsoleContentAssistProcessor.java:[85] SortedMap hit = null; ^^^^^^^^^ SortedMap is a raw type. References to generic type SortedMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/DebugConsoleContentAssistProcessor.java:[94] SortedMap map = tree; ^^^^^^^^^ SortedMap is a raw type. References to generic type SortedMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/DebugConsoleContentAssistProcessor.java:[100] SortedMap segmentMap = (SortedMap) map ^^^^^^^^^ SortedMap is a raw type. References to generic type SortedMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/DebugConsoleContentAssistProcessor.java:[100] SortedMap segmentMap = (SortedMap) map ^^^^^^^^^ SortedMap is a raw type. References to generic type SortedMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/DebugConsoleContentAssistProcessor.java:[118] map.put(name, getTree(property.getAvailableChildren())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/DebugConsoleContentAssistProcessor.java:[120] SortedMap segmentMap = (SortedMap) map ^^^^^^^^^ SortedMap is a raw type. References to generic type SortedMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/DebugConsoleContentAssistProcessor.java:[120] SortedMap segmentMap = (SortedMap) map ^^^^^^^^^ SortedMap is a raw type. References to generic type SortedMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/DebugConsoleContentAssistProcessor.java:[141] hit = (SortedMap) map.get(lastSegmentString); ^^^^^^^^^ SortedMap is a raw type. References to generic type SortedMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/DebugConsoleContentAssistProcessor.java:[144] hit = new TreeMap(); ^^^^^^^ TreeMap is a raw type. References to generic type TreeMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/DebugConsoleContentAssistProcessor.java:[146] Iterator iterator = map.entrySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/DebugConsoleContentAssistProcessor.java:[148] Map.Entry entry = (Entry) iterator.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/DebugConsoleContentAssistProcessor.java:[148] Map.Entry entry = (Entry) iterator.next(); ^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/DebugConsoleContentAssistProcessor.java:[151] hit.put(entry.getKey(), entry.getKey()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/DebugConsoleContentAssistProcessor.java:[157] Iterator iterator = hit.keySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/DebugConsoleContentAssistProcessor.java:[168] private SortedMap getTree(IDbgpProperty[] properties) { ^^^^^^^^^ SortedMap is a raw type. References to generic type SortedMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/DebugConsoleContentAssistProcessor.java:[169] SortedMap map = new TreeMap(); ^^^^^^^^^ SortedMap is a raw type. References to generic type SortedMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/DebugConsoleContentAssistProcessor.java:[169] SortedMap map = new TreeMap(); ^^^^^^^ TreeMap is a raw type. References to generic type TreeMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/DebugConsoleContentAssistProcessor.java:[172] map.put(property.getName(), getTree(property.getAvailableChildren())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/variables/ScriptVariableLabelProvider.java:[6] import org.eclipse.debug.internal.ui.model.elements.VariableLabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'VariableLabelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/variables/ScriptVariableLabelProvider.java:[7] import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IPresentationContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/variables/ScriptVariableLabelProvider.java:[15] public class ScriptVariableLabelProvider extends VariableLabelProvider ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'VariableLabelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/variables/ScriptVariableLabelProvider.java:[32] IPresentationContext context, String modelId) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IPresentationContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/variables/ScriptVariableLabelProvider.java:[53] IPresentationContext context) throws CoreException { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IPresentationContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/variables/ScriptVariableLabelProvider.java:[61] return super.getVariableName(variable, context); ^^^^^^^^^^^^^^^ Discouraged access: The method 'VariableLabelProvider.getVariableName(IVariable, IPresentationContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/variables/ScriptVariableLabelProvider.java:[66] IPresentationContext context) throws CoreException { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IPresentationContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/variables/ScriptVariableLabelProvider.java:[73] return super.getValueText(variable, value, context); ^^^^^^^^^^^^ Discouraged access: The method 'VariableLabelProvider.getValueText(IVariable, IValue, IPresentationContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/actions/ToggleWatchPointAction.java:[17] import org.eclipse.debug.internal.ui.DebugUIPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DebugUIPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/actions/ToggleWatchPointAction.java:[127] DebugUIPlugin.errorDialog(fPart.getSite().getShell(), ^^^^^^^^^^^^^ Discouraged access: The type 'DebugUIPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/actions/ToggleWatchPointAction.java:[127] DebugUIPlugin.errorDialog(fPart.getSite().getShell(), ^^^^^^^^^^^ Discouraged access: The method 'DebugUIPlugin.errorDialog(Shell, String, String, Throwable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/preferences/ScriptDebugPreferencePage.java:[43] DLTKDebugPlugin.getDefault().getPluginPreferences())); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/preferences/ScriptDebugPreferencePage.java:[49] DLTKDebugPlugin.getDefault().savePluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^^ The method savePluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleRemoveAllTerminatedAction.java:[17] import org.eclipse.debug.internal.ui.DebugPluginImages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DebugPluginImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleRemoveAllTerminatedAction.java:[18] import org.eclipse.debug.internal.ui.IInternalDebugUIConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IInternalDebugUIConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleRemoveAllTerminatedAction.java:[19] import org.eclipse.debug.internal.ui.actions.RemoveAllTerminatedAction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RemoveAllTerminatedAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleRemoveAllTerminatedAction.java:[53] RemoveAllTerminatedAction.removeTerminatedLaunches(launches); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RemoveAllTerminatedAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleRemoveAllTerminatedAction.java:[53] RemoveAllTerminatedAction.removeTerminatedLaunches(launches); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RemoveAllTerminatedAction.removeTerminatedLaunches(ILaunch[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleRemoveAllTerminatedAction.java:[61] setImageDescriptor(DebugPluginImages ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DebugPluginImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleRemoveAllTerminatedAction.java:[62] .getImageDescriptor(IDebugUIConstants.IMG_LCL_REMOVE_ALL)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DebugPluginImages.getImageDescriptor(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleRemoveAllTerminatedAction.java:[63] setDisabledImageDescriptor(DebugPluginImages.getImageDescriptor( ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DebugPluginImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleRemoveAllTerminatedAction.java:[63] setDisabledImageDescriptor(DebugPluginImages.getImageDescriptor( ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DebugPluginImages.getImageDescriptor(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleRemoveAllTerminatedAction.java:[64] IInternalDebugUIConstants.IMG_DLCL_REMOVE_ALL)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IInternalDebugUIConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleRemoveAllTerminatedAction.java:[64] IInternalDebugUIConstants.IMG_DLCL_REMOVE_ALL)); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IInternalDebugUIConstants.IMG_DLCL_REMOVE_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleRemoveAllTerminatedAction.java:[65] setHoverImageDescriptor(DebugPluginImages ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DebugPluginImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleRemoveAllTerminatedAction.java:[66] .getImageDescriptor(IDebugUIConstants.IMG_LCL_REMOVE_ALL)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DebugPluginImages.getImageDescriptor(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/ScriptDebugOptionsManager.java:[36] import org.eclipse.dltk.debug.core.model.IScriptSpawnpoint; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IScriptSpawnpoint is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/ScriptDebugOptionsManager.java:[105] } else if (breakpoint instanceof IScriptSpawnpoint) { ^^^^^^^^^^^^^^^^^ The type IScriptSpawnpoint is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/DLTKDebugUIPlugin.java:[255] return getDefault().getWorkbench().getActiveWorkbenchWindow(); ^^^^^^^^^^^^^^ The method getWorkbench() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugImageDescriptor.java:[70] ImageData data = getBaseImage().getImageData(); ^^^^^^^^^^^^^^ The method getImageData() from the type ImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugImageDescriptor.java:[94] ImageData bg = getBaseImage().getImageData(); ^^^^^^^^^^^^^^ The method getImageData() from the type ImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugImageDescriptor.java:[98] drawImage(bg, 0, 0); ^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugImageDescriptor.java:[104] .getImageData(); ^^^^^^^^^^^^^^ The method getImageData() from the type ImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugImageDescriptor.java:[120] drawImage(data, x, y); ^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugImageDescriptor.java:[126] drawImage(data, x, y); ^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugImageDescriptor.java:[132] drawImage(data, x, y); ^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugImageDescriptor.java:[138] drawImage(data, x, y); ^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugImageDescriptor.java:[146] drawImage(data, x, y); ^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugImageDescriptor.java:[153] drawImage(data, x, y); ^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugImageDescriptor.java:[159] drawImage(data, x, y); ^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugImageDescriptor.java:[166] drawImage(data, x, y); ^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugImageDescriptor.java:[190] drawImage(data, x, y); ^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugImageDescriptor.java:[202] drawImage(data, x, y); ^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugImageDescriptor.java:[214] drawImage(data, x, y); ^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugImageDescriptor.java:[227] drawImage(data, x, y); ^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugImageDescriptor.java:[239] drawImage(data, x, y); ^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugImageDescriptor.java:[252] drawImage(data, x, y); ^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugImageDescriptor.java:[266] drawImage(data, x, y); ^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/ExternalFileEditorInput.java:[71] IFile[] files = root.findFilesForLocation(getPath()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method findFilesForLocation(IPath) from the type IWorkspaceRoot is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[35] import org.eclipse.debug.internal.core.IInternalDebugCoreConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IInternalDebugCoreConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.core/3.19.0.v20220125-2302/org.eclipse.debug.core-3.19.0.v20220125-2302.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[36] import org.eclipse.debug.internal.ui.DebugUIPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DebugUIPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[37] import org.eclipse.debug.internal.ui.IDebugHelpContextIds; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IDebugHelpContextIds' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[38] import org.eclipse.debug.internal.ui.IInternalDebugUIConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IInternalDebugUIConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[39] import org.eclipse.debug.internal.ui.SWTFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SWTFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[40] import org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchConfigurationManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[41] import org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchConfigurationsMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[42] import org.eclipse.debug.internal.ui.launchConfigurations.LaunchGroupExtension; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchGroupExtension' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[43] import org.eclipse.debug.internal.ui.launchConfigurations.LaunchHistory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchHistory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[168] IDebugHelpContextIds.LAUNCH_CONFIGURATION_DIALOG_COMMON_TAB); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IDebugHelpContextIds' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[168] IDebugHelpContextIds.LAUNCH_CONFIGURATION_DIALOG_COMMON_TAB); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IDebugHelpContextIds.LAUNCH_CONFIGURATION_DIALOG_COMMON_TAB' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[185] IDialogSettings settings = DebugUIPlugin.getDefault() ^^^^^^^^^^^^^ Discouraged access: The type 'DebugUIPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[185] IDialogSettings settings = DebugUIPlugin.getDefault() ^^^^^^^^^^ Discouraged access: The method 'DebugUIPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[202] Group favComp = SWTFactory.createGroup(parent, ^^^^^^^^^^ Discouraged access: The type 'SWTFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[202] Group favComp = SWTFactory.createGroup(parent, ^^^^^^^^^^^ Discouraged access: The method 'SWTFactory.createGroup(Composite, String, int, int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[203] LaunchConfigurationsMessages.CommonTab_Display_in_favorites_menu__10, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchConfigurationsMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[203] LaunchConfigurationsMessages.CommonTab_Display_in_favorites_menu__10, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'LaunchConfigurationsMessages.CommonTab_Display_in_favorites_menu__10' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[225] Group group = SWTFactory.createGroup(parent, ^^^^^^^^^^ Discouraged access: The type 'SWTFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[225] Group group = SWTFactory.createGroup(parent, ^^^^^^^^^^^ Discouraged access: The method 'SWTFactory.createGroup(Composite, String, int, int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[226] LaunchConfigurationsMessages.CommonTab_0, 3, 2, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchConfigurationsMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[226] LaunchConfigurationsMessages.CommonTab_0, 3, 2, ^^^^^^^^^^^ Discouraged access: The field 'LaunchConfigurationsMessages.CommonTab_0' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[228] Composite comp = SWTFactory.createComposite(group, parent.getFont(), 3, ^^^^^^^^^^ Discouraged access: The type 'SWTFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[228] Composite comp = SWTFactory.createComposite(group, parent.getFont(), 3, ^^^^^^^^^^^^^^^ Discouraged access: The method 'SWTFactory.createComposite(Composite, Font, int, int, int, int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[231] LaunchConfigurationsMessages.CommonTab_L_ocal_3); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchConfigurationsMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[231] LaunchConfigurationsMessages.CommonTab_L_ocal_3); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'LaunchConfigurationsMessages.CommonTab_L_ocal_3' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[236] LaunchConfigurationsMessages.CommonTab_S_hared_4); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchConfigurationsMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[236] LaunchConfigurationsMessages.CommonTab_S_hared_4); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'LaunchConfigurationsMessages.CommonTab_S_hared_4' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[243] fSharedLocationText = SWTFactory.createSingleText(comp, 1); ^^^^^^^^^^ Discouraged access: The type 'SWTFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[243] fSharedLocationText = SWTFactory.createSingleText(comp, 1); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'SWTFactory.createSingleText(Composite, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[248] e.result = LaunchConfigurationsMessages.CommonTab_S_hared_4; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchConfigurationsMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[248] e.result = LaunchConfigurationsMessages.CommonTab_S_hared_4; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'LaunchConfigurationsMessages.CommonTab_S_hared_4' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[253] LaunchConfigurationsMessages.CommonTab__Browse_6, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchConfigurationsMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[253] LaunchConfigurationsMessages.CommonTab__Browse_6, null); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'LaunchConfigurationsMessages.CommonTab__Browse_6' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[272] Group group = SWTFactory.createGroup(parent, ^^^^^^^^^^ Discouraged access: The type 'SWTFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[272] Group group = SWTFactory.createGroup(parent, ^^^^^^^^^^^ Discouraged access: The method 'SWTFactory.createGroup(Composite, String, int, int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[273] LaunchConfigurationsMessages.CommonTab_4, 5, 2, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchConfigurationsMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[273] LaunchConfigurationsMessages.CommonTab_4, 5, 2, ^^^^^^^^^^^ Discouraged access: The field 'LaunchConfigurationsMessages.CommonTab_4' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[275] Composite comp = SWTFactory.createComposite(group, 5, 5, ^^^^^^^^^^ Discouraged access: The type 'SWTFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[275] Composite comp = SWTFactory.createComposite(group, 5, 5, ^^^^^^^^^^^^^^^ Discouraged access: The method 'SWTFactory.createComposite(Composite, int, int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[281] LaunchConfigurationsMessages.CommonTab_5); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchConfigurationsMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[281] LaunchConfigurationsMessages.CommonTab_5); ^^^^^^^^^^^ Discouraged access: The field 'LaunchConfigurationsMessages.CommonTab_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[293] LaunchConfigurationsMessages.CommonTab_6); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchConfigurationsMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[293] LaunchConfigurationsMessages.CommonTab_6); ^^^^^^^^^^^ Discouraged access: The field 'LaunchConfigurationsMessages.CommonTab_6' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[303] fFileText = SWTFactory.createSingleText(comp, 4); ^^^^^^^^^^ Discouraged access: The type 'SWTFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[303] fFileText = SWTFactory.createSingleText(comp, 4); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'SWTFactory.createSingleText(Composite, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[308] e.result = LaunchConfigurationsMessages.CommonTab_6; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchConfigurationsMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[308] e.result = LaunchConfigurationsMessages.CommonTab_6; ^^^^^^^^^^^ Discouraged access: The field 'LaunchConfigurationsMessages.CommonTab_6' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[313] Composite bcomp = SWTFactory.createComposite(comp, 3, 5, ^^^^^^^^^^ Discouraged access: The type 'SWTFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[313] Composite bcomp = SWTFactory.createComposite(comp, 3, 5, ^^^^^^^^^^^^^^^ Discouraged access: The method 'SWTFactory.createComposite(Composite, int, int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[319] LaunchConfigurationsMessages.CommonTab_12, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchConfigurationsMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[319] LaunchConfigurationsMessages.CommonTab_12, null); ^^^^^^^^^^^^ Discouraged access: The field 'LaunchConfigurationsMessages.CommonTab_12' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[326] dialog.setTitle(LaunchConfigurationsMessages.CommonTab_13); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchConfigurationsMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[326] dialog.setTitle(LaunchConfigurationsMessages.CommonTab_13); ^^^^^^^^^^^^ Discouraged access: The field 'LaunchConfigurationsMessages.CommonTab_13' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[327] dialog.setMessage(LaunchConfigurationsMessages.CommonTab_14); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchConfigurationsMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[327] dialog.setMessage(LaunchConfigurationsMessages.CommonTab_14); ^^^^^^^^^^^^ Discouraged access: The field 'LaunchConfigurationsMessages.CommonTab_14' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[348] LaunchConfigurationsMessages.CommonTab_7, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchConfigurationsMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[348] LaunchConfigurationsMessages.CommonTab_7, null); ^^^^^^^^^^^ Discouraged access: The field 'LaunchConfigurationsMessages.CommonTab_7' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[361] LaunchConfigurationsMessages.CommonTab_9, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchConfigurationsMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[361] LaunchConfigurationsMessages.CommonTab_9, null); ^^^^^^^^^^^ Discouraged access: The field 'LaunchConfigurationsMessages.CommonTab_9' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[379] LaunchConfigurationsMessages.CommonTab_11); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchConfigurationsMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[379] LaunchConfigurationsMessages.CommonTab_11); ^^^^^^^^^^^^ Discouraged access: The field 'LaunchConfigurationsMessages.CommonTab_11' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[427] DebugUIPlugin.log(ce); ^^^^^^^^^^^^^ Discouraged access: The type 'DebugUIPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[427] DebugUIPlugin.log(ce); ^^^ Discouraged access: The method 'DebugUIPlugin.log(Throwable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[439] Group group = SWTFactory.createGroup(parent, ^^^^^^^^^^ Discouraged access: The type 'SWTFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[439] Group group = SWTFactory.createGroup(parent, ^^^^^^^^^^^ Discouraged access: The method 'SWTFactory.createGroup(Composite, String, int, int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[440] LaunchConfigurationsMessages.CommonTab_1, 2, 1, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchConfigurationsMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[440] LaunchConfigurationsMessages.CommonTab_1, 2, 1, ^^^^^^^^^^^ Discouraged access: The field 'LaunchConfigurationsMessages.CommonTab_1' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[444] IInternalDebugCoreConstants.EMPTY_STRING); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IInternalDebugCoreConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.core/3.19.0.v20220125-2302/org.eclipse.debug.core-3.19.0.v20220125-2302.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[444] IInternalDebugCoreConstants.EMPTY_STRING); ^^^^^^^^^^^^ Discouraged access: The field 'IInternalDebugCoreConstants.EMPTY_STRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.core/3.19.0.v20220125-2302/org.eclipse.debug.core-3.19.0.v20220125-2302.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[450] LaunchConfigurationsMessages.CommonTab_3); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchConfigurationsMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[450] LaunchConfigurationsMessages.CommonTab_3); ^^^^^^^^^^^ Discouraged access: The field 'LaunchConfigurationsMessages.CommonTab_3' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[467] e.result = LaunchConfigurationsMessages.CommonTab_3; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchConfigurationsMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[467] e.result = LaunchConfigurationsMessages.CommonTab_3; ^^^^^^^^^^^ Discouraged access: The field 'LaunchConfigurationsMessages.CommonTab_3' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[522] LaunchConfigurationsMessages.CommonTab_10); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchConfigurationsMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[522] LaunchConfigurationsMessages.CommonTab_10); ^^^^^^^^^^^^ Discouraged access: The field 'LaunchConfigurationsMessages.CommonTab_10' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[556] String path = IInternalDebugCoreConstants.EMPTY_STRING; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IInternalDebugCoreConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.core/3.19.0.v20220125-2302/org.eclipse.debug.core-3.19.0.v20220125-2302.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[556] String path = IInternalDebugCoreConstants.EMPTY_STRING; ^^^^^^^^^^^^ Discouraged access: The field 'IInternalDebugCoreConstants.EMPTY_STRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.core/3.19.0.v20220125-2302/org.eclipse.debug.core-3.19.0.v20220125-2302.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[569] DebugUIPlugin.log(e); ^^^^^^^^^^^^^ Discouraged access: The type 'DebugUIPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[569] DebugUIPlugin.log(e); ^^^ Discouraged access: The method 'DebugUIPlugin.log(Throwable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[592] LaunchConfigurationsMessages.CommonTab_Select_a_location_for_the_launch_configuration_13); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchConfigurationsMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[592] LaunchConfigurationsMessages.CommonTab_Select_a_location_for_the_launch_configuration_13); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'LaunchConfigurationsMessages.CommonTab_Select_a_location_for_the_launch_configuration_13' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[636] String containerName = IInternalDebugCoreConstants.EMPTY_STRING; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IInternalDebugCoreConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.core/3.19.0.v20220125-2302/org.eclipse.debug.core-3.19.0.v20220125-2302.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[636] String containerName = IInternalDebugCoreConstants.EMPTY_STRING; ^^^^^^^^^^^^ Discouraged access: The field 'IInternalDebugCoreConstants.EMPTY_STRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.core/3.19.0.v20220125-2302/org.eclipse.debug.core-3.19.0.v20220125-2302.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[720] LaunchConfigurationsMessages.CommonTab_2, defaultEncoding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchConfigurationsMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[720] LaunchConfigurationsMessages.CommonTab_2, defaultEncoding)); ^^^^^^^^^^^ Discouraged access: The field 'LaunchConfigurationsMessages.CommonTab_2' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[750] DebugUIPlugin.log(ce); ^^^^^^^^^^^^^ Discouraged access: The type 'DebugUIPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[750] DebugUIPlugin.log(ce); ^^^ Discouraged access: The method 'DebugUIPlugin.log(Throwable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[769] if (config.getAttribute(IDebugUIConstants.ATTR_DEBUG_FAVORITE, ^^^^^^^^^^^^^^^^^^^ The field IDebugUIConstants.ATTR_DEBUG_FAVORITE is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[773] if (config.getAttribute(IDebugUIConstants.ATTR_RUN_FAVORITE, ^^^^^^^^^^^^^^^^^ The field IDebugUIConstants.ATTR_RUN_FAVORITE is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[779] List list = new ArrayList<>(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchGroupExtension' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[783] LaunchGroupExtension extension = getLaunchConfigurationManager() ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchGroupExtension' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[784] .getLaunchGroup(id); ^^^^^^^^^^^^^^ Discouraged access: The method 'LaunchConfigurationManager.getLaunchGroup(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[792] DebugUIPlugin.log(e); ^^^^^^^^^^^^^ Discouraged access: The type 'DebugUIPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[792] DebugUIPlugin.log(e); ^^^ Discouraged access: The method 'DebugUIPlugin.log(Throwable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[822] protected LaunchConfigurationManager getLaunchConfigurationManager() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchConfigurationManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[823] return DebugUIPlugin.getDefault().getLaunchConfigurationManager(); ^^^^^^^^^^^^^ Discouraged access: The type 'DebugUIPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[823] return DebugUIPlugin.getDefault().getLaunchConfigurationManager(); ^^^^^^^^^^ Discouraged access: The method 'DebugUIPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[823] return DebugUIPlugin.getDefault().getLaunchConfigurationManager(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DebugUIPlugin.getLaunchConfigurationManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[838] .getAttribute(IDebugUIConstants.ATTR_DEBUG_FAVORITE, false); ^^^^^^^^^^^^^^^^^^^ The field IDebugUIConstants.ATTR_DEBUG_FAVORITE is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptCommonTab.java:[840] .getAttribute(IDebugUIConstants.ATTR_RUN_FAVORITE, false); ^^^^^^^^^^^^^^^^^ The field IDebugUIConstants.ATTR_RUN_FAVORITE is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/DebugScriptInterpreter.java:[68] public List getCompletions(String commandLine, int position) ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/preferences/ScriptDebugConfigurationBlock.java:[15] import org.eclipse.core.runtime.Preferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/preferences/ScriptDebugConfigurationBlock.java:[49] private Preferences fUIPreferences; ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/preferences/ScriptDebugConfigurationBlock.java:[89] .getPluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/preferences/ScriptDebugConfigurationBlock.java:[206] boolean alertHcrFailed = fUIPreferences.getBoolean( IDLTKDebugUIPreferenceConstants.PREF_ALERT_HCR_FAILED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBoolean(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/preferences/ScriptDebugConfigurationBlock.java:[213] boolean alertHcrNotSupported = fUIPreferences.getBoolean( IDLTKDebugUIPreferenceConstants.PREF_ALERT_HCR_NOT_SUPPORTED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBoolean(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/preferences/ScriptDebugConfigurationBlock.java:[306] fUIPreferences.setValue( IDLTKDebugUIPreferenceConstants.PREF_ALERT_HCR_FAILED, fAlertHCRFailed.getSelection()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValue(String, boolean) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/preferences/ScriptDebugConfigurationBlock.java:[310] fUIPreferences.setValue( IDLTKDebugUIPreferenceConstants.PREF_ALERT_HCR_NOT_SUPPORTED, fAlertHCRNotSupported.getSelection()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValue(String, boolean) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/preferences/DebuggingEngineConfigOptionsBlock.java:[144] return super.processChanges(container); ^^^^^^^^^^^^^^ Discouraged access: The method 'OptionsConfigurationBlock.processChanges(IWorkbenchPreferenceContainer)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/handlers/AbstractScriptDebugHandler.java:[44] public void updateElement(UIElement element, Map parameters) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/handlers/AbstractToggleVariableHandler.java:[41] public void updateElement(UIElement element, Map parameters) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/interpreters/InterpretersUpdater.java:[28] import org.eclipse.dltk.launching.ScriptRuntime.DefaultInterpreterEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ScriptRuntime.DefaultInterpreterEntry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/interpreters/InterpretersUpdater.java:[50] final DefaultInterpreterEntry[] entries = ScriptRuntime ^^^^^^^^^^^^^^^^^^^^^^^ The type ScriptRuntime.DefaultInterpreterEntry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/interpreters/InterpretersUpdater.java:[53] final DefaultInterpreterEntry entry = entries[i]; ^^^^^^^^^^^^^^^^^^^^^^^ The type ScriptRuntime.DefaultInterpreterEntry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/interpreters/InterpretersUpdater.java:[56] .getDefaultInterpreterInstall(entry); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getDefaultInterpreterInstall(ScriptRuntime.DefaultInterpreterEntry) from the type ScriptRuntime is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/interpreters/InterpretersUpdater.java:[102] DefaultInterpreterEntry entry = new DefaultInterpreterEntry( ^^^^^^^^^^^^^^^^^^^^^^^ The type ScriptRuntime.DefaultInterpreterEntry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/interpreters/InterpretersUpdater.java:[102] DefaultInterpreterEntry entry = new DefaultInterpreterEntry( ^^^^^^^^^^^^^^^^^^^^^^^ The type ScriptRuntime.DefaultInterpreterEntry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/interpreters/InterpretersUpdater.java:[102] DefaultInterpreterEntry entry = new DefaultInterpreterEntry( langNatureId, environmentId); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor ScriptRuntime.DefaultInterpreterEntry(String, String) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/interpreters/InterpretersUpdater.java:[112] DefaultInterpreterEntry entry = new DefaultInterpreterEntry( ^^^^^^^^^^^^^^^^^^^^^^^ The type ScriptRuntime.DefaultInterpreterEntry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/interpreters/InterpretersUpdater.java:[112] DefaultInterpreterEntry entry = new DefaultInterpreterEntry( ^^^^^^^^^^^^^^^^^^^^^^^ The type ScriptRuntime.DefaultInterpreterEntry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/interpreters/InterpretersUpdater.java:[112] DefaultInterpreterEntry entry = new DefaultInterpreterEntry( langNatureId, environment.getId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor ScriptRuntime.DefaultInterpreterEntry(String, String) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/interpreters/InterpretersUpdater.java:[124] for (final DefaultInterpreterEntry entry : fOriginalInterpreters ^^^^^^^^^^^^^^^^^^^^^^^ The type ScriptRuntime.DefaultInterpreterEntry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/interpreters/InterpretersUpdater.java:[126] if (!langNatureId.equals(entry.getNature())) { ^^^^^^^^^^^ The method getNature() from the type ScriptRuntime.DefaultInterpreterEntry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/interpreters/InterpretersUpdater.java:[177] DLTKDebugUIPlugin.getDefault().getWorkbench().getProgressService() ^^^^^^^^^^^^^^ The method getWorkbench() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/ScriptDisplayView.java:[57] import org.eclipse.ui.internal.console.ConsoleMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ConsoleMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.console/3.11.100.v20210721-1355/org.eclipse.ui.console-3.11.100.v20210721-1355.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/ScriptDisplayView.java:[58] import org.eclipse.ui.internal.console.PinConsoleAction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PinConsoleAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.console/3.11.100.v20210721-1355/org.eclipse.ui.console-3.11.100.v20210721-1355.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/ScriptDisplayView.java:[59] import org.eclipse.ui.internal.console.ShowConsoleAction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ShowConsoleAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.console/3.11.100.v20210721-1355/org.eclipse.ui.console-3.11.100.v20210721-1355.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/ScriptDisplayView.java:[112] private PinConsoleAction fPinAction = null; ^^^^^^^^^^^^^^^^ Discouraged access: The type 'PinConsoleAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.console/3.11.100.v20210721-1355/org.eclipse.ui.console-3.11.100.v20210721-1355.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/ScriptDisplayView.java:[147] fPinAction.update(); ^^^^^^ Discouraged access: The method 'PinConsoleAction.update()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.console/3.11.100.v20210721-1355/org.eclipse.ui.console-3.11.100.v20210721-1355.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/ScriptDisplayView.java:[192] fPinAction.update(); ^^^^^^ Discouraged access: The method 'PinConsoleAction.update()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.console/3.11.100.v20210721-1355/org.eclipse.ui.console-3.11.100.v20210721-1355.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/ScriptDisplayView.java:[240] setContentDescription(ConsoleMessages.ConsoleView_0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ConsoleMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.console/3.11.100.v20210721-1355/org.eclipse.ui.console-3.11.100.v20210721-1355.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/ScriptDisplayView.java:[240] setContentDescription(ConsoleMessages.ConsoleView_0); ^^^^^^^^^^^^^ Discouraged access: The field 'ConsoleMessages.ConsoleView_0' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.console/3.11.100.v20210721-1355/org.eclipse.ui.console-3.11.100.v20210721-1355.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/ScriptDisplayView.java:[303] fPinAction.update(); ^^^^^^ Discouraged access: The method 'PinConsoleAction.update()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.console/3.11.100.v20210721-1355/org.eclipse.ui.console-3.11.100.v20210721-1355.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/ScriptDisplayView.java:[431] fPinAction = new PinConsoleAction(this); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'PinConsoleAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.console/3.11.100.v20210721-1355/org.eclipse.ui.console-3.11.100.v20210721-1355.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/ScriptDisplayView.java:[431] fPinAction = new PinConsoleAction(this); ^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PinConsoleAction(IConsoleView)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.console/3.11.100.v20210721-1355/org.eclipse.ui.console-3.11.100.v20210721-1355.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/ScriptDisplayView.java:[494] fPinAction.update(); ^^^^^^ Discouraged access: The method 'PinConsoleAction.update()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.console/3.11.100.v20210721-1355/org.eclipse.ui.console-3.11.100.v20210721-1355.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/ScriptDisplayView.java:[564] ShowConsoleAction.showConsole((IConsole) page, ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ShowConsoleAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.console/3.11.100.v20210721-1355/org.eclipse.ui.console-3.11.100.v20210721-1355.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/ScriptDisplayView.java:[564] ShowConsoleAction.showConsole((IConsole) page, ^^^^^^^^^^^ Discouraged access: The method 'ShowConsoleAction.showConsole(IConsole, IConsoleView)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.console/3.11.100.v20210721-1355/org.eclipse.ui.console-3.11.100.v20210721-1355.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/ScriptDisplayView.java:[759] IPage page = getCurrentPage(); ^^^^ The value of the local variable page is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/launcher/WorkingDirectoryBlock.java:[233] .findContainersForLocation(new Path(path)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method findContainersForLocation(IPath) from the type IWorkspaceRoot is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/interpreters/AbstractInterpreterEnvironmentVariablesBlock.java:[576] ListSelectionDialog dialog = new ListSelectionDialog(fDialog.getShell(), envVariables, createSelectionDialogContentProvider(), createSelectionDialogLabelProvider(), LaunchConfigurationsMessages.EnvironmentTab_19); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/DebugImageDescriptor.java:[75] ImageData data = getBaseImage().getImageData(); ^^^^^^^^^^^^^^ The method getImageData() from the type ImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/DebugImageDescriptor.java:[99] ImageData bg = getBaseImage().getImageData(); ^^^^^^^^^^^^^^ The method getImageData() from the type ImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/DebugImageDescriptor.java:[103] drawImage(bg, 0, 0); ^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/DebugImageDescriptor.java:[109] .getImageData(); ^^^^^^^^^^^^^^ The method getImageData() from the type ImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/DebugImageDescriptor.java:[125] drawImage(data, x, y); ^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/DebugImageDescriptor.java:[131] drawImage(data, x, y); ^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/DebugImageDescriptor.java:[137] drawImage(data, x, y); ^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/DebugImageDescriptor.java:[143] drawImage(data, x, y); ^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/DebugImageDescriptor.java:[151] drawImage(data, x, y); ^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/DebugImageDescriptor.java:[158] drawImage(data, x, y); ^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/DebugImageDescriptor.java:[164] drawImage(data, x, y); ^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/DebugImageDescriptor.java:[171] drawImage(data, x, y); ^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/DebugImageDescriptor.java:[195] drawImage(data, x, y); ^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/DebugImageDescriptor.java:[207] drawImage(data, x, y); ^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/DebugImageDescriptor.java:[219] drawImage(data, x, y); ^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/DebugImageDescriptor.java:[232] drawImage(data, x, y); ^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/DebugImageDescriptor.java:[244] drawImage(data, x, y); ^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/DebugImageDescriptor.java:[257] drawImage(data, x, y); ^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/DebugImageDescriptor.java:[271] drawImage(data, x, y); ^^^^^^^^^^^^^^^^^^^^^ The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleTerminateAction.java:[24] import org.eclipse.debug.internal.ui.DebugPluginImages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DebugPluginImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleTerminateAction.java:[25] import org.eclipse.debug.internal.ui.IInternalDebugUIConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IInternalDebugUIConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleTerminateAction.java:[26] import org.eclipse.debug.internal.ui.commands.actions.DebugCommandService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DebugCommandService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleTerminateAction.java:[74] setImageDescriptor(DebugPluginImages.getImageDescriptor( ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DebugPluginImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleTerminateAction.java:[74] setImageDescriptor(DebugPluginImages.getImageDescriptor( ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DebugPluginImages.getImageDescriptor(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleTerminateAction.java:[75] IInternalDebugUIConstants.IMG_LCL_TERMINATE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IInternalDebugUIConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleTerminateAction.java:[75] IInternalDebugUIConstants.IMG_LCL_TERMINATE)); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IInternalDebugUIConstants.IMG_LCL_TERMINATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleTerminateAction.java:[76] setDisabledImageDescriptor(DebugPluginImages.getImageDescriptor( ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DebugPluginImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleTerminateAction.java:[76] setDisabledImageDescriptor(DebugPluginImages.getImageDescriptor( ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DebugPluginImages.getImageDescriptor(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleTerminateAction.java:[77] IInternalDebugUIConstants.IMG_DLCL_TERMINATE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IInternalDebugUIConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleTerminateAction.java:[77] IInternalDebugUIConstants.IMG_DLCL_TERMINATE)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IInternalDebugUIConstants.IMG_DLCL_TERMINATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleTerminateAction.java:[78] setHoverImageDescriptor(DebugPluginImages.getImageDescriptor( ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DebugPluginImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleTerminateAction.java:[78] setHoverImageDescriptor(DebugPluginImages.getImageDescriptor( ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DebugPluginImages.getImageDescriptor(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleTerminateAction.java:[79] IInternalDebugUIConstants.IMG_LCL_TERMINATE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IInternalDebugUIConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleTerminateAction.java:[79] IInternalDebugUIConstants.IMG_LCL_TERMINATE)); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IInternalDebugUIConstants.IMG_LCL_TERMINATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleTerminateAction.java:[109] DebugCommandService service = DebugCommandService.getService(fWindow); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DebugCommandService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleTerminateAction.java:[109] DebugCommandService service = DebugCommandService.getService(fWindow); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DebugCommandService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleTerminateAction.java:[109] DebugCommandService service = DebugCommandService.getService(fWindow); ^^^^^^^^^^ Discouraged access: The method 'DebugCommandService.getService(IWorkbenchWindow)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleTerminateAction.java:[110] service.executeCommand(ITerminateHandler.class, targets.toArray(), ^^^^^^^^^^^^^^ Discouraged access: The method 'DebugCommandService.executeCommand(Class, Object[], ICommandParticipant)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/internal/ConsoleDropDownAction.java:[30] import org.eclipse.ui.internal.console.ConsolePluginImages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ConsolePluginImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.console/3.11.100.v20210721-1355/org.eclipse.ui.console-3.11.100.v20210721-1355.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/internal/ConsoleDropDownAction.java:[31] import org.eclipse.ui.internal.console.ShowConsoleAction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ShowConsoleAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.console/3.11.100.v20210721-1355/org.eclipse.ui.console-3.11.100.v20210721-1355.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/internal/ConsoleDropDownAction.java:[53] setImageDescriptor(ConsolePluginImages ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ConsolePluginImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.console/3.11.100.v20210721-1355/org.eclipse.ui.console-3.11.100.v20210721-1355.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/internal/ConsoleDropDownAction.java:[54] .getImageDescriptor(IConsoleConstants.IMG_VIEW_CONSOLE)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ConsolePluginImages.getImageDescriptor(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.console/3.11.100.v20210721-1355/org.eclipse.ui.console-3.11.100.v20210721-1355.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/internal/ConsoleDropDownAction.java:[89] Action action = new ShowConsoleAction(fView, console); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ShowConsoleAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.console/3.11.100.v20210721-1355/org.eclipse.ui.console-3.11.100.v20210721-1355.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/internal/ConsoleDropDownAction.java:[89] Action action = new ShowConsoleAction(fView, console); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ShowConsoleAction(IConsoleView, IConsole)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.console/3.11.100.v20210721-1355/org.eclipse.ui.console-3.11.100.v20210721-1355.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/actions/ToggleShowGlobalVariablesActionDelegate.java:[3] import org.eclipse.core.runtime.Preferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/actions/ToggleShowGlobalVariablesActionDelegate.java:[14] protected Preferences getPrefs() { ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/actions/ToggleShowGlobalVariablesActionDelegate.java:[15] return DLTKDebugPlugin.getDefault().getPluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/actions/ToggleShowGlobalVariablesActionDelegate.java:[24] boolean value = getPrefs().getBoolean( DLTKDebugPreferenceConstants.PREF_DBGP_SHOW_SCOPE_GLOBAL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBoolean(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/actions/ToggleShowGlobalVariablesActionDelegate.java:[26] getPrefs().setValue( DLTKDebugPreferenceConstants.PREF_DBGP_SHOW_SCOPE_GLOBAL, !value); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValue(String, boolean) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/actions/ToggleGlobalVariablesHandler.java:[24] IScriptProject project = EditorUtility.getScriptProject(input); ^^^^^^^ The value of the local variable project is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/DLTKDebugUILanguageManager.java:[46] List toolkits = getInstance() .getObjectList(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleRemoveLaunchAction.java:[18] import org.eclipse.debug.internal.ui.DebugPluginImages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DebugPluginImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleRemoveLaunchAction.java:[19] import org.eclipse.debug.internal.ui.IInternalDebugUIConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IInternalDebugUIConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleRemoveLaunchAction.java:[48] setImageDescriptor(DebugPluginImages ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DebugPluginImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleRemoveLaunchAction.java:[49] .getImageDescriptor(IDebugUIConstants.IMG_LCL_REMOVE)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DebugPluginImages.getImageDescriptor(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleRemoveLaunchAction.java:[50] setDisabledImageDescriptor(DebugPluginImages ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DebugPluginImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleRemoveLaunchAction.java:[51] .getImageDescriptor(IInternalDebugUIConstants.IMG_DLCL_REMOVE)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DebugPluginImages.getImageDescriptor(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleRemoveLaunchAction.java:[51] .getImageDescriptor(IInternalDebugUIConstants.IMG_DLCL_REMOVE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IInternalDebugUIConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleRemoveLaunchAction.java:[51] .getImageDescriptor(IInternalDebugUIConstants.IMG_DLCL_REMOVE)); ^^^^^^^^^^^^^^^ Discouraged access: The field 'IInternalDebugUIConstants.IMG_DLCL_REMOVE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleRemoveLaunchAction.java:[52] setHoverImageDescriptor(DebugPluginImages ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DebugPluginImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleRemoveLaunchAction.java:[53] .getImageDescriptor(IInternalDebugUIConstants.IMG_ELCL_REMOVE)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DebugPluginImages.getImageDescriptor(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleRemoveLaunchAction.java:[53] .getImageDescriptor(IInternalDebugUIConstants.IMG_ELCL_REMOVE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IInternalDebugUIConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/console/ConsoleRemoveLaunchAction.java:[53] .getImageDescriptor(IInternalDebugUIConstants.IMG_ELCL_REMOVE)); ^^^^^^^^^^^^^^^ Discouraged access: The field 'IInternalDebugUIConstants.IMG_ELCL_REMOVE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/preferences/ScriptDetailFormattersPreferencePage.java:[62] private Button fInlineFormattersButton; ^^^^^^^^^^^^^^^^^^^^^^^ The value of the field ScriptDetailFormattersPreferencePage.ScriptDetailFormattersConfigurationBlock.fInlineFormattersButton is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugElementAdapterFactory.java:[7] import org.eclipse.debug.internal.ui.viewers.model.provisional.IElementLabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IElementLabelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugElementAdapterFactory.java:[48] if (IElementLabelProvider.class.equals(adapterType)) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IElementLabelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/ScriptDebugElementAdapterFactory.java:[80] return new Class[] { IElementLabelProvider.class, ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IElementLabelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/actions/ScriptEvaluationAction.java:[426] .getWorkbench(); ^^^^^^^^^^^^^^ The method getWorkbench() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/log/ScriptDebugLogManager.java:[19] import org.eclipse.dltk.dbgp.internal.IDbgpDebugingEngine; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IDbgpDebugingEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/log/ScriptDebugLogManager.java:[77] if (event.getSource() instanceof IDbgpDebugingEngine) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IDbgpDebugingEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/log/ScriptDebugLogManager.java:[78] ((IDbgpDebugingEngine) event.getSource()) ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IDbgpDebugingEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/log/ScriptDebugLogManager.java:[79] .addRawListener(this); ^^^^^^^^^^^^^^ Discouraged access: The method 'IDbgpDebugingEngine.addRawListener(IDbgpRawListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/RemoteLaunchConfigurationTab.java:[51] ScriptLaunchConfigurationConstants.ATTR_DLTK_DBGP_PORT, ^^^^^^^^^^^^^^^^^^^ The field ScriptLaunchConfigurationConstants.ATTR_DLTK_DBGP_PORT is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/RemoteLaunchConfigurationTab.java:[99] ScriptLaunchConfigurationConstants.ATTR_DLTK_DBGP_PORT, ^^^^^^^^^^^^^^^^^^^ The field ScriptLaunchConfigurationConstants.ATTR_DLTK_DBGP_PORT is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/actions/ToggleShowClassVariablesActionDelegate.java:[3] import org.eclipse.core.runtime.Preferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/actions/ToggleShowClassVariablesActionDelegate.java:[14] protected Preferences getPrefs() { ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/actions/ToggleShowClassVariablesActionDelegate.java:[15] return DLTKDebugPlugin.getDefault().getPluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/actions/ToggleShowClassVariablesActionDelegate.java:[25] boolean value = getPrefs().getBoolean( DLTKDebugPreferenceConstants.PREF_DBGP_SHOW_SCOPE_CLASS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBoolean(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/actions/ToggleShowClassVariablesActionDelegate.java:[27] getPrefs().setValue( DLTKDebugPreferenceConstants.PREF_DBGP_SHOW_SCOPE_CLASS, !value); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValue(String, boolean) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/internal/OpenConsoleAction.java:[28] import org.eclipse.ui.internal.console.ConsolePluginImages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ConsolePluginImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.console/3.11.100.v20210721-1355/org.eclipse.ui.console-3.11.100.v20210721-1355.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/internal/OpenConsoleAction.java:[29] import org.eclipse.ui.internal.console.IInternalConsoleConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IInternalConsoleConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.console/3.11.100.v20210721-1355/org.eclipse.ui.console-3.11.100.v20210721-1355.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/internal/OpenConsoleAction.java:[46] setImageDescriptor(ConsolePluginImages.getImageDescriptor( ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ConsolePluginImages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.console/3.11.100.v20210721-1355/org.eclipse.ui.console-3.11.100.v20210721-1355.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/internal/OpenConsoleAction.java:[46] setImageDescriptor(ConsolePluginImages.getImageDescriptor( ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ConsolePluginImages.getImageDescriptor(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.console/3.11.100.v20210721-1355/org.eclipse.ui.console-3.11.100.v20210721-1355.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/internal/OpenConsoleAction.java:[47] IInternalConsoleConstants.IMG_ELCL_NEW_CON)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IInternalConsoleConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.console/3.11.100.v20210721-1355/org.eclipse.ui.console-3.11.100.v20210721-1355.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/display/internal/OpenConsoleAction.java:[47] IInternalConsoleConstants.IMG_ELCL_NEW_CON)); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'IInternalConsoleConstants.IMG_ELCL_NEW_CON' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.ui.console/3.11.100.v20210721-1355/org.eclipse.ui.console-3.11.100.v20210721-1355.jar') 321 problems (321 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.debug.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.debug.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.debug.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.debug.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/target/org.eclipse.dltk.debug.ui-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/target/org.eclipse.dltk.debug.ui-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.debug.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.debug.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/target/org.eclipse.dltk.debug.ui-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/target/org.eclipse.dltk.debug.ui-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.debug.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.debug.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.debug.ui --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.debug.ui --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/target/org.eclipse.dltk.debug.ui-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.debug.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.debug.ui-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.debug.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.debug.ui-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/target/org.eclipse.dltk.debug.ui-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.debug.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.debug.ui-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.debug.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.debug.ui-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.debug.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.debug.ui-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.debug.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] -------< org.eclipse.dltk.core:org.eclipse.dltk.validators.core >------- [INFO] Building org.eclipse.dltk.validators.core 6.3.0-SNAPSHOT [14/92] [INFO] from ../org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.validators.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.validators.core --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.validators.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.validators.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.validators.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.validators.core --- [INFO] Resolving class path of org.eclipse.dltk.validators.core... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.validators.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.validators.core --- [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorEnvironmentInstanceImpl.java:[120] public String getEnvironmentId() { ^^^^^^^^^^^^^^^^^^ The method getEnvironmentId() of type ValidatorEnvironmentInstanceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorEnvironmentInstanceImpl.java:[129] public void setEnvironmentId(String newEnvironmentId) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setEnvironmentId(String) of type ValidatorEnvironmentInstanceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorEnvironmentInstanceImpl.java:[141] public String getExecutablePath() { ^^^^^^^^^^^^^^^^^^^ The method getExecutablePath() of type ValidatorEnvironmentInstanceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorEnvironmentInstanceImpl.java:[150] public void setExecutablePath(String newExecutablePath) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setExecutablePath(String) of type ValidatorEnvironmentInstanceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorEnvironmentInstanceImpl.java:[162] public boolean isAutomatic() { ^^^^^^^^^^^^^ The method isAutomatic() of type ValidatorEnvironmentInstanceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorEnvironmentInstanceImpl.java:[171] public void setAutomatic(boolean newAutomatic) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setAutomatic(boolean) of type ValidatorEnvironmentInstanceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorEnvironmentInstanceImpl.java:[183] public abstract ValidatorInstance getValidatorInstance(); ^^^^^^^^^^^^^^^^^^^^^^ The method getValidatorInstance() of type ValidatorEnvironmentInstanceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorManager.java:[22] public class ValidatorManager extends NatureExtensionManager { ^^^^^^^^^^^^^^^^^^^^^^ NatureExtensionManager is a raw type. References to generic type NatureExtensionManager should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorManager.java:[27] super(LANGUAGE_EXTPOINT, IValidatorType.class, ValidatorRuntime.ANY_NATURE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor NatureExtensionManager(String, Class, String) belongs to the raw type NatureExtensionManager. References to generic type NatureExtensionManager should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorBuilder.java:[18] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorBuilder.java:[32] private static final boolean DEBUG = false; ^^^^^ The value of the field ValidatorBuilder.DEBUG is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorBuilder.java:[56] final IProgressMonitor sub = new SubProgressMonitor(monitor, resources.size()); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorBuilder.java:[56] final IProgressMonitor sub = new SubProgressMonitor(monitor, resources.size()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/IValidator.java:[49] Object getValidator(IScriptProject project, Class validatorType); ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorInstanceImpl.java:[162] public String getName() { ^^^^^^^^^ The method getName() of type ValidatorInstanceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorInstanceImpl.java:[171] public void setName(String newName) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type ValidatorInstanceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorInstanceImpl.java:[183] public boolean isAutomatic() { ^^^^^^^^^^^^^ The method isAutomatic() of type ValidatorInstanceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorInstanceImpl.java:[192] public void setAutomatic(boolean newAutomatic) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setAutomatic(boolean) of type ValidatorInstanceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorInstanceImpl.java:[204] public String getValidatorType() { ^^^^^^^^^^^^^^^^^^ The method getValidatorType() of type ValidatorInstanceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorInstanceImpl.java:[213] public void setValidatorType(String newValidatorType) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValidatorType(String) of type ValidatorInstanceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorInstanceImpl.java:[225] public String getValidatorNature() { ^^^^^^^^^^^^^^^^^^^^ The method getValidatorNature() of type ValidatorInstanceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorInstanceImpl.java:[234] public void setValidatorNature(String newValidatorNature) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValidatorNature(String) of type ValidatorInstanceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorInstanceImpl.java:[246] public abstract ValidatorConfig getValidatorFavoriteConfig(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getValidatorFavoriteConfig() of type ValidatorInstanceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorInstanceImpl.java:[253] public abstract void setValidatorFavoriteConfig(ValidatorConfig newValidatorFavoriteConfig); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValidatorFavoriteConfig(ValidatorConfig) of type ValidatorInstanceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorInstanceImpl.java:[260] public String getId() { ^^^^^^^ The method getId() of type ValidatorInstanceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorInstanceImpl.java:[269] public void setId(String newId) { ^^^^^^^^^^^^^^^^^^^ The method setId(String) of type ValidatorInstanceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorInstanceImpl.java:[281] public abstract EList getValidatorConfigs(); ^^^^^^^^^^^^^^^^^^^^^ The method getValidatorConfigs() of type ValidatorInstanceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorInstanceImpl.java:[288] public abstract EList getValidatorEnvironments(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getValidatorEnvironments() of type ValidatorInstanceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/util/ValidatorsAdapterFactory.java:[73] new ValidatorsSwitch() { ^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorsPackageImpl.java:[123] public EClass getValidatorConfig() { ^^^^^^^^^^^^^^^^^^^^ The method getValidatorConfig() of type ValidatorsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorsPackageImpl.java:[132] public EAttribute getValidatorConfig_Name() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getValidatorConfig_Name() of type ValidatorsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorsPackageImpl.java:[141] public EAttribute getValidatorConfig_ReadOnly() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getValidatorConfig_ReadOnly() of type ValidatorsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorsPackageImpl.java:[150] public EAttribute getValidatorConfig_CommandLineOptions() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getValidatorConfig_CommandLineOptions() of type ValidatorsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorsPackageImpl.java:[159] public EAttribute getValidatorConfig_Priority() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getValidatorConfig_Priority() of type ValidatorsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorsPackageImpl.java:[168] public EClass getValidatorEnvironmentInstance() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getValidatorEnvironmentInstance() of type ValidatorsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorsPackageImpl.java:[177] public EAttribute getValidatorEnvironmentInstance_EnvironmentId() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getValidatorEnvironmentInstance_EnvironmentId() of type ValidatorsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorsPackageImpl.java:[186] public EAttribute getValidatorEnvironmentInstance_ExecutablePath() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getValidatorEnvironmentInstance_ExecutablePath() of type ValidatorsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorsPackageImpl.java:[195] public EAttribute getValidatorEnvironmentInstance_Automatic() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getValidatorEnvironmentInstance_Automatic() of type ValidatorsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorsPackageImpl.java:[204] public EClass getValidatorInstance() { ^^^^^^^^^^^^^^^^^^^^^^ The method getValidatorInstance() of type ValidatorsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorsPackageImpl.java:[213] public EAttribute getValidatorInstance_Name() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getValidatorInstance_Name() of type ValidatorsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorsPackageImpl.java:[222] public EAttribute getValidatorInstance_Automatic() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getValidatorInstance_Automatic() of type ValidatorsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorsPackageImpl.java:[231] public EAttribute getValidatorInstance_ValidatorType() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getValidatorInstance_ValidatorType() of type ValidatorsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorsPackageImpl.java:[240] public EAttribute getValidatorInstance_ValidatorNature() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getValidatorInstance_ValidatorNature() of type ValidatorsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorsPackageImpl.java:[249] public EReference getValidatorInstance_ValidatorFavoriteConfig() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getValidatorInstance_ValidatorFavoriteConfig() of type ValidatorsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorsPackageImpl.java:[258] public EAttribute getValidatorInstance_Id() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getValidatorInstance_Id() of type ValidatorsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorsPackageImpl.java:[267] public ValidatorsFactory getValidatorsFactory() { ^^^^^^^^^^^^^^^^^^^^^^ The method getValidatorsFactory() of type ValidatorsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/IValidatorType.java:[75] boolean supports(Class validatorType); ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/AbstractExternalValidator.java:[73] Map attributes) throws CoreException { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/AbstractExternalValidator.java:[82] for (Iterator i = attributes.entrySet().iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/AbstractExternalValidator.java:[83] final Map.Entry entry = (Map.Entry) i.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/AbstractExternalValidator.java:[83] final Map.Entry entry = (Map.Entry) i.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/AbstractExternalValidator.java:[94] protected IMarker reportWarning(IResource res, int line, int start, int end, String msg, Map attributes) ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/AbstractExternalValidator.java:[103] protected IMarker reportError(IResource res, int line, int start, int end, String msg, Map attributes) ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorsCore.java:[31] import org.eclipse.core.runtime.Preferences.IPropertyChangeListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences.IPropertyChangeListener is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorsCore.java:[32] import org.eclipse.core.runtime.Preferences.PropertyChangeEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorsCore.java:[42] public class ValidatorsCore extends Plugin implements IPropertyChangeListener { ^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences.IPropertyChangeListener is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorsCore.java:[63] getPluginPreferences().addPropertyChangeListener(this); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorsCore.java:[63] getPluginPreferences().addPropertyChangeListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addPropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorsCore.java:[68] getPluginPreferences().removePropertyChangeListener(this); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorsCore.java:[68] getPluginPreferences().removePropertyChangeListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method removePropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorsCore.java:[120] public void propertyChange(PropertyChangeEvent event) { ^^^^^^^^^^^^^^^^^^^ The type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorsCore.java:[121] String property = event.getProperty(); ^^^^^^^^^^^^^ The method getProperty() from the type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorsCore.java:[124] processValidatorPrefsChanged((String) event.getOldValue(), (String) event.getNewValue()); ^^^^^^^^^^^^^ The method getOldValue() from the type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorsCore.java:[124] processValidatorPrefsChanged((String) event.getOldValue(), (String) event.getNewValue()); ^^^^^^^^^^^^^ The method getNewValue() from the type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorsFactoryImpl.java:[73] public ValidatorsPackage getValidatorsPackage() { ^^^^^^^^^^^^^^^^^^^^^^ The method getValidatorsPackage() of type ValidatorsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/ValidatorRuntime.java:[26] import org.eclipse.core.runtime.Preferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/ValidatorRuntime.java:[28] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/ValidatorRuntime.java:[108] getPreferences().setValue(PREF_VALIDATOR_XML, xml); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValue(String, String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/ValidatorRuntime.java:[134] String validatorXMLString = getPreferences().getString(PREF_VALIDATOR_XML); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getString(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/ValidatorRuntime.java:[147] public static Preferences getPreferences() { ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/ValidatorRuntime.java:[148] return ValidatorsCore.getDefault().getPluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/ValidatorRuntime.java:[152] ValidatorsCore.getDefault().savePluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^^ The method savePluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/ValidatorRuntime.java:[196] for (Iterator i = validatorDefs.getValidatorList().iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/ValidatorRuntime.java:[214] getPreferences().setValue(PREF_VALIDATOR_XML, xml); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValue(String, String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/ValidatorRuntime.java:[237] for (IValidatorChangedListener listener : fgValidatorListeners) { ^^^^^^^^ The value of the local variable listener is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/ValidatorRuntime.java:[246] for (IValidatorChangedListener listener : fgValidatorListeners) { ^^^^^^^^ The value of the local variable listener is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/ValidatorRuntime.java:[255] for (IValidatorChangedListener listener : fgValidatorListeners) { ^^^^^^^^ The value of the local variable listener is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/ValidatorRuntime.java:[293] private static ISourceModule[] filterModulesForValidator(List elements, IValidator v, IProgressMonitor monitor) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/ValidatorRuntime.java:[296] for (Iterator iterator = elements.iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/ValidatorRuntime.java:[311] public static void executeCleanAllValidatorsWithConsole(List elements, List resources) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/ValidatorRuntime.java:[311] public static void executeCleanAllValidatorsWithConsole(List elements, List resources) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/ValidatorRuntime.java:[338] public static IValidator[] getProjectValidators(IScriptProject project, Class validatorType, ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/ValidatorRuntime.java:[347] final List result = new ArrayList(); ^^^^^^^^^^^^^^^ Type safety: The expression of type ArrayList needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/ValidatorRuntime.java:[347] final List result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/ValidatorRuntime.java:[382] public static IStatus executeSourceModuleValidators(IScriptProject project, List sourceModules, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/ValidatorRuntime.java:[391] public static IStatus executeSourceModuleValidators(IScriptProject project, List sourceModules, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/ValidatorRuntime.java:[406] final IProgressMonitor submonitor = new SubProgressMonitor(monitor, 100); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/ValidatorRuntime.java:[406] final IProgressMonitor submonitor = new SubProgressMonitor(monitor, 100); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/ValidatorRuntime.java:[417] public static IStatus executeAutomaticResourceValidators(IScriptProject project, List resources, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/ValidatorRuntime.java:[422] public static IStatus executeResourceValidators(IScriptProject project, List resources, IValidatorOutput output, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/ValidatorRuntime.java:[426] final IResource[] resArray = (IResource[]) resources.toArray(new IResource[resources.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/ValidatorRuntime.java:[436] final IProgressMonitor submonitor = new SubProgressMonitor(monitor, 100); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/ValidatorRuntime.java:[436] final IProgressMonitor submonitor = new SubProgressMonitor(monitor, 100); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorConfigImpl.java:[132] public String getName() { ^^^^^^^^^ The method getName() of type ValidatorConfigImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorConfigImpl.java:[141] public void setName(String newName) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type ValidatorConfigImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorConfigImpl.java:[153] public boolean isReadOnly() { ^^^^^^^^^^^^ The method isReadOnly() of type ValidatorConfigImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorConfigImpl.java:[169] public String getCommandLineOptions() { ^^^^^^^^^^^^^^^^^^^^^^^ The method getCommandLineOptions() of type ValidatorConfigImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorConfigImpl.java:[178] public void setCommandLineOptions(String newCommandLineOptions) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setCommandLineOptions(String) of type ValidatorConfigImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorConfigImpl.java:[190] public int getPriority() { ^^^^^^^^^^^^^ The method getPriority() of type ValidatorConfigImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/configs/impl/ValidatorConfigImpl.java:[199] public void setPriority(int newPriority) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setPriority(int) of type ValidatorConfigImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/ValidatorsPreferenceInitializer.java:[23] ValidatorsCore.getDefault().getPluginPreferences().setDefault(ValidatorRuntime.PREF_CONFIGURATION, ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/core/ValidatorsPreferenceInitializer.java:[23] ValidatorsCore.getDefault().getPluginPreferences().setDefault(ValidatorRuntime.PREF_CONFIGURATION, Util.EMPTY_STRING); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorUtils.java:[22] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorUtils.java:[41] private Set resources; ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorUtils.java:[43] public ResourceVisitor(Set resources) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorUtils.java:[50] resources.add(resource); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorUtils.java:[86] public static void processResourcesToElements(Object o, final Set elements, final Set resources) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorUtils.java:[86] public static void processResourcesToElements(Object o, final Set elements, final Set resources) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorUtils.java:[88] Set els = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorUtils.java:[88] Set els = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorUtils.java:[97] for (Iterator iterator = els.iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorUtils.java:[103] elements.add(eo); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorUtils.java:[105] resources.add(eo); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorUtils.java:[111] SourceModuleVisitor visitor = new SourceModuleVisitor(elements); ^^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Set [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorUtils.java:[122] elements.add(module); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorUtils.java:[125] elements.add(o); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorUtils.java:[161] return new SubProgressMonitor(monitor, ticks); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/org/eclipse/dltk/validators/internal/core/ValidatorUtils.java:[161] return new SubProgressMonitor(monitor, ticks); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated 118 problems (118 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.validators.core --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.validators.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.validators.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.validators.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.validators.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.validators.core --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/target/org.eclipse.dltk.validators.core-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.validators.core --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/target/org.eclipse.dltk.validators.core-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.validators.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.validators.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/target/org.eclipse.dltk.validators.core-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/target/org.eclipse.dltk.validators.core-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.validators.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.validators.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.validators.core --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.validators.core --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/target/org.eclipse.dltk.validators.core-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.validators.core/6.3.0-SNAPSHOT/org.eclipse.dltk.validators.core-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.validators.core/6.3.0-SNAPSHOT/org.eclipse.dltk.validators.core-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/target/org.eclipse.dltk.validators.core-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.validators.core/6.3.0-SNAPSHOT/org.eclipse.dltk.validators.core-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.validators.core/6.3.0-SNAPSHOT/org.eclipse.dltk.validators.core-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.validators.core/6.3.0-SNAPSHOT/org.eclipse.dltk.validators.core-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.validators.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --------< org.eclipse.dltk.core:org.eclipse.dltk.validators.ui >-------- [INFO] Building org.eclipse.dltk.validators.ui 6.3.0-SNAPSHOT [15/92] [INFO] from ../org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.validators.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.validators.ui --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.validators.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.validators.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.validators.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.validators.ui --- [INFO] Resolving class path of org.eclipse.dltk.validators.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.validators.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.validators.ui --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.ui/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.ui/src/org/eclipse/dltk/validators/internal/ui/ValidatorBlock.java:[97] return ((List) input).toArray(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.ui/src/org/eclipse/dltk/validators/internal/ui/ValidatorBlock.java:[366] boolean copyEnabled = false && selectionCount > 0;// not implemented ^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.ui/src/org/eclipse/dltk/validators/internal/ui/ValidatorUpdater.java:[56] .setValue(ValidatorRuntime.PREF_VALIDATOR_XML, xml); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValue(String, String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.ui/src/org/eclipse/dltk/validators/internal/ui/ValidatorUpdater.java:[71] ValidatorsUI.getDefault().getWorkbench().getProgressService() ^^^^^^^^^^^^^^ The method getWorkbench() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.ui/src/org/eclipse/dltk/validators/internal/ui/ValidatorsUI.java:[86] return getDefault().getWorkbench().getActiveWorkbenchWindow(); ^^^^^^^^^^^^^^ The method getWorkbench() from the type AbstractUIPlugin is deprecated 5 problems (5 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.validators.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.validators.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.validators.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.validators.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.validators.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.validators.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.ui/target/org.eclipse.dltk.validators.ui-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.validators.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.ui/target/org.eclipse.dltk.validators.ui-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.validators.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.validators.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.ui/target/org.eclipse.dltk.validators.ui-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.ui/target/org.eclipse.dltk.validators.ui-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.validators.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.validators.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.validators.ui --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.validators.ui --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.ui/target/org.eclipse.dltk.validators.ui-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.validators.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.validators.ui-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.ui/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.validators.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.validators.ui-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.ui/target/org.eclipse.dltk.validators.ui-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.validators.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.validators.ui-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.ui/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.validators.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.validators.ui-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.validators.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.validators.ui-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.validators.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ---------------< org.eclipse.dltk.core:org.eclipse.dltk >--------------- [INFO] Building org.eclipse.dltk 6.3.0-SNAPSHOT [16/92] [INFO] from ../org.eclipse.dltk.core/core/plugins/org.eclipse.dltk/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [WARNING] Parameter 'usePdeSourceRoots' is unknown for plugin 'tycho-source-plugin:2.7.5:plugin-source (plugin-source)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk --- [INFO] Resolving class path of org.eclipse.dltk... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk/target/org.eclipse.dltk-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk/target/org.eclipse.dltk-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk/target/org.eclipse.dltk-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk/6.3.0-SNAPSHOT/org.eclipse.dltk-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk/6.3.0-SNAPSHOT/org.eclipse.dltk-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk/6.3.0-SNAPSHOT/org.eclipse.dltk-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk/6.3.0-SNAPSHOT/org.eclipse.dltk-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] -----------< org.eclipse.dltk.core:org.eclipse.dltk.testing >----------- [INFO] Building org.eclipse.dltk.testing 6.3.0-SNAPSHOT [17/92] [INFO] from ../org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.testing --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.testing --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.testing --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.testing --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.testing --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.testing --- [INFO] Resolving class path of org.eclipse.dltk.testing... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.testing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.testing --- [INFO] Compiling 105 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/GotoReferencedTestAction.java:[26] import org.eclipse.dltk.internal.ui.actions.SelectionConverter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SelectionConverter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/GotoReferencedTestAction.java:[77] IModelElement element = SelectionConverter ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SelectionConverter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/GotoReferencedTestAction.java:[78] .getElementAtOffset(editor); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SelectionConverter.getElementAtOffset(IEditorPart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/GotoReferencedTestAction.java:[81] element = SelectionConverter.getElementAtOffset(editor); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SelectionConverter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/GotoReferencedTestAction.java:[81] element = SelectionConverter.getElementAtOffset(editor); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SelectionConverter.getElementAtOffset(IEditorPart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/GotoReferencedTestAction.java:[129] List elements = selection.toList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/util/TestSearchEngine.java:[108] IType testInterface, IRegion region, Set result) ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/util/TestSearchEngine.java:[113] int cachedFlags = typeHierarchy.getCachedFlags(type); ^^^^^^^^^^^ The value of the local variable cachedFlags is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/util/TestSearchEngine.java:[116] result.add(type); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/util/TestSearchEngine.java:[123] private Collection fResult; ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/util/TestSearchEngine.java:[125] public SuiteMethodTypesCollector(Collection result) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/util/TestSearchEngine.java:[146] fResult.add(declaringType); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/util/TestSearchEngine.java:[150] public static void findSuiteMethods(IModelElement element, Set result, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/TestRunnerViewPart.java:[293] static final String TAG_SHOW_TIME = "time"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/TestRunnerViewPart.java:[2046] DebugUITools.saveAndBuildBeforeLaunch(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method saveAndBuildBeforeLaunch() from the type DebugUITools is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/util/CheckedTableSelectionDialog.java:[80] setResult(new ArrayList(0)); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/util/CheckedTableSelectionDialog.java:[195] List initialSelections = getInitialElementSelections(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/TestViewer.java:[155] private HashSet/* */ fAutoExpand; ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/TestViewer.java:[476] HashSet toUpdateWithParents = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/TestViewer.java:[476] HashSet toUpdateWithParents = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/TestViewer.java:[477] toUpdateWithParents.addAll(Arrays.asList(toUpdate)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type AbstractCollection. References to generic type AbstractCollection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/TestViewer.java:[482] toUpdateWithParents.add(parent); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/TestViewer.java:[573] for (Iterator iter = fAutoExpand.iterator(); iter ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/TestViewer.java:[703] fAutoExpand = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/TestViewer.java:[729] fAutoExpand.add(parent); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/TestMethodSelectionDialog.java:[47] Set fResult = new HashSet(200); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/TestMethodSelectionDialog.java:[47] Set fResult = new HashSet(200); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/TestMethodSelectionDialog.java:[53] fResult.add(enclosingElement); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/TestMethodSelectionDialog.java:[83] try { elements = searchTestMethods(fElement, testType); } catch (InterruptedException e) { return CANCEL; } catch (InvocationTargetException e) { MessageDialog.openError(getParentShell(), DLTKTestingMessages.TestMethodSelectionDialog_error_title, e.getTargetException().getMessage()); return CANCEL; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/TestTreeComparator.java:[42] String left = ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/TestTreeComparator.java:[43] String right = ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/MemberResolverManager.java:[5] import org.eclipse.dltk.testing.ITestingElementResolver; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ITestingElementResolver is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/MemberResolverManager.java:[11] public static ITestingElementResolver getResolver(String id) { ^^^^^^^^^^^^^^^^^^^^^^^ The type ITestingElementResolver is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/MemberResolverManager.java:[12] return (ITestingElementResolver) manager.getObject(id); ^^^^^^^^^^^^^^^^^^^^^^^ The type ITestingElementResolver is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/DLTKTestingPreferenceInitializer.java:[16] import org.eclipse.core.runtime.Preferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/DLTKTestingPreferenceInitializer.java:[30] Preferences prefs= DLTKTestingPlugin.getDefault().getPluginPreferences(); ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/DLTKTestingPreferenceInitializer.java:[30] Preferences prefs= DLTKTestingPlugin.getDefault().getPluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/DLTKTestingPreferenceInitializer.java:[31] prefs.setDefault(DLTKTestingPreferencesConstants.DO_FILTER_STACK, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, boolean) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/DLTKTestingPreferenceInitializer.java:[32] prefs.setDefault(DLTKTestingPreferencesConstants.SHOW_ON_ERROR_ONLY, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, boolean) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/DLTKTestingPreferenceInitializer.java:[33] prefs.setDefault(DLTKTestingPreferencesConstants.ENABLE_ASSERTIONS, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, boolean) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/DLTKTestingPreferenceInitializer.java:[38] prefs.setDefault(DLTKTestingPreferencesConstants.PREF_ACTIVE_FILTERS_LIST, active); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/DLTKTestingPreferenceInitializer.java:[39] prefs.setDefault(DLTKTestingPreferencesConstants.PREF_INACTIVE_FILTERS_LIST, ""); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/DLTKTestingPreferenceInitializer.java:[40] prefs.setDefault(DLTKTestingPreferencesConstants.MAX_TEST_RUNS, 10); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, int) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/util/LegacyTestElementResolver.java:[33] import org.eclipse.dltk.testing.ITestingElementResolver; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ITestingElementResolver is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/util/LegacyTestElementResolver.java:[65] final ITestingElementResolver resolver = MemberResolverManager ^^^^^^^^^^^^^^^^^^^^^^^ The type ITestingElementResolver is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/util/LegacyTestElementResolver.java:[75] final IModelElement element = resolver.resolveElement(project, launchConfiguration, module, relativeName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method resolveElement(IScriptProject, ILaunchConfiguration, ISourceModule, String) from the type ITestingElementResolver is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/util/LegacyTestElementResolver.java:[89] ISourceRange range = resolver.resolveRange(project, launchConfiguration, relativeName, module, element, method); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method resolveRange(IScriptProject, ILaunchConfiguration, String, ISourceModule, IModelElement, String) from the type ITestingElementResolver is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/testing/AbstractTestingElementResolver.java:[16] public abstract class AbstractTestingElementResolver implements ITestingElementResolver { ^^^^^^^^^^^^^^^^^^^^^^^ The type ITestingElementResolver is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/testing/DLTKTestingPlugin.java:[44] import org.osgi.service.packageadmin.PackageAdmin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/testing/DLTKTestingPlugin.java:[101] IWorkbench workBench = fgPlugin.getWorkbench(); ^^^^^^^^^^^^^^ The method getWorkbench() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/testing/DLTKTestingPlugin.java:[252] ServiceReference serviceRef = fBundleContext ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/testing/DLTKTestingPlugin.java:[253] .getServiceReference(PackageAdmin.class); ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/testing/DLTKTestingPlugin.java:[254] PackageAdmin admin = fBundleContext.getService(serviceRef); ^^^^^^^^^^^^ The type PackageAdmin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/testing/DLTKTestingPlugin.java:[255] bundles = admin.getBundles(bundleName, version); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBundles(String, String) from the type PackageAdmin is deprecated 54 problems (54 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.testing --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.testing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.testing --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.testing --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.testing --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.testing --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/target/org.eclipse.dltk.testing-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.testing --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/target/org.eclipse.dltk.testing-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.testing --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.testing --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/target/org.eclipse.dltk.testing-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/target/org.eclipse.dltk.testing-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.testing --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.testing --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.testing --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.testing --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/target/org.eclipse.dltk.testing-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.testing/6.3.0-SNAPSHOT/org.eclipse.dltk.testing-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.testing/6.3.0-SNAPSHOT/org.eclipse.dltk.testing-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/target/org.eclipse.dltk.testing-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.testing/6.3.0-SNAPSHOT/org.eclipse.dltk.testing-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.testing/6.3.0-SNAPSHOT/org.eclipse.dltk.testing-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.testing/6.3.0-SNAPSHOT/org.eclipse.dltk.testing-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.testing --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --< org.eclipse.dltk.core:org.eclipse.dltk.validators.externalchecker >-- [INFO] Building org.eclipse.dltk.validators.externalchecker 6.3.0-SNAPSHOT [18/92] [INFO] from ../org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.validators.externalchecker --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.validators.externalchecker --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.validators.externalchecker --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.validators.externalchecker --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.validators.externalchecker --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.validators.externalchecker --- [INFO] Resolving class path of org.eclipse.dltk.validators.externalchecker... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.validators.externalchecker --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.validators.externalchecker --- [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/ui/ExternalCheckerConfigurationPage.java:[14] import org.eclipse.dltk.internal.ui.wizards.dialogfields.SelectionButtonDialogField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SelectionButtonDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/ui/ExternalCheckerConfigurationPage.java:[15] import org.eclipse.dltk.internal.ui.wizards.dialogfields.StringDialogField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StringDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/ui/ExternalCheckerConfigurationPage.java:[43] private StringDialogField fArguments; ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StringDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/ui/ExternalCheckerConfigurationPage.java:[45] private StringDialogField fExtensions; ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StringDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/ui/ExternalCheckerConfigurationPage.java:[46] private SelectionButtonDialogField fPassInterpreterEnvironmentVars; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SelectionButtonDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/ui/ExternalCheckerConfigurationPage.java:[131] externalChecker.setArguments(this.fArguments.getText()); ^^^^^^^ Discouraged access: The method 'StringDialogField.getText()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/ui/ExternalCheckerConfigurationPage.java:[134] externalChecker.setExtensions(this.fExtensions.getText()); ^^^^^^^ Discouraged access: The method 'StringDialogField.getText()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/ui/ExternalCheckerConfigurationPage.java:[135] externalChecker.setPassInterpreterEnvironmentVars(this.fPassInterpreterEnvironmentVars.isSelected()); ^^^^^^^^^^ Discouraged access: The method 'SelectionButtonDialogField.isSelected()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/ui/ExternalCheckerConfigurationPage.java:[149] this.fArguments.doFillIntoGrid(ancestor, columns); ^^^^^^^^^^^^^^ Discouraged access: The method 'StringDialogField.doFillIntoGrid(Composite, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/ui/ExternalCheckerConfigurationPage.java:[150] this.fExtensions.doFillIntoGrid(ancestor, columns); ^^^^^^^^^^^^^^ Discouraged access: The method 'StringDialogField.doFillIntoGrid(Composite, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/ui/ExternalCheckerConfigurationPage.java:[151] this.fPassInterpreterEnvironmentVars.doFillIntoGrid(ancestor, columns); ^^^^^^^^^^^^^^ Discouraged access: The method 'SelectionButtonDialogField.doFillIntoGrid(Composite, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/ui/ExternalCheckerConfigurationPage.java:[261] this.fArguments.setText(externalChecker.getArguments()); ^^^^^^^ Discouraged access: The method 'StringDialogField.setText(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/ui/ExternalCheckerConfigurationPage.java:[264] this.fExtensions.setText(externalChecker.getExtensions()); ^^^^^^^ Discouraged access: The method 'StringDialogField.setText(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/ui/ExternalCheckerConfigurationPage.java:[265] this.fPassInterpreterEnvironmentVars.setSelection(externalChecker.isPassInterpreterEnvironmentVars()); ^^^^^^^^^^^^ Discouraged access: The method 'SelectionButtonDialogField.setSelection(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/ui/ExternalCheckerConfigurationPage.java:[275] this.fArguments = new StringDialogField(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StringDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/ui/ExternalCheckerConfigurationPage.java:[275] this.fArguments = new StringDialogField(); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'StringDialogField()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/ui/ExternalCheckerConfigurationPage.java:[276] this.fArguments.setLabelText(Messages.ExternalCheckerConfigurationPage_CheckerArguments); ^^^^^^^^^^^^ Discouraged access: The method 'DialogField.setLabelText(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/ui/ExternalCheckerConfigurationPage.java:[277] this.fExtensions = new StringDialogField(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StringDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/ui/ExternalCheckerConfigurationPage.java:[277] this.fExtensions = new StringDialogField(); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'StringDialogField()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/ui/ExternalCheckerConfigurationPage.java:[278] this.fExtensions.setLabelText(Messages.ExternalCheckerConfigurationPage_filenameExtensions); ^^^^^^^^^^^^ Discouraged access: The method 'DialogField.setLabelText(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/ui/ExternalCheckerConfigurationPage.java:[279] this.fPassInterpreterEnvironmentVars = new SelectionButtonDialogField(SWT.CHECK); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SelectionButtonDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/ui/ExternalCheckerConfigurationPage.java:[279] this.fPassInterpreterEnvironmentVars = new SelectionButtonDialogField(SWT.CHECK); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SelectionButtonDialogField(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/ui/ExternalCheckerConfigurationPage.java:[281] .setLabelText(Messages.ExternalCheckerConfigurationPage_passInterpreterEnvironmentVariables); ^^^^^^^^^^^^ Discouraged access: The method 'SelectionButtonDialogField.setLabelText(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/core/WildcardsPreferenceInitializer.java:[13] ExternalCheckerPlugin.getDefault().getPluginPreferences().setDefault(ExternalCheckerWildcardManager.WILDCARDS, ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/core/WildcardsPreferenceInitializer.java:[13] ExternalCheckerPlugin.getDefault().getPluginPreferences().setDefault(ExternalCheckerWildcardManager.WILDCARDS, xmlString); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/core/WildcardsPreferenceInitializer.java:[15] ExternalCheckerPlugin.getDefault().savePluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^^ The method savePluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/ui/ExternalCheckerGenericHyperlink.java:[74] String linkText = getLinkText(); ^^^^^^^^ The value of the local variable linkText is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/core/WildcardMatcher.java:[13] private List tokenList = new ArrayList<>(); ^^^^^^^^^ The value of the field WildcardMatcher.tokenList is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/ui/ExternalCheckerRulesPreferencePage.java:[82] ExternalCheckerPlugin.getDefault().getPluginPreferences().setValue(ExternalCheckerWildcardManager.WILDCARDS, ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/ui/ExternalCheckerRulesPreferencePage.java:[82] ExternalCheckerPlugin.getDefault().getPluginPreferences().setValue(ExternalCheckerWildcardManager.WILDCARDS, xmlString); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValue(String, String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/ui/ExternalCheckerRulesPreferencePage.java:[84] ExternalCheckerPlugin.getDefault().savePluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^^ The method savePluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/ui/ExternalCheckerRulesBlock.java:[15] import org.eclipse.dltk.internal.ui.util.TableLayoutComposite; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TableLayoutComposite' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/ui/ExternalCheckerRulesBlock.java:[88] TableLayoutComposite tblComposite = new TableLayoutComposite(parent, SWT.NONE); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TableLayoutComposite' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/ui/ExternalCheckerRulesBlock.java:[88] TableLayoutComposite tblComposite = new TableLayoutComposite(parent, SWT.NONE); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TableLayoutComposite' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/ui/ExternalCheckerRulesBlock.java:[88] TableLayoutComposite tblComposite = new TableLayoutComposite(parent, SWT.NONE); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'TableLayoutComposite(Composite, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/core/ExternalCheckerWildcardManager.java:[42] String preference = ExternalCheckerPlugin.getDefault().getPluginPreferences() ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/core/ExternalCheckerWildcardManager.java:[43] .getString(ExternalCheckerWildcardManager.WILDCARDS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getString(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/core/ExternalCheckerWildcardManager.java:[83] ExternalCheckerPlugin.getDefault().getPluginPreferences().setValue(WILDCARDS, xmlString); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/core/ExternalCheckerWildcardManager.java:[83] ExternalCheckerPlugin.getDefault().getPluginPreferences().setValue(WILDCARDS, xmlString); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValue(String, String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/core/ExternalCheckerWildcardManager.java:[84] ExternalCheckerPlugin.getDefault().savePluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^^ The method savePluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/org/eclipse/dltk/validators/internal/externalchecker/core/WildcardException.java:[3] public class WildcardException extends Exception { ^^^^^^^^^^^^^^^^^ The serializable class WildcardException does not declare a static final serialVersionUID field of type long 41 problems (41 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.validators.externalchecker --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.validators.externalchecker --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.validators.externalchecker --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.validators.externalchecker --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.validators.externalchecker --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.validators.externalchecker --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/target/org.eclipse.dltk.validators.externalchecker-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.validators.externalchecker --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/target/org.eclipse.dltk.validators.externalchecker-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.validators.externalchecker --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.validators.externalchecker --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/target/org.eclipse.dltk.validators.externalchecker-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/target/org.eclipse.dltk.validators.externalchecker-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.validators.externalchecker --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.validators.externalchecker --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.validators.externalchecker --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.validators.externalchecker --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/target/org.eclipse.dltk.validators.externalchecker-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.validators.externalchecker/6.3.0-SNAPSHOT/org.eclipse.dltk.validators.externalchecker-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.validators.externalchecker/6.3.0-SNAPSHOT/org.eclipse.dltk.validators.externalchecker-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/target/org.eclipse.dltk.validators.externalchecker-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.validators.externalchecker/6.3.0-SNAPSHOT/org.eclipse.dltk.validators.externalchecker-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.validators.externalchecker/6.3.0-SNAPSHOT/org.eclipse.dltk.validators.externalchecker-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.validators.externalchecker/6.3.0-SNAPSHOT/org.eclipse.dltk.validators.externalchecker-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.validators.externalchecker --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ----------< org.eclipse.dltk.core:org.eclipse.dltk.formatter >---------- [INFO] Building org.eclipse.dltk.formatter 6.3.0-SNAPSHOT [19/92] [INFO] from ../org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.formatter/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.formatter --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.formatter --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.formatter --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.formatter --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.formatter --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.formatter --- [INFO] Resolving class path of org.eclipse.dltk.formatter... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.formatter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.formatter/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.formatter --- [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.formatter/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.formatter/src/org/eclipse/dltk/formatter/profile/ProfileStore.java:[46] import org.eclipse.dltk.internal.ui.DLTKUIException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKUIException' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.formatter/src/org/eclipse/dltk/formatter/profile/ProfileStore.java:[359] private static DLTKUIException createException(Throwable t, ^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKUIException' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.formatter/src/org/eclipse/dltk/formatter/profile/ProfileStore.java:[361] return new DLTKUIException( ^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKUIException' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.formatter/src/org/eclipse/dltk/formatter/profile/ProfileStore.java:[361] return new DLTKUIException( ^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DLTKUIException(IStatus)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') 4 problems (4 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.formatter --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.formatter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.formatter/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.formatter --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.formatter --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.formatter --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.formatter --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.formatter/target/org.eclipse.dltk.formatter-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.formatter --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.formatter/target/org.eclipse.dltk.formatter-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.formatter --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.formatter --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.formatter/target/org.eclipse.dltk.formatter-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.formatter/target/org.eclipse.dltk.formatter-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.formatter --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.formatter --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.formatter --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.formatter --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.formatter/target/org.eclipse.dltk.formatter-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.formatter/6.3.0-SNAPSHOT/org.eclipse.dltk.formatter-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.formatter/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.formatter/6.3.0-SNAPSHOT/org.eclipse.dltk.formatter-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.formatter/target/org.eclipse.dltk.formatter-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.formatter/6.3.0-SNAPSHOT/org.eclipse.dltk.formatter-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.formatter/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.formatter/6.3.0-SNAPSHOT/org.eclipse.dltk.formatter-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.formatter/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.formatter/6.3.0-SNAPSHOT/org.eclipse.dltk.formatter-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.formatter --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ---------< org.eclipse.dltk.core:org.eclipse.dltk.logconsole >---------- [INFO] Building org.eclipse.dltk.logconsole 6.3.0-SNAPSHOT [20/92] [INFO] from ../org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.logconsole --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.logconsole --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.logconsole --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.logconsole --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.logconsole --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.logconsole --- [INFO] Resolving class path of org.eclipse.dltk.logconsole... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.logconsole --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.logconsole --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.logconsole --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.logconsole --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.logconsole --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.logconsole --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.logconsole --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.logconsole --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole/target/org.eclipse.dltk.logconsole-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.logconsole --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole/target/org.eclipse.dltk.logconsole-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.logconsole --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.logconsole --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole/target/org.eclipse.dltk.logconsole-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole/target/org.eclipse.dltk.logconsole-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.logconsole --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.logconsole --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.logconsole --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.logconsole --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole/target/org.eclipse.dltk.logconsole-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.logconsole/6.3.0-SNAPSHOT/org.eclipse.dltk.logconsole-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.logconsole/6.3.0-SNAPSHOT/org.eclipse.dltk.logconsole-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole/target/org.eclipse.dltk.logconsole-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.logconsole/6.3.0-SNAPSHOT/org.eclipse.dltk.logconsole-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.logconsole/6.3.0-SNAPSHOT/org.eclipse.dltk.logconsole-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.logconsole/6.3.0-SNAPSHOT/org.eclipse.dltk.logconsole-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.logconsole --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --------< org.eclipse.dltk.core:org.eclipse.dltk.logconsole.ui >-------- [INFO] Building org.eclipse.dltk.logconsole.ui 6.3.0-SNAPSHOT [21/92] [INFO] from ../org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.logconsole.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.logconsole.ui --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.logconsole.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.logconsole.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.logconsole.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.logconsole.ui --- [INFO] Resolving class path of org.eclipse.dltk.logconsole.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.logconsole.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.logconsole.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.logconsole.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.logconsole.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.logconsole.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.logconsole.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.logconsole.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.logconsole.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole.ui/target/org.eclipse.dltk.logconsole.ui-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.logconsole.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole.ui/target/org.eclipse.dltk.logconsole.ui-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.logconsole.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.logconsole.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole.ui/target/org.eclipse.dltk.logconsole.ui-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole.ui/target/org.eclipse.dltk.logconsole.ui-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.logconsole.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.logconsole.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.logconsole.ui --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.logconsole.ui --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole.ui/target/org.eclipse.dltk.logconsole.ui-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.logconsole.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.logconsole.ui-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole.ui/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.logconsole.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.logconsole.ui-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole.ui/target/org.eclipse.dltk.logconsole.ui-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.logconsole.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.logconsole.ui-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole.ui/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.logconsole.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.logconsole.ui-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.logconsole.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.logconsole.ui-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.logconsole.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ----------< org.eclipse.dltk.features:org.eclipse.dltk.core >----------- [INFO] Building org.eclipse.dltk.core 6.3.0-SNAPSHOT [22/92] [INFO] from ../org.eclipse.dltk.core/core/features/org.eclipse.dltk.core-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.core --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.dltk.core --- [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core-feature/target/org.eclipse.dltk.core-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core-feature/target/org.eclipse.dltk.core-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.core --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core-feature/target/org.eclipse.dltk.core-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.core/6.3.0-SNAPSHOT/org.eclipse.dltk.core-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core-feature/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.core/6.3.0-SNAPSHOT/org.eclipse.dltk.core-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core-feature/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.core/6.3.0-SNAPSHOT/org.eclipse.dltk.core-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core-feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.core/6.3.0-SNAPSHOT/org.eclipse.dltk.core-6.3.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core-feature/target/org.eclipse.dltk.core_root-6.3.0.202305301153-root.zip to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.core/6.3.0-SNAPSHOT/org.eclipse.dltk.core-6.3.0-SNAPSHOT-root.zip [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --------< org.eclipse.dltk.core:org.eclipse.dltk.core.doc.isv >--------- [INFO] Building org.eclipse.dltk.core.doc.isv 6.3.0-SNAPSHOT [23/92] [INFO] from ../org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.doc.isv/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.core.doc.isv --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.core.doc.isv --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.core.doc.isv --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.core.doc.isv --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.core.doc.isv --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.core.doc.isv --- [INFO] Resolving class path of org.eclipse.dltk.core.doc.isv... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.core.doc.isv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.doc.isv/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.core.doc.isv --- [INFO] [INFO] --- tycho-eclipserun:2.7.5:eclipse-run (build_indexes) @ org.eclipse.dltk.core.doc.isv --- [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.14/ (128B) [INFO] Adding repository http://download.eclipse.org/eclipse/updates/4.14 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/eclipse/updates/4.14/ (446B) [INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/4.14/categories/ (1.46kB) [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.14/R-4.14-201912100610/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/eclipse/updates/4.14/R-4.14-201912100610/ (116.93kB) [INFO] Fetching R-4.14-201912100610&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.14/ (63B) [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar from http://download.eclipse.org/eclipse/updates/4.14/R-4.14-201912100610/plugins/ (12.63MB) [INFO] Fetching org.apache.ant_1.10.7.v20190926-0324.jar from http://download.eclipse.org/eclipse/updates/4.14/R-4.14-201912100610/plugins/ (2.96MB) [INFO] Fetching org.apache.lucene.analyzers-common_8.0.0.v20190404-1858.jar from http://download.eclipse.org/eclipse/updates/4.14/R-4.14-201912100610/plugins/ (1.65MB) [INFO] Fetching org.apache.lucene.core_8.0.0.v20190404-1858.jar from http://download.eclipse.org/eclipse/updates/4.14/R-4.14-201912100610/plugins/ (3.17MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.0.0.v20190404-1858.jar from http://download.eclipse.org/eclipse/updates/4.14/R-4.14-201912100610/plugins/ (3.45MB) [INFO] Fetching org.eclipse.ant.core_3.5.600.v20191122-2102.jar from http://download.eclipse.org/eclipse/updates/4.14/R-4.14-201912100610/plugins/ (106.89kB) [INFO] Fetching org.eclipse.core.variables_3.4.700.v20191114-1848.jar from http://download.eclipse.org/eclipse/updates/4.14/R-4.14-201912100610/plugins/ (35.21kB) [INFO] Fetching org.eclipse.core.runtime_3.17.0.v20191122-2104.jar from http://download.eclipse.org/eclipse/updates/4.14/R-4.14-201912100610/plugins/ (72.23kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.500.v20190916-2125.jar from http://download.eclipse.org/eclipse/updates/4.14/R-4.14-201912100610/plugins/ (98.85kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.600.v20191017-2055.jar from http://download.eclipse.org/eclipse/updates/4.14/R-4.14-201912100610/plugins/ (129.6kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.600.v20191017-2055.jar from http://download.eclipse.org/eclipse/updates/4.14/R-4.14-201912100610/plugins/ (189.41kB) [INFO] Fetching org.eclipse.equinox.common_3.10.600.v20191004-1420.jar from http://download.eclipse.org/eclipse/updates/4.14/R-4.14-201912100610/plugins/ (120.31kB) [INFO] Fetching org.eclipse.osgi_3.15.100.v20191114-1701.jar from http://download.eclipse.org/eclipse/updates/4.14/R-4.14-201912100610/plugins/ (1.4MB) [INFO] Fetching org.eclipse.core.expressions_3.6.600.v20191122-2104.jar from http://download.eclipse.org/eclipse/updates/4.14/R-4.14-201912100610/plugins/ (92.39kB) [INFO] Fetching org.eclipse.core.jobs_3.10.600.v20191122-2104.jar from http://download.eclipse.org/eclipse/updates/4.14/R-4.14-201912100610/plugins/ (105.07kB) [INFO] Fetching org.eclipse.core.net_1.3.700.v20191122-2107.jar from http://download.eclipse.org/eclipse/updates/4.14/R-4.14-201912100610/plugins/ (72.8kB) [INFO] Fetching org.eclipse.equinox.security_1.3.400.v20191008-0645.jar from http://download.eclipse.org/eclipse/updates/4.14/R-4.14-201912100610/plugins/ (110.65kB) [INFO] Fetching org.eclipse.equinox.app_1.4.300.v20190815-1535.jar from http://download.eclipse.org/eclipse/updates/4.14/R-4.14-201912100610/plugins/ (87.28kB) [INFO] Fetching org.eclipse.equinox.launcher_1.5.600.v20191014-2022.jar from http://download.eclipse.org/eclipse/updates/4.14/R-4.14-201912100610/plugins/ (51.99kB) [INFO] Fetching org.eclipse.help_3.8.600.v20191123-0656.jar from http://download.eclipse.org/eclipse/updates/4.14/R-4.14-201912100610/plugins/ (266.88kB) [INFO] Fetching org.eclipse.help.base_4.2.800.v20191210-0610.jar from http://download.eclipse.org/eclipse/updates/4.14/R-4.14-201912100610/plugins/ (431.49kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.doc.isv/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/latest/bin/java, -jar, /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.600.v20191014-2022/org.eclipse.equinox.launcher-1.5.600.v20191014-2022.jar, -install, /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.doc.isv/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.doc.isv/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.doc.isv/target/eclipserun-work/data, -consolelog, -application, org.eclipse.ant.core.antRunner, -data, /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.doc.isv/target/workspace, -quiet, -buildfile, build.xml] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/dltk-nightly-pipeline@tmp/withMaven47e7df69/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/dltk-nightly-pipeline@tmp/withMaven47e7df69" BUILD SUCCESSFUL BUILD SUCCESSFUL Total time: 0 seconds [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.core.doc.isv --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.core.doc.isv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.doc.isv/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.core.doc.isv --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.core.doc.isv --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.core.doc.isv --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.core.doc.isv --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.core.doc.isv --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.doc.isv/target/org.eclipse.dltk.core.doc.isv-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.core.doc.isv --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.core.doc.isv --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.doc.isv/target/org.eclipse.dltk.core.doc.isv-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.core.doc.isv --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.core.doc.isv --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.core.doc.isv --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.core.doc.isv --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.doc.isv/target/org.eclipse.dltk.core.doc.isv-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.doc.isv/6.3.0-SNAPSHOT/org.eclipse.dltk.core.doc.isv-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.doc.isv/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.doc.isv/6.3.0-SNAPSHOT/org.eclipse.dltk.core.doc.isv-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.doc.isv/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.doc.isv/6.3.0-SNAPSHOT/org.eclipse.dltk.core.doc.isv-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.doc.isv/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.doc.isv/6.3.0-SNAPSHOT/org.eclipse.dltk.core.doc.isv-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.core.doc.isv --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ----------< org.eclipse.dltk.core:org.eclipse.dltk.core.sdk >----------- [INFO] Building org.eclipse.dltk.core.sdk 6.3.0-SNAPSHOT [24/92] [INFO] from ../org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.sdk/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.core.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.core.sdk --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.core.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.core.sdk --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.core.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.core.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.core.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.dltk.core.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.sdk/target/org.eclipse.dltk.core.sdk-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.core.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.core.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.core.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.sdk/target/org.eclipse.dltk.core.sdk-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.core.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.core.sdk --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.sdk/target/org.eclipse.dltk.core.sdk-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.core.sdk-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.sdk/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.core.sdk-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.sdk/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.core.sdk-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.sdk/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.core.sdk-6.3.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.sdk/target/org.eclipse.dltk.core.sdk_root-6.3.0.202305301153-root.zip to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.core.sdk-6.3.0-SNAPSHOT-root.zip [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.core.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ------------------< org.eclipse.dltk.core:core.tests >------------------ [INFO] Building core.tests 6.3.0-SNAPSHOT [25/92] [INFO] from ../org.eclipse.dltk.core/core/tests/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ core.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ core.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ core.tests --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ core.tests --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ core.tests --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/core.tests/6.3.0-SNAPSHOT/core.tests-6.3.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.dltk.core:org.eclipse.dltk.core.tests >---------- [INFO] Building org.eclipse.dltk.core.tests 6.3.0-SNAPSHOT [26/92] [INFO] from ../org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:2.7.5:test (default-test)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.core.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.core.tests --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.core.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.core.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.core.tests --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.core.tests --- [INFO] Resolving class path of org.eclipse.dltk.core.tests... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.core.tests --- [INFO] Compiling 75 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/model/AbstractDLTKSearchTests.java:[333] if (Util.isValidSourceModule(resource) && element != null) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isValidSourceModule(IResource) from the type Util is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/ProblemTestUtil.java:[28] import org.eclipse.dltk.core.IScriptModelMarker; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IScriptModelMarker is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/ProblemTestUtil.java:[59] .decode(problem.getAttribute(IScriptModelMarker.ID, null)); ^^^^^^^^^^^^^^^^^^ The type IScriptModelMarker is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/ProblemTestUtil.java:[59] .decode(problem.getAttribute(IScriptModelMarker.ID, null)); ^^ The field IScriptModelMarker.ID is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/model/TestPessimisticProvider.java:[13] import org.eclipse.core.resources.IFileModificationValidator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IFileModificationValidator is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/model/TestPessimisticProvider.java:[25] public class TestPessimisticProvider extends RepositoryProvider implements IFileModificationValidator { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IFileModificationValidator is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/model/TestPessimisticProvider.java:[51] public IFileModificationValidator getFileModificationValidator() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IFileModificationValidator is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/buildpath/SetContainerEventsTest.java:[116] assertThat(added.get(0).getElement(), instanceOf(IProjectFragment.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IModelElement, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/model/AbstractModelTests.java:[51] import org.eclipse.dltk.core.IScriptModelMarker; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IScriptModelMarker is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/model/AbstractModelTests.java:[684] IMarker[] markers = project.getProject().findMarkers(IScriptModelMarker.BUILDPATH_PROBLEM_MARKER, false, ^^^^^^^^^^^^^^^^^^ The type IScriptModelMarker is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/model/AbstractModelTests.java:[684] IMarker[] markers = project.getProject().findMarkers(IScriptModelMarker.BUILDPATH_PROBLEM_MARKER, false, ^^^^^^^^^^^^^^^^^^^^^^^^ The field IScriptModelMarker.BUILDPATH_PROBLEM_MARKER is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/cache/SourceModuleInfoCacheTest.java:[51] private static final Matcher IS_CACHED = new BaseMatcher() { ^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/cache/SourceModuleInfoCacheTest.java:[69] assertThat(module, IS_CACHED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ISourceModule, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/cache/SourceModuleInfoCacheTest.java:[78] assertThat(module, IS_CACHED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ISourceModule, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/cache/SourceModuleInfoCacheTest.java:[83] assertThat(module, not(IS_CACHED)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ISourceModule, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/cache/SourceModuleInfoCacheTest.java:[92] assertThat(module, IS_CACHED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ISourceModule, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/cache/SourceModuleInfoCacheTest.java:[99] assertThat(module, not(IS_CACHED)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ISourceModule, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/cache/SourceModuleInfoCacheTest.java:[108] assertThat(module, IS_CACHED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ISourceModule, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/cache/SourceModuleInfoCacheTest.java:[118] assertThat(module, not(IS_CACHED)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ISourceModule, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/cache/SourceModuleInfoCacheTest.java:[127] assertThat(module, IS_CACHED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ISourceModule, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/cache/SourceModuleInfoCacheTest.java:[131] assertThat(module, not(IS_CACHED)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ISourceModule, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/cache/SourceModuleInfoCacheTest.java:[140] assertThat(module, IS_CACHED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ISourceModule, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/cache/SourceModuleInfoCacheTest.java:[146] assertThat(module, not(IS_CACHED)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ISourceModule, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/cache/SourceModuleInfoCacheTest.java:[155] assertThat(module, IS_CACHED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ISourceModule, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/cache/SourceModuleInfoCacheTest.java:[160] assertThat(module, not(IS_CACHED)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ISourceModule, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/cache/SourceModuleInfoCacheTest.java:[169] assertThat(module, IS_CACHED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ISourceModule, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/cache/SourceModuleInfoCacheTest.java:[191] assertThat(module, IS_CACHED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ISourceModule, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/cache/SourceModuleInfoCacheTest.java:[197] assertThat(a, IS_CACHED); ^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ISourceModule, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/cache/SourceModuleInfoCacheTest.java:[198] assertThat(modules.get(0), not(IS_CACHED)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ISourceModule, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/model/WorkingCopyTests.java:[189] protected void openParent(Object childInfo, HashMap newElements, IProgressMonitor pm) throws ModelException { ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized 30 problems (30 warnings) [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.core.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/target/org.eclipse.dltk.core.tests-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/target/org.eclipse.dltk.core.tests-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.core.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.core.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/target/org.eclipse.dltk.core.tests-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/target/org.eclipse.dltk.core.tests-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.core.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.dltk.core.tests --- [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.core.tests --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/target/org.eclipse.dltk.core.tests-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.core.tests-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.core.tests-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/target/org.eclipse.dltk.core.tests-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.core.tests-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.core.tests-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.core.tests-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.core.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ---------< org.eclipse.dltk.core:org.eclipse.dltk.debug.tests >--------- [INFO] Building org.eclipse.dltk.debug.tests 6.3.0-SNAPSHOT [27/92] [INFO] from ../org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:2.7.5:test (default-test)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.debug.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.debug.tests --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.debug.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.debug.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.debug.tests --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.debug.tests --- [INFO] Resolving class path of org.eclipse.dltk.debug.tests... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.debug.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.debug.tests --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/src/org/eclipse/dltk/debug/dbgp/tests/DbgpPropertyCommandsTests.java:[27] private IDbgpPropertyCommands commands; ^^^^^^^^ The value of the field DbgpPropertyCommandsTests.commands is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/src/org/eclipse/dltk/debug/dbgp/tests/service/AbstractDbgpServiceTests.java:[100] public void setUp() throws Exception { ^^^^^^^^^ The declared exception Exception is not actually thrown by the method setUp() from type AbstractDbgpServiceTests 2 problems (2 warnings) [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.debug.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.debug.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.debug.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/target/org.eclipse.dltk.debug.tests-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.debug.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/target/org.eclipse.dltk.debug.tests-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.debug.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.debug.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/target/org.eclipse.dltk.debug.tests-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/target/org.eclipse.dltk.debug.tests-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.debug.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.dltk.debug.tests --- [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.debug.tests --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/target/org.eclipse.dltk.debug.tests-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.debug.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.debug.tests-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.debug.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.debug.tests-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/target/org.eclipse.dltk.debug.tests-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.debug.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.debug.tests-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.debug.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.debug.tests-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.debug.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.debug.tests-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.debug.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ----------< org.eclipse.dltk.core:org.eclipse.dltk.ui.tests >----------- [INFO] Building org.eclipse.dltk.ui.tests 6.3.0-SNAPSHOT [28/92] [INFO] from ../org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:2.7.5:test (default-test)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.ui.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.ui.tests --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.ui.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.ui.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.ui.tests --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.ui.tests --- [INFO] Resolving class path of org.eclipse.dltk.ui.tests... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.ui.tests --- [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/TestScriptNavigatorContentProvider.java:[12] import org.eclipse.dltk.internal.ui.navigator.ScriptExplorerContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/TestScriptNavigatorContentProvider.java:[17] public class TestScriptNavigatorContentProvider extends ScriptExplorerContentProvider { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/TestScriptNavigatorContentProvider.java:[20] super(true); ^^^^^^^^^^^^ Discouraged access: The constructor 'ScriptExplorerContentProvider(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/refactoring/ModelElementUtilTests.java:[24] import org.eclipse.dltk.internal.corext.refactoring.util.ModelElementUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelElementUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/refactoring/ModelElementUtilTests.java:[45] IScriptFolder[] subfolders0 = ModelElementUtil ^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelElementUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/refactoring/ModelElementUtilTests.java:[46] .getPackageAndSubpackages(folder0); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelElementUtil.getPackageAndSubpackages(IScriptFolder)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/refactoring/ModelElementUtilTests.java:[51] IScriptFolder[] subfolders1 = ModelElementUtil ^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelElementUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/refactoring/ModelElementUtilTests.java:[52] .getPackageAndSubpackages(folder1); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelElementUtil.getPackageAndSubpackages(IScriptFolder)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/refactoring/ModelElementUtilTests.java:[58] IScriptFolder[] subfolders2 = ModelElementUtil ^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelElementUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/refactoring/ModelElementUtilTests.java:[59] .getPackageAndSubpackages(folder2); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelElementUtil.getPackageAndSubpackages(IScriptFolder)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/ScriptProjectHelper.java:[41] import org.eclipse.dltk.internal.core.BuildpathEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/ScriptProjectHelper.java:[42] import org.eclipse.dltk.internal.ui.util.CoreUtility; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CoreUtility' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/ScriptProjectHelper.java:[83] CoreUtility.createFolder(folder, false, true, null); ^^^^^^^^^^^ Discouraged access: The type 'CoreUtility' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/ScriptProjectHelper.java:[83] CoreUtility.createFolder(folder, false, true, null); ^^^^^^^^^^^^ Discouraged access: The method 'CoreUtility.createFolder(IFolder, boolean, boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/ScriptProjectHelper.java:[89] inclusionFilters, exclusionFilters, BuildpathEntry.NO_EXTRA_ATTRIBUTES); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/TestScriptNavigatorLabelProvider.java:[12] import org.eclipse.dltk.internal.ui.navigator.ScriptExplorerContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/TestScriptNavigatorLabelProvider.java:[13] import org.eclipse.dltk.internal.ui.navigator.ScriptExplorerLabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerLabelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/TestScriptNavigatorLabelProvider.java:[18] ScriptExplorerLabelProvider { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerLabelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/TestScriptNavigatorLabelProvider.java:[20] public TestScriptNavigatorLabelProvider(ScriptExplorerContentProvider cp, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/TestScriptNavigatorLabelProvider.java:[22] super(cp, store); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ScriptExplorerLabelProvider(ScriptExplorerContentProvider, IPreferenceStore)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/TestScriptNavigatorLabelProvider.java:[29] protected ScriptExplorerLabelProvider createLabelProvider() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerLabelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/TestScriptNavigatorLabelProvider.java:[31] return new ScriptExplorerLabelProvider(fContentProvider, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerLabelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/TestScriptNavigatorLabelProvider.java:[31] return new ScriptExplorerLabelProvider(fContentProvider, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ScriptExplorerLabelProvider(ScriptExplorerContentProvider, IPreferenceStore)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/TestScriptNavigatorLabelProvider.java:[31] return new ScriptExplorerLabelProvider(fContentProvider, ^^^^^^^^^^^^^^^^ Discouraged access: The field 'ScriptExplorerLabelProvider.fContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/UICompletionUtil.java:[100] computer = computerClass.newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/text/TestScriptCommentScanner.java:[15] import org.eclipse.dltk.internal.ui.text.DLTKColorManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKColorManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/text/TestScriptCommentScanner.java:[26] super(new DLTKColorManager(true), DLTKUIPlugin.getDefault() ^^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKColorManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/text/TestScriptCommentScanner.java:[26] super(new DLTKColorManager(true), DLTKUIPlugin.getDefault() ^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DLTKColorManager(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests1.java:[35] import org.eclipse.dltk.internal.ui.wizards.buildpath.BPListElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BPListElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests1.java:[239] fMyPart.fRefreshedObjects = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests1.java:[296] BPListElement element = BPListElement.createFromExisting(src1, ^^^^^^^^^^^^^ Discouraged access: The type 'BPListElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests1.java:[296] BPListElement element = BPListElement.createFromExisting(src1, ^^^^^^^^^^^^^ Discouraged access: The type 'BPListElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests1.java:[296] BPListElement element = BPListElement.createFromExisting(src1, ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BPListElement.createFromExisting(IBuildpathEntry, IScriptProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests1.java:[298] element.setAttribute(BPListElement.INCLUSION, new IPath[] { new Path( ^^^^^^^^^^^^ Discouraged access: The method 'BPListElement.setAttribute(String, Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests1.java:[298] element.setAttribute(BPListElement.INCLUSION, new IPath[] { new Path( ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BPListElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests1.java:[298] element.setAttribute(BPListElement.INCLUSION, new IPath[] { new Path( ^^^^^^^^^ Discouraged access: The field 'BPListElement.INCLUSION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests1.java:[301] .getBuildpathEntry() }, null); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BPListElement.getBuildpathEntry()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests4.java:[66] private IScriptFolder fD; ^^ The value of the field ContentProviderTests4.fD is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests4.java:[67] private IScriptFolder fY; ^^ The value of the field ContentProviderTests4.fY is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests4.java:[87] Object[] expectedChildren= new Object[]{fCUinDefault}; ^^^^^^^^^^^^^^^^ The value of the local variable expectedChildren is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests4.java:[88] Object[] children= fProvider.getChildren(fDefaultPackage); ^^^^^^^^ The value of the local variable children is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests4.java:[125] Object parent= fProvider.getParent(fInternalRoot1); ^^^^^^ The value of the local variable parent is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests5.java:[33] import org.eclipse.dltk.internal.ui.scriptview.ScriptExplorerPart; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests5.java:[34] import org.eclipse.dltk.internal.ui.util.CoreUtility; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CoreUtility' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests5.java:[109] IViewPart myPart = page.showView(DLTKUIPlugin.ID_SCRIPTEXPLORER); ^^^^^^^^^^^^^^^^^ The field DLTKUIPlugin.ID_SCRIPTEXPLORER is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests5.java:[110] assertTrue("Unable to get view", myPart instanceof ScriptExplorerPart); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests5.java:[111] ScriptExplorerPart part = (ScriptExplorerPart) myPart; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests5.java:[111] ScriptExplorerPart part = (ScriptExplorerPart) myPart; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests5.java:[112] if (!part.isFlatLayout()) { ^^^^^^^^^^^^ Discouraged access: The method 'ScriptExplorerPart.isFlatLayout()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests5.java:[113] part.setFlatLayout(true); ^^^^^^^^^^^^^ Discouraged access: The method 'ScriptExplorerPart.setFlatLayout(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests5.java:[115] fProvider = (ITreeContentProvider) part.getTreeViewer() ^^^^^^^^^^^^^ Discouraged access: The method 'ScriptExplorerPart.getTreeViewer()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests5.java:[154] CoreUtility.createFolder(ab, true, true, null); ^^^^^^^^^^^ Discouraged access: The type 'CoreUtility' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests5.java:[154] CoreUtility.createFolder(ab, true, true, null); ^^^^^^^^^^^^ Discouraged access: The method 'CoreUtility.createFolder(IFolder, boolean, boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests5.java:[224] CoreUtility.createFolder(ab, true, true, null); ^^^^^^^^^^^ Discouraged access: The type 'CoreUtility' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests5.java:[224] CoreUtility.createFolder(ab, true, true, null); ^^^^^^^^^^^^ Discouraged access: The method 'CoreUtility.createFolder(IFolder, boolean, boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests5.java:[226] CoreUtility.createFolder(aba, true, true, null); ^^^^^^^^^^^ Discouraged access: The type 'CoreUtility' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests5.java:[226] CoreUtility.createFolder(aba, true, true, null); ^^^^^^^^^^^^ Discouraged access: The method 'CoreUtility.createFolder(IFolder, boolean, boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests5.java:[260] CoreUtility.createFolder(d, false, true, null); ^^^^^^^^^^^ Discouraged access: The type 'CoreUtility' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests5.java:[260] CoreUtility.createFolder(d, false, true, null); ^^^^^^^^^^^^ Discouraged access: The method 'CoreUtility.createFolder(IFolder, boolean, boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/PackageExplorerShowInTests.java:[19] import org.eclipse.dltk.internal.ui.scriptview.ScriptExplorerPart; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/PackageExplorerShowInTests.java:[48] private ScriptExplorerPart fPackageExplorer; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/PackageExplorerShowInTests.java:[55] fPackageExplorer= (ScriptExplorerPart) fPage.showView(DLTKUIPlugin.ID_SCRIPT_EXPLORER); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/PackageExplorerShowInTests.java:[56] fPackageExplorer.selectAndReveal(new StructuredSelection()); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ScriptExplorerPart.selectAndReveal(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/PackageExplorerShowInTests.java:[75] IStructuredSelection selection= (IStructuredSelection) fPackageExplorer.convertSelection(new StructuredSelection(cu)); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScriptExplorerPart.convertSelection(ISelection)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/PackageExplorerShowInTests.java:[95] IStructuredSelection selection= (IStructuredSelection) fPackageExplorer.convertSelection(new StructuredSelection(adaptable)); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScriptExplorerPart.convertSelection(ISelection)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/PackageExplorerShowInTests.java:[116] IStructuredSelection selection= (IStructuredSelection) fPackageExplorer.convertSelection(new StructuredSelection(adaptable)); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScriptExplorerPart.convertSelection(ISelection)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests2.java:[67] private IScriptFolder fY; ^^ The value of the field ContentProviderTests2.fY is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/ContentProviderTests2.java:[127] Object parent= fProvider.getParent(fInternalRoot1); ^^^^^^ The value of the local variable parent is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/TestOptions.java:[24] public static Hashtable getDefaultOptions() { ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/TestOptions.java:[25] Hashtable result= DLTKCore.getDefaultOptions(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/TestOptions.java:[27] result.putAll(TestFormatterOptions.getSettings()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method putAll(Map) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/TestOptions.java:[32] IPreferenceStore store= DLTKUIPlugin.getDefault().getPreferenceStore(); ^^^^^ The value of the local variable store is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/TestOptions.java:[36] Map options= new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/TestOptions.java:[36] Map options= new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/TestOptions.java:[44] public static Hashtable getSettings() { ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/TestOptions.java:[62] private Hashtable getMap() { ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/TestOptions.java:[63] Hashtable options = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/TestOptions.java:[63] Hashtable options = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/MockPluginView.java:[16] import org.eclipse.dltk.internal.ui.scriptview.ScriptExplorerPart; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/MockPluginView.java:[32] public class MockPluginView extends ScriptExplorerPart { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/MockPluginView.java:[37] public List fRefreshedObjects; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/MockPluginView.java:[41] private List fRemovedObject; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/MockPluginView.java:[49] super(); ^^^^^^^^ Discouraged access: The constructor 'ScriptExplorerPart()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/MockPluginView.java:[50] fRefreshedObjects= new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/MockPluginView.java:[51] fRemovedObject= new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/MockPluginView.java:[66] contentProvider= createContentProvider(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScriptExplorerPart.createContentProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/MockPluginView.java:[87] super.dispose(); ^^^^^^^ Discouraged access: The method 'ScriptExplorerPart.dispose()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/MockPluginView.java:[121] fRefreshedObjects.add(object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/MockPluginView.java:[127] fRefreshedObjects.add(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/MockPluginView.java:[133] fRemovedObject.add(object); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/MockPluginView.java:[152] public List getRefreshedObject(){ ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/org/eclipse/dltk/ui/tests/navigator/scriptexplorer/MockPluginView.java:[183] public List getRemovedObject() { ^^^^ List is a raw type. References to generic type List should be parameterized 92 problems (92 warnings) [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.ui.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.ui.tests --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/target/org.eclipse.dltk.ui.tests-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/target/org.eclipse.dltk.ui.tests-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.ui.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.ui.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/target/org.eclipse.dltk.ui.tests-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/target/org.eclipse.dltk.ui.tests-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.ui.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.dltk.ui.tests --- [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.ui.tests --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/target/org.eclipse.dltk.ui.tests-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.ui.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.ui.tests-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.ui.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.ui.tests-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/target/org.eclipse.dltk.ui.tests-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.ui.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.ui.tests-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.ui.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.ui.tests-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.ui.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.ui.tests-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.ui.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ----< org.eclipse.dltk.core:org.eclipse.dltk.validators.core.tests >---- [INFO] Building org.eclipse.dltk.validators.core.tests 6.3.0-SNAPSHOT [29/92] [INFO] from ../org.eclipse.dltk.core/core/tests/org.eclipse.dltk.validators.core.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:2.7.5:test (default-test)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.validators.core.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.validators.core.tests --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.validators.core.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.validators.core.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.validators.core.tests --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.validators.core.tests --- [INFO] Resolving class path of org.eclipse.dltk.validators.core.tests... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.validators.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.validators.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.validators.core.tests --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.validators.core.tests/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.validators.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.validators.core.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.validators.core.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.validators.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.validators.core.tests/target/org.eclipse.dltk.validators.core.tests-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.validators.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.validators.core.tests/target/org.eclipse.dltk.validators.core.tests-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.validators.core.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.validators.core.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.validators.core.tests/target/org.eclipse.dltk.validators.core.tests-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.validators.core.tests/target/org.eclipse.dltk.validators.core.tests-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.validators.core.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.dltk.validators.core.tests --- [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.validators.core.tests --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.validators.core.tests/target/org.eclipse.dltk.validators.core.tests-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.validators.core.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.validators.core.tests-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.validators.core.tests/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.validators.core.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.validators.core.tests-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.validators.core.tests/target/org.eclipse.dltk.validators.core.tests-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.validators.core.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.validators.core.tests-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.validators.core.tests/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.validators.core.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.validators.core.tests-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.validators.core.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.validators.core.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.validators.core.tests-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.validators.core.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] -------< org.eclipse.dltk.core:org.eclipse.dltk.formatter.tests >------- [INFO] Building org.eclipse.dltk.formatter.tests 6.3.0-SNAPSHOT [30/92] [INFO] from ../org.eclipse.dltk.core/core/tests/org.eclipse.dltk.formatter.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:2.7.5:test (default-test)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.formatter.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.formatter.tests --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.formatter.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.formatter.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.formatter.tests --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.formatter.tests --- [INFO] Resolving class path of org.eclipse.dltk.formatter.tests... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.formatter.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.formatter.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.formatter.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.formatter.tests/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.formatter.tests/src/org/eclipse/dltk/formatter/tests/ScriptedTest.java:[214] ScriptedTest test = getClass().newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 2 problems (0 errors, 1 warning, 1 info) [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.formatter.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.formatter.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.formatter.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.formatter.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.formatter.tests/target/org.eclipse.dltk.formatter.tests-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.formatter.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.formatter.tests/target/org.eclipse.dltk.formatter.tests-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.formatter.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.formatter.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.formatter.tests/target/org.eclipse.dltk.formatter.tests-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.formatter.tests/target/org.eclipse.dltk.formatter.tests-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.formatter.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.dltk.formatter.tests --- [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.formatter.tests --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.formatter.tests/target/org.eclipse.dltk.formatter.tests-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.formatter.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.formatter.tests-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.formatter.tests/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.formatter.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.formatter.tests-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.formatter.tests/target/org.eclipse.dltk.formatter.tests-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.formatter.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.formatter.tests-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.formatter.tests/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.formatter.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.formatter.tests-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.formatter.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.formatter.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.formatter.tests-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.formatter.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] -------< org.eclipse.dltk.core:org.eclipse.dltk.debug.ui.tests >-------- [INFO] Building org.eclipse.dltk.debug.ui.tests 6.3.0-SNAPSHOT [31/92] [INFO] from ../org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.ui.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'include' is unknown for plugin 'tycho-surefire-plugin:2.7.5:test (default-test)' [WARNING] Parameter 'testIgnoreFailure' is unknown for plugin 'tycho-surefire-plugin:2.7.5:test (default-test)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.debug.ui.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.debug.ui.tests --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.debug.ui.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.debug.ui.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.debug.ui.tests --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.debug.ui.tests --- [INFO] Resolving class path of org.eclipse.dltk.debug.ui.tests... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.debug.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.debug.ui.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.ui.tests/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.debug.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.ui.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.debug.ui.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.debug.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.ui.tests/target/org.eclipse.dltk.debug.ui.tests-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.debug.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.ui.tests/target/org.eclipse.dltk.debug.ui.tests-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.debug.ui.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.debug.ui.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.ui.tests/target/org.eclipse.dltk.debug.ui.tests-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.ui.tests/target/org.eclipse.dltk.debug.ui.tests-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.debug.ui.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.dltk.debug.ui.tests --- [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.debug.ui.tests --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.ui.tests/target/org.eclipse.dltk.debug.ui.tests-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.debug.ui.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.debug.ui.tests-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.ui.tests/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.debug.ui.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.debug.ui.tests-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.ui.tests/target/org.eclipse.dltk.debug.ui.tests-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.debug.ui.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.debug.ui.tests-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.ui.tests/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.debug.ui.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.debug.ui.tests-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.ui.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.debug.ui.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.debug.ui.tests-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.debug.ui.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] -------< org.eclipse.dltk.features:org.eclipse.dltk.core.tests >-------- [INFO] Building org.eclipse.dltk.core.tests 6.3.0-SNAPSHOT [32/92] [INFO] from ../org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.tests/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.core.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.core.tests --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.core.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.core.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.core.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.core.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.core.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.dltk.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.tests/target/org.eclipse.dltk.core.tests-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.core.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.core.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.core.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.tests/target/org.eclipse.dltk.core.tests-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.core.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.core.tests --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.tests/target/org.eclipse.dltk.core.tests-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.core.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.core.tests-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.tests/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.core.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.core.tests-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.tests/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.core.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.core.tests-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.core.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.core.tests-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.core.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ------< org.eclipse.dltk.core:org.eclipse.dltk.core.index.lucene >------ [INFO] Building org.eclipse.dltk.core.index.lucene 6.3.0-SNAPSHOT [33/92] [INFO] from ../org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.core.index.lucene --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.core.index.lucene --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.core.index.lucene --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.core.index.lucene --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.core.index.lucene --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.core.index.lucene --- [INFO] Resolving class path of org.eclipse.dltk.core.index.lucene... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.core.index.lucene --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.core.index.lucene --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/src/org/eclipse/dltk/internal/core/index/lucene/LuceneSearchEngine.java:[322] private class SearchTask extends RecursiveTask> { ^^^^^^^^^^ The serializable class SearchTask does not declare a static final serialVersionUID field of type long 1 problem (1 warning) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.core.index.lucene --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.core.index.lucene --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.core.index.lucene --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.core.index.lucene --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.core.index.lucene --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.core.index.lucene --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/target/org.eclipse.dltk.core.index.lucene-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.core.index.lucene --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/target/org.eclipse.dltk.core.index.lucene-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.core.index.lucene --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.core.index.lucene --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/target/org.eclipse.dltk.core.index.lucene-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/target/org.eclipse.dltk.core.index.lucene-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.core.index.lucene --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.core.index.lucene --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.core.index.lucene --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.core.index.lucene --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/target/org.eclipse.dltk.core.index.lucene-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.index.lucene/6.3.0-SNAPSHOT/org.eclipse.dltk.core.index.lucene-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.index.lucene/6.3.0-SNAPSHOT/org.eclipse.dltk.core.index.lucene-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/target/org.eclipse.dltk.core.index.lucene-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.index.lucene/6.3.0-SNAPSHOT/org.eclipse.dltk.core.index.lucene-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.index.lucene/6.3.0-SNAPSHOT/org.eclipse.dltk.core.index.lucene-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.index.lucene/6.3.0-SNAPSHOT/org.eclipse.dltk.core.index.lucene-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.core.index.lucene --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ---------< org.eclipse.dltk.core:org.eclipse.dltk.core.index >---------- [INFO] Building org.eclipse.dltk.core.index 6.3.0-SNAPSHOT [34/92] [INFO] from ../org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [WARNING] Parameter 'usePdeSourceRoots' is unknown for plugin 'tycho-source-plugin:2.7.5:plugin-source (plugin-source)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.core.index --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.core.index --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.core.index --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.core.index --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.core.index --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.core.index --- [INFO] Resolving class path of org.eclipse.dltk.core.index... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.core.index --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.core.index --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.core.index --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.core.index --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.core.index --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.core.index --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.core.index --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.core.index --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.core.index --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index/target/org.eclipse.dltk.core.index-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.core.index --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.core.index --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index/target/org.eclipse.dltk.core.index-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.core.index --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.core.index --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.core.index --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.core.index --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index/target/org.eclipse.dltk.core.index-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.index/6.3.0-SNAPSHOT/org.eclipse.dltk.core.index-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.index/6.3.0-SNAPSHOT/org.eclipse.dltk.core.index-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.index/6.3.0-SNAPSHOT/org.eclipse.dltk.core.index-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.index/6.3.0-SNAPSHOT/org.eclipse.dltk.core.index-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.core.index --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ----< org.eclipse.dltk.features:org.eclipse.dltk.core.index.lucene >---- [INFO] Building org.eclipse.dltk.core.index.lucene 6.3.0-SNAPSHOT [35/92] [INFO] from ../org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.core.index.lucene --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.core.index.lucene --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.core.index.lucene --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.core.index.lucene --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.core.index.lucene --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.core.index.lucene --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.core.index.lucene --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.dltk.core.index.lucene --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene-feature/target/org.eclipse.dltk.core.index.lucene-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.core.index.lucene --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.core.index.lucene --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.core.index.lucene --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene-feature/target/org.eclipse.dltk.core.index.lucene-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.core.index.lucene --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.core.index.lucene --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene-feature/target/org.eclipse.dltk.core.index.lucene-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.core.index.lucene/6.3.0-SNAPSHOT/org.eclipse.dltk.core.index.lucene-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene-feature/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.core.index.lucene/6.3.0-SNAPSHOT/org.eclipse.dltk.core.index.lucene-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene-feature/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.core.index.lucene/6.3.0-SNAPSHOT/org.eclipse.dltk.core.index.lucene-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene-feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.core.index.lucene/6.3.0-SNAPSHOT/org.eclipse.dltk.core.index.lucene-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.core.index.lucene --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ----< org.eclipse.dltk.core:org.eclipse.dltk.core.index.lucene.sdk >---- [INFO] Building org.eclipse.dltk.core.index.lucene.sdk 6.3.0-SNAPSHOT [36/92] [INFO] from ../org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene.sdk/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.core.index.lucene.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.core.index.lucene.sdk --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.core.index.lucene.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.core.index.lucene.sdk --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.core.index.lucene.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.core.index.lucene.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.core.index.lucene.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.dltk.core.index.lucene.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene.sdk/target/org.eclipse.dltk.core.index.lucene.sdk-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.core.index.lucene.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.core.index.lucene.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.core.index.lucene.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene.sdk/target/org.eclipse.dltk.core.index.lucene.sdk-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.core.index.lucene.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.core.index.lucene.sdk --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene.sdk/target/org.eclipse.dltk.core.index.lucene.sdk-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.index.lucene.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.core.index.lucene.sdk-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene.sdk/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.index.lucene.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.core.index.lucene.sdk-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene.sdk/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.index.lucene.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.core.index.lucene.sdk-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene.sdk/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.index.lucene.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.core.index.lucene.sdk-6.3.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene.sdk/target/org.eclipse.dltk.core.index.lucene.sdk_root-6.3.0.202305301153-root.zip to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.index.lucene.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.core.index.lucene.sdk-6.3.0-SNAPSHOT-root.zip [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.core.index.lucene.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --------< org.eclipse.dltk.core:org.eclipse.dltk.core.tools.ui >-------- [INFO] Building org.eclipse.dltk.core.tools.ui 6.3.0-SNAPSHOT [37/92] [INFO] from ../org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.core.tools.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.core.tools.ui --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.core.tools.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.core.tools.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.core.tools.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.core.tools.ui --- [INFO] Resolving class path of org.eclipse.dltk.core.tools.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.core.tools.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.core.tools.ui --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/src/org/eclipse/dltk/core/tools/internal/ui/DLTKPerformanceViewPart.java:[44] return (String) ((Map.Entry) element).getKey(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/src/org/eclipse/dltk/core/tools/internal/ui/DLTKPerformanceViewPart.java:[49] Map.Entry entry = (Entry) element; ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/src/org/eclipse/dltk/core/tools/internal/ui/DLTKPerformanceViewPart.java:[49] Map.Entry entry = (Entry) element; ^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/src/org/eclipse/dltk/core/tools/internal/ui/DLTKPerformanceViewPart.java:[58] Map.Entry entry = (Entry) element; ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/src/org/eclipse/dltk/core/tools/internal/ui/DLTKPerformanceViewPart.java:[58] Map.Entry entry = (Entry) element; ^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/src/org/eclipse/dltk/core/tools/internal/ui/DLTKPerformanceViewPart.java:[67] Map.Entry entry = (Entry) element; ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/src/org/eclipse/dltk/core/tools/internal/ui/DLTKPerformanceViewPart.java:[67] Map.Entry entry = (Entry) element; ^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/src/org/eclipse/dltk/core/tools/internal/ui/DLTKPerformanceViewPart.java:[76] Map.Entry entry = (Entry) element; ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/src/org/eclipse/dltk/core/tools/internal/ui/DLTKPerformanceViewPart.java:[76] Map.Entry entry = (Entry) element; ^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/src/org/eclipse/dltk/core/tools/internal/ui/DLTKPerformanceViewPart.java:[87] Map.Entry entry = (Entry) element; ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/src/org/eclipse/dltk/core/tools/internal/ui/DLTKPerformanceViewPart.java:[87] Map.Entry entry = (Entry) element; ^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/src/org/eclipse/dltk/core/tools/internal/ui/DLTKPerformanceViewPart.java:[98] Map.Entry entry = (Entry) element; ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/src/org/eclipse/dltk/core/tools/internal/ui/DLTKPerformanceViewPart.java:[98] Map.Entry entry = (Entry) element; ^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/src/org/eclipse/dltk/core/tools/internal/ui/DLTKPerformanceViewPart.java:[130] return !((Map) element).isEmpty(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/src/org/eclipse/dltk/core/tools/internal/ui/DLTKPerformanceViewPart.java:[132] Map.Entry e = (Entry) element; ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/src/org/eclipse/dltk/core/tools/internal/ui/DLTKPerformanceViewPart.java:[132] Map.Entry e = (Entry) element; ^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/src/org/eclipse/dltk/core/tools/internal/ui/DLTKPerformanceViewPart.java:[135] Map mval = (Map) value; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/src/org/eclipse/dltk/core/tools/internal/ui/DLTKPerformanceViewPart.java:[135] Map mval = (Map) value; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/src/org/eclipse/dltk/core/tools/internal/ui/DLTKPerformanceViewPart.java:[148] return ((Map) parentElement).entrySet().toArray(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/src/org/eclipse/dltk/core/tools/internal/ui/DLTKPerformanceViewPart.java:[150] Map.Entry e = (Entry) parentElement; ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/src/org/eclipse/dltk/core/tools/internal/ui/DLTKPerformanceViewPart.java:[150] Map.Entry e = (Entry) parentElement; ^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/src/org/eclipse/dltk/core/tools/internal/ui/DLTKPerformanceViewPart.java:[152] return ((Map) e.getValue()).entrySet().toArray(); ^^^ Map is a raw type. References to generic type Map should be parameterized 22 problems (22 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.core.tools.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.core.tools.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.core.tools.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.core.tools.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.core.tools.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.core.tools.ui --- [WARNING] Bundle-Name header not found in /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/META-INF/MANIFEST.MF, fallback to Bundle-SymbolicName for source bundle [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/target/org.eclipse.dltk.core.tools.ui-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.core.tools.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/target/org.eclipse.dltk.core.tools.ui-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.core.tools.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.core.tools.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/target/org.eclipse.dltk.core.tools.ui-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/target/org.eclipse.dltk.core.tools.ui-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.core.tools.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.core.tools.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.core.tools.ui --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.core.tools.ui --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/target/org.eclipse.dltk.core.tools.ui-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.tools.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.core.tools.ui-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.tools.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.core.tools.ui-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/target/org.eclipse.dltk.core.tools.ui-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.tools.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.core.tools.ui-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.tools.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.core.tools.ui-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/core/org.eclipse.dltk.core.tools.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.core.tools.ui-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.core.tools.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --------------------< org.eclipse.dltk.mylyn:mylyn >-------------------- [INFO] Building mylyn 6.3.0-SNAPSHOT [38/92] [INFO] from ../org.eclipse.dltk.core/mylyn/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ mylyn --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ mylyn --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ mylyn --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ mylyn --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ mylyn --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/mylyn/mylyn/6.3.0-SNAPSHOT/mylyn-6.3.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.dltk.mylyn:org.eclipse.dltk.mylyn >------------ [INFO] Building org.eclipse.dltk.mylyn 6.3.0-SNAPSHOT [39/92] [INFO] from ../org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.mylyn --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.mylyn --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.mylyn --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.mylyn --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.mylyn --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.mylyn --- [INFO] Resolving class path of org.eclipse.dltk.mylyn... [INFO] Fetching org.eclipse.jdt.compiler.apt_1.4.50.v20210914-1429.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (220.7kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.3.100.v20211201-1611.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (196.11kB) [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.mylyn --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.mylyn --- [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/FocusedDLTKAllProposalComputer.java:[37] // TODO e3.5 extend org.eclipse.jdt.internal.ui.text.java.JavaAllCompletionProposalComputer ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TODO e3.5 extend org.eclipse.jdt.internal.ui.text.java.JavaAllCompletionProposalComputer [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/FocusedDLTKAllProposalComputer.java:[43] // TODO e3.4 replace by CompletionProposal.METHOD_REF_WITH_CASTED_RECEIVER ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TODO e3.4 replace by CompletionProposal.METHOD_REF_WITH_CASTED_RECEIVER [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/FocusedDLTKAllProposalComputer.java:[49] // TODO e3.4 replace by CompletionProposal.METHOD_REF_WITH_CASTED_RECEIVER ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TODO e3.4 replace by CompletionProposal.METHOD_REF_WITH_CASTED_RECEIVER [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/FocusedDLTKAllProposalComputer.java:[55] // TODO e3.5 replace by CompletionProposal.CONSTRUCTOR_INVOCATION ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TODO e3.5 replace by CompletionProposal.CONSTRUCTOR_INVOCATION [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/FocusedDLTKAllProposalComputer.java:[61] // TODO e3.5 replace by CompletionProposal.ANONYMOUS_CLASS_CONSTRUCTOR_INVOCATION ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TODO e3.5 replace by CompletionProposal.ANONYMOUS_CLASS_CONSTRUCTOR_INVOCATION [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/LandmarkMarkerManager.java:[153] // FIXME avoid NPE ^^^^^^^^^^^^^^^ FIXME avoid NPE [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/FocusedDLTKProposalProcessor.java:[32] * TODO: parametrize relevance levels (requires JDT changes, bug 119063) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TODO: parametrize relevance levels (requires JDT changes, bug 119063) [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/FocusedDLTKProposalProcessor.java:[141] // TODO: losing precision here, only going to one decimal place ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TODO: losing precision here, only going to one decimal place [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[36] import org.eclipse.dltk.internal.core.ScriptProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[39] import org.eclipse.dltk.internal.ui.search.DLTKSearchQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKSearchQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[40] import org.eclipse.dltk.internal.ui.search.DLTKSearchResult; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKSearchResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[47] import org.eclipse.mylyn.internal.context.core.AbstractRelationProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractRelationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[48] import org.eclipse.mylyn.internal.context.core.ContextCorePlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContextCorePlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[49] import org.eclipse.mylyn.internal.context.core.DegreeOfSeparation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DegreeOfSeparation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[50] import org.eclipse.mylyn.internal.context.core.IActiveSearchListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IActiveSearchListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[51] import org.eclipse.mylyn.internal.context.core.IActiveSearchOperation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IActiveSearchOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[52] import org.eclipse.mylyn.internal.context.core.IDegreeOfSeparation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IDegreeOfSeparation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[53] import org.eclipse.mylyn.internal.resources.ui.ResourcesUiBridgePlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResourcesUiBridgePlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.resources.ui/3.26.0.v20221229-1738/org.eclipse.mylyn.resources.ui-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[55] import org.eclipse.search2.internal.ui.InternalSearchUI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalSearchUI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.search/3.14.100.v20220120-1549/org.eclipse.search-3.14.100.v20220120-1549.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[60] public abstract class AbstractJavaRelationProvider extends AbstractRelationProvider { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractRelationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[76] super(structureKind, id); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'AbstractRelationProvider(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[80] public List getDegreesOfSeparation() { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IDegreeOfSeparation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[81] List separations = new ArrayList<>(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IDegreeOfSeparation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[82] separations.add(new DegreeOfSeparation(DOS_0_LABEL, 0)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DegreeOfSeparation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[82] separations.add(new DegreeOfSeparation(DOS_0_LABEL, 0)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DegreeOfSeparation(String, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[82] separations.add(new DegreeOfSeparation(DOS_0_LABEL, 0)); ^^^^^^^^^^^ Discouraged access: The field 'AbstractRelationProvider.DOS_0_LABEL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[83] separations.add(new DegreeOfSeparation(DOS_1_LABEL, 1)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DegreeOfSeparation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[83] separations.add(new DegreeOfSeparation(DOS_1_LABEL, 1)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DegreeOfSeparation(String, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[83] separations.add(new DegreeOfSeparation(DOS_1_LABEL, 1)); ^^^^^^^^^^^ Discouraged access: The field 'AbstractRelationProvider.DOS_1_LABEL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[84] separations.add(new DegreeOfSeparation(DOS_2_LABEL, 2)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DegreeOfSeparation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[84] separations.add(new DegreeOfSeparation(DOS_2_LABEL, 2)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DegreeOfSeparation(String, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[84] separations.add(new DegreeOfSeparation(DOS_2_LABEL, 2)); ^^^^^^^^^^^ Discouraged access: The field 'AbstractRelationProvider.DOS_2_LABEL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[85] separations.add(new DegreeOfSeparation(DOS_3_LABEL, 3)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DegreeOfSeparation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[85] separations.add(new DegreeOfSeparation(DOS_3_LABEL, 3)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DegreeOfSeparation(String, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[85] separations.add(new DegreeOfSeparation(DOS_3_LABEL, 3)); ^^^^^^^^^^^ Discouraged access: The field 'AbstractRelationProvider.DOS_3_LABEL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[86] separations.add(new DegreeOfSeparation(DOS_4_LABEL, 4)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DegreeOfSeparation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[86] separations.add(new DegreeOfSeparation(DOS_4_LABEL, 4)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DegreeOfSeparation(String, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[86] separations.add(new DegreeOfSeparation(DOS_4_LABEL, 4)); ^^^^^^^^^^^ Discouraged access: The field 'AbstractRelationProvider.DOS_4_LABEL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[87] separations.add(new DegreeOfSeparation(DOS_5_LABEL, 5)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DegreeOfSeparation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[87] separations.add(new DegreeOfSeparation(DOS_5_LABEL, 5)); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DegreeOfSeparation(String, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[87] separations.add(new DegreeOfSeparation(DOS_5_LABEL, 5)); ^^^^^^^^^^^ Discouraged access: The field 'AbstractRelationProvider.DOS_5_LABEL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[116] runJob(node, degreeOfSeparation, getId()); ^^^^^ Discouraged access: The method 'AbstractRelationProvider.getId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[166] // TODO what to do when the element is not a java element, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TODO what to do when the element is not a java element, [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[168] IResource resource = ResourcesUiBridgePlugin.getDefault().getResourceForElement(interesting, true); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResourcesUiBridgePlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.resources.ui/3.26.0.v20221229-1738/org.eclipse.mylyn.resources.ui-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[168] IResource resource = ResourcesUiBridgePlugin.getDefault().getResourceForElement(interesting, true); ^^^^^^^^^^ Discouraged access: The method 'ResourcesUiBridgePlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.resources.ui/3.26.0.v20221229-1738/org.eclipse.mylyn.resources.ui-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[168] IResource resource = ResourcesUiBridgePlugin.getDefault().getResourceForElement(interesting, true); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ResourcesUiBridgePlugin.getResourceForElement(IInteractionElement, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.resources.ui/3.26.0.v20221229-1738/org.eclipse.mylyn.resources.ui-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[171] if (project != null && ScriptProject.hasScriptNature(project) && project.exists()) { ^^^^^^^^^^^^^ Discouraged access: The type 'ScriptProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[171] if (project != null && ScriptProject.hasScriptNature(project) && project.exists()) { ^^^^^^^^^^^^^^^ Discouraged access: The method 'ScriptProject.hasScriptNature(IProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[211] // TODO: remove ^^^^^^^^^^^^ TODO: remove [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[250] JavaSearchJob job = new JavaSearchJob(query.getLabel(), query); ^^^^^^^^ Discouraged access: The method 'DLTKSearchQuery.getLabel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[251] query.addListener(new IActiveSearchListener() { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IActiveSearchListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[277] incrementInterest(node, DLTKStructureBridge.CONTENT_TYPE, element.getHandleIdentifier(), ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractRelationProvider.incrementInterest(IInteractionElement, String, String, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[281] AbstractJavaRelationProvider.this.searchCompleted(node); ^^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractRelationProvider.searchCompleted(IInteractionElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[285] InternalSearchUI.getInstance(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalSearchUI' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.search/3.14.100.v20220120-1549/org.eclipse.search-3.14.100.v20220120-1549.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[285] InternalSearchUI.getInstance(); ^^^^^^^^^^^ Discouraged access: The method 'InternalSearchUI.getInstance()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.search/3.14.100.v20220120-1549/org.eclipse.search-3.14.100.v20220120-1549.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[293] public IActiveSearchOperation getSearchOperation(IInteractionElement node, int limitTo, int degreeOfSeparation) { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IActiveSearchOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[330] protected static class JavaSearchOperation extends DLTKSearchQuery implements IActiveSearchOperation { ^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKSearchQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[330] protected static class JavaSearchOperation extends DLTKSearchQuery implements IActiveSearchOperation { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IActiveSearchOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[336] result = new DLTKSearchResult(this); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKSearchResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[336] result = new DLTKSearchResult(this); ^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DLTKSearchResult(DLTKSearchQuery)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[338] new DLTKActiveSearchResultUpdater((DLTKSearchResult) result); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKSearchResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[345] IStatus runStatus = super.run(monitor); ^^^ Discouraged access: The method 'DLTKSearchQuery.run(IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[347] if (result instanceof DLTKSearchResult) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKSearchResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[348] // TODO make better ^^^^^^^^^^^^^^^^ TODO make better [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[349] Object[] objs = ((DLTKSearchResult) result).getElements(); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKSearchResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[365] IStatus status = new Status(IStatus.WARNING, ContextCorePlugin.ID_PLUGIN, IStatus.OK, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContextCorePlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[365] IStatus status = new Status(IStatus.WARNING, ContextCorePlugin.ID_PLUGIN, IStatus.OK, ^^^^^^^^^ Discouraged access: The field 'ContextCorePlugin.ID_PLUGIN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[377] super(data); ^^^^^^^^^^^^ Discouraged access: The constructor 'DLTKSearchQuery(QuerySpecification)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[382] private final List listeners = new ArrayList<>(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IActiveSearchListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[391] public void addListener(IActiveSearchListener l) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IActiveSearchListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[403] public void removeListener(IActiveSearchListener l) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IActiveSearchListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[420] for (IActiveSearchListener listener : listeners) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IActiveSearchListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/AbstractJavaRelationProvider.java:[421] listener.searchCompleted(l); ^^^^^^^^^^^^^^^ Discouraged access: The method 'IActiveSearchListener.searchCompleted(List)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.26.0.v20221229-1738/org.eclipse.mylyn.context.core-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/BreakpointsInterestFilter.java:[34] // TODO: could consider use breakpoint.isEnabled() to make enabled breakpoints implicitly interesting ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TODO: could consider use breakpoint.isEnabled() to make enabled breakpoints implicitly interesting [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[34] import org.eclipse.dltk.internal.core.ProjectFragment; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectFragment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[35] import org.eclipse.dltk.internal.ui.StandardModelElementContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StandardModelElementContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[36] import org.eclipse.dltk.internal.ui.navigator.ProjectFragmentContainer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectFragmentContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[37] import org.eclipse.dltk.internal.ui.scriptview.BuildPathContainer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildPathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[49] private final StandardModelElementContentProvider modelContentProvider = new StandardModelElementContentProvider( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StandardModelElementContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[49] private final StandardModelElementContentProvider modelContentProvider = new StandardModelElementContentProvider( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StandardModelElementContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[49] private final StandardModelElementContentProvider modelContentProvider = new StandardModelElementContentProvider( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'StandardModelElementContentProvider(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[70] if (javaElement != null && modelContentProvider.getParent(javaElement) != null) { ^^^^^^^^^ Discouraged access: The method 'StandardModelElementContentProvider.getParent(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[71] return getHandleIdentifier(modelContentProvider.getParent(javaElement)); ^^^^^^^^^ Discouraged access: The method 'StandardModelElementContentProvider.getParent(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[86] children = modelContentProvider.getExtendedChildren(element, parent.getChildren()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'StandardModelElementContentProvider.getExtendedChildren(Object, Object[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[168] * TODO: figure out if the non IModelElement stuff is needed ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TODO: figure out if the non IModelElement stuff is needed [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[177] boolean accepts = object instanceof IModelElement || object instanceof ProjectFragmentContainer ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectFragmentContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[189] if (object instanceof BuildPathContainer.RequiredProjectWrapper) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildPathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[189] if (object instanceof BuildPathContainer.RequiredProjectWrapper) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildPathContainer.RequiredProjectWrapper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[191] } else if (object instanceof ProjectFragmentContainer) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectFragmentContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[193] ProjectFragmentContainer container = (ProjectFragmentContainer) object; ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectFragmentContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[193] ProjectFragmentContainer container = (ProjectFragmentContainer) object; ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectFragmentContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[195] Object[] children = container.getChildren(); ^^^^^^^^^^^ Discouraged access: The method 'ProjectFragmentContainer.getChildren()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[197] if (element2 instanceof ProjectFragment) { ^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectFragment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[198] ProjectFragment element = (ProjectFragment) element2; ^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectFragment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[198] ProjectFragment element = (ProjectFragment) element2; ^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectFragment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[200] .getElement(element.getHandleIdentifier()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelElement.getHandleIdentifier()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKStructureBridge.java:[244] // TODO: get rid of file extension check ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TODO: get rid of file extension check [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/DLTKActiveSearchResultUpdater.java:[26] import org.eclipse.dltk.internal.ui.search.DLTKSearchResult; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKSearchResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/DLTKActiveSearchResultUpdater.java:[39] private final DLTKSearchResult fResult; ^^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKSearchResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/DLTKActiveSearchResultUpdater.java:[44] public DLTKActiveSearchResultUpdater(DLTKSearchResult result) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKSearchResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/DLTKActiveSearchResultUpdater.java:[48] // TODO make this work with resources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TODO make this work with resources [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/DLTKActiveSearchResultUpdater.java:[75] fResult.removeMatch(matche); ^^^^^^^^^^^ Discouraged access: The method 'DLTKSearchResult.removeMatch(Match)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/DLTKActiveSearchResultUpdater.java:[77] // XXX remove edge and element ^^^^^^^^^^^^^^^^^^^^^^^^^^^ XXX remove edge and element [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/DLTKActiveSearchResultUpdater.java:[84] fResult.removeMatch(matche); ^^^^^^^^^^^ Discouraged access: The method 'DLTKSearchResult.removeMatch(Match)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/DLTKActiveSearchResultUpdater.java:[86] // XXX remove edge and element ^^^^^^^^^^^^^^^^^^^^^^^^^^^ XXX remove edge and element [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusDebugViewAction.java:[18] import org.eclipse.debug.internal.ui.views.launch.LaunchView; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LaunchView' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusDebugViewAction.java:[37] if (view instanceof LaunchView) { ^^^^^^^^^^ Discouraged access: The type 'LaunchView' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusDebugViewAction.java:[38] LaunchView launchView = (LaunchView) view; ^^^^^^^^^^ Discouraged access: The type 'LaunchView' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusDebugViewAction.java:[38] LaunchView launchView = (LaunchView) view; ^^^^^^^^^^ Discouraged access: The type 'LaunchView' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/ShowFilteredChildrenAction.java:[15] import org.eclipse.dltk.internal.ui.scriptview.ScriptExplorerPart; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/ShowFilteredChildrenAction.java:[21] import org.eclipse.mylyn.internal.context.ui.BrowseFilteredListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BrowseFilteredListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.ui/3.26.0.v20221229-1738/org.eclipse.mylyn.context.ui-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/ShowFilteredChildrenAction.java:[33] private BrowseFilteredListener browseFilteredListener; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BrowseFilteredListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.ui/3.26.0.v20221229-1738/org.eclipse.mylyn.context.ui-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/ShowFilteredChildrenAction.java:[41] if (targetPart instanceof ScriptExplorerPart) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/ShowFilteredChildrenAction.java:[42] treeViewer = ((ScriptExplorerPart) targetPart).getTreeViewer(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/ShowFilteredChildrenAction.java:[42] treeViewer = ((ScriptExplorerPart) targetPart).getTreeViewer(); ^^^^^^^^^^^^^ Discouraged access: The method 'ScriptExplorerPart.getTreeViewer()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/ShowFilteredChildrenAction.java:[43] browseFilteredListener = new BrowseFilteredListener(treeViewer); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BrowseFilteredListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.ui/3.26.0.v20221229-1738/org.eclipse.mylyn.context.ui-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/ShowFilteredChildrenAction.java:[43] browseFilteredListener = new BrowseFilteredListener(treeViewer); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'BrowseFilteredListener(StructuredViewer)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.ui/3.26.0.v20221229-1738/org.eclipse.mylyn.context.ui-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/ShowFilteredChildrenAction.java:[49] if (targetPart instanceof ScriptExplorerPart) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/ShowFilteredChildrenAction.java:[50] treeViewer = ((ScriptExplorerPart) targetPart).getTreeViewer(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/ShowFilteredChildrenAction.java:[50] treeViewer = ((ScriptExplorerPart) targetPart).getTreeViewer(); ^^^^^^^^^^^^^ Discouraged access: The method 'ScriptExplorerPart.getTreeViewer()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/ShowFilteredChildrenAction.java:[51] browseFilteredListener = new BrowseFilteredListener(treeViewer); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BrowseFilteredListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.ui/3.26.0.v20221229-1738/org.eclipse.mylyn.context.ui-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/ShowFilteredChildrenAction.java:[51] browseFilteredListener = new BrowseFilteredListener(treeViewer); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'BrowseFilteredListener(StructuredViewer)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.ui/3.26.0.v20221229-1738/org.eclipse.mylyn.context.ui-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/ShowFilteredChildrenAction.java:[58] browseFilteredListener.unfilterSelection(treeViewer, selection); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BrowseFilteredListener.unfilterSelection(TreeViewer, IStructuredSelection)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.ui/3.26.0.v20221229-1738/org.eclipse.mylyn.context.ui-3.26.0.v20221229-1738.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/ActiveFoldingListener.java:[19] import org.eclipse.core.runtime.Preferences.IPropertyChangeListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences.IPropertyChangeListener is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/ActiveFoldingListener.java:[53] private final IPropertyChangeListener PREFERENCE_LISTENER = event -> { ^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences.IPropertyChangeListener is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/ActiveFoldingListener.java:[54] if (event.getProperty().equals(DLTKUiBridgePlugin.AUTO_FOLDING_ENABLED)) { ^^^^^^^^^^^^^ The method getProperty() from the type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/ActiveFoldingListener.java:[55] if (event.getNewValue().equals(Boolean.TRUE.toString())) { ^^^^^^^^^^^^^ The method getNewValue() from the type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/ActiveFoldingListener.java:[67] DLTKUiBridgePlugin.getDefault().getPluginPreferences().addPropertyChangeListener(PREFERENCE_LISTENER); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/ActiveFoldingListener.java:[67] DLTKUiBridgePlugin.getDefault().getPluginPreferences().addPropertyChangeListener(PREFERENCE_LISTENER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addPropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/ActiveFoldingListener.java:[89] DLTKUiBridgePlugin.getDefault().getPluginPreferences().removePropertyChangeListener(PREFERENCE_LISTENER); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/ActiveFoldingListener.java:[89] DLTKUiBridgePlugin.getDefault().getPluginPreferences().removePropertyChangeListener(PREFERENCE_LISTENER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method removePropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKUiBridge.java:[24] import org.eclipse.dltk.internal.ui.actions.SelectionConverter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SelectionConverter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKUiBridge.java:[134] return SelectionConverter.resolveEnclosingElement(editor, textSelection); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SelectionConverter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKUiBridge.java:[134] return SelectionConverter.resolveEnclosingElement(editor, textSelection); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SelectionConverter.resolveEnclosingElement(IEditorPart, ITextSelection)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/TypeHistoryManager.java:[21] import org.eclipse.dltk.internal.core.search.DLTKSearchTypeNameMatch; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKSearchTypeNameMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/TypeHistoryManager.java:[22] import org.eclipse.dltk.internal.corext.util.OpenTypeHistory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OpenTypeHistory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/TypeHistoryManager.java:[66] DLTKSearchTypeNameMatch typeNameMatch = new DLTKSearchTypeNameMatch(type, type.getFlags()); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKSearchTypeNameMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/TypeHistoryManager.java:[66] DLTKSearchTypeNameMatch typeNameMatch = new DLTKSearchTypeNameMatch(type, type.getFlags()); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKSearchTypeNameMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/TypeHistoryManager.java:[66] DLTKSearchTypeNameMatch typeNameMatch = new DLTKSearchTypeNameMatch(type, type.getFlags()); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DLTKSearchTypeNameMatch(IType, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/TypeHistoryManager.java:[69] final OpenTypeHistory history = OpenTypeHistory.getInstance(toolkit); ^^^^^^^^^^^^^^^ Discouraged access: The type 'OpenTypeHistory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/TypeHistoryManager.java:[69] final OpenTypeHistory history = OpenTypeHistory.getInstance(toolkit); ^^^^^^^^^^^^^^^ Discouraged access: The type 'OpenTypeHistory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/TypeHistoryManager.java:[69] final OpenTypeHistory history = OpenTypeHistory.getInstance(toolkit); ^^^^^^^^^^^ Discouraged access: The method 'OpenTypeHistory.getInstance(IDLTKUILanguageToolkit)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/TypeHistoryManager.java:[70] if (add && !history.contains(typeNameMatch)) { ^^^^^^^^ Discouraged access: The method 'OpenTypeHistory.contains(TypeNameMatch)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/TypeHistoryManager.java:[71] history.accessed(typeNameMatch); ^^^^^^^^ Discouraged access: The method 'OpenTypeHistory.accessed(TypeNameMatch)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/TypeHistoryManager.java:[73] history.remove(typeNameMatch); ^^^^^^ Discouraged access: The method 'OpenTypeHistory.remove(TypeNameMatch)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKUiBridgePlugin.java:[128] // FIXME review error message ^^^^^^^^^^^^^^^^^^^^^^^^^^ FIXME review error message [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKUiBridgePlugin.java:[147] // TODO: uninstall editor tracker ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TODO: uninstall editor tracker [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/XmlActiveSearchUpdater.java:[23] import org.eclipse.search.internal.ui.text.FileSearchResult; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FileSearchResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.search/3.14.100.v20220120-1549/org.eclipse.search-3.14.100.v20220120-1549.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/XmlActiveSearchUpdater.java:[35] private final FileSearchResult fResult; ^^^^^^^^^^^^^^^^ Discouraged access: The type 'FileSearchResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.search/3.14.100.v20220120-1549/org.eclipse.search-3.14.100.v20220120-1549.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/XmlActiveSearchUpdater.java:[37] public XmlActiveSearchUpdater(FileSearchResult result) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'FileSearchResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.search/3.14.100.v20220120-1549/org.eclipse.search-3.14.100.v20220120-1549.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/search/XmlActiveSearchUpdater.java:[74] // TODO want to do something on chages to invalidate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TODO want to do something on chages to invalidate [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/AutoFoldPreferenceBlock.java:[31] // XXX never read ^^^^^^^^^^^^^^ XXX never read [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/editor/AutoFoldPreferenceBlock.java:[37] // preferences = ContextCore.getPreferenceStore(); XXX ^^^ XXX [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FilterMembersAction.java:[17] import org.eclipse.dltk.internal.ui.scriptview.ScriptExplorerPart; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FilterMembersAction.java:[56] ScriptExplorerPart packageExplorer = ScriptExplorerPart.getFromActivePerspective(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FilterMembersAction.java:[56] ScriptExplorerPart packageExplorer = ScriptExplorerPart.getFromActivePerspective(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FilterMembersAction.java:[56] ScriptExplorerPart packageExplorer = ScriptExplorerPart.getFromActivePerspective(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScriptExplorerPart.getFromActivePerspective()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FilterMembersAction.java:[58] for (int i = 0; i < packageExplorer.getTreeViewer().getFilters().length; i++) { ^^^^^^^^^^^^^ Discouraged access: The method 'ScriptExplorerPart.getTreeViewer()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FilterMembersAction.java:[59] ViewerFilter filter = packageExplorer.getTreeViewer().getFilters()[i]; ^^^^^^^^^^^^^ Discouraged access: The method 'ScriptExplorerPart.getTreeViewer()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FilterMembersAction.java:[65] packageExplorer.getTreeViewer().removeFilter(existingFilter); ^^^^^^^^^^^^^ Discouraged access: The method 'ScriptExplorerPart.getTreeViewer()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FilterMembersAction.java:[67] packageExplorer.getTreeViewer().addFilter(new DLTKDeclarationsFilter()); ^^^^^^^^^^^^^ Discouraged access: The method 'ScriptExplorerPart.getTreeViewer()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKDebugStructureBridge.java:[43] * explicitly removed. TODO: consider clearing on each re-launch ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TODO: consider clearing on each re-launch [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKEditingMonitor.java:[26] import org.eclipse.dltk.internal.ui.actions.SelectionConverter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SelectionConverter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKEditingMonitor.java:[87] selectedElement = SelectionConverter.resolveEnclosingElement(currentEditor, textSelection); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SelectionConverter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKEditingMonitor.java:[87] selectedElement = SelectionConverter.resolveEnclosingElement(currentEditor, textSelection); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SelectionConverter.resolveEnclosingElement(IEditorPart, ITextSelection)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKEditingMonitor.java:[92] IModelElement[] resolved = SelectionConverter.codeResolve(currentEditor); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SelectionConverter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/DLTKEditingMonitor.java:[92] IModelElement[] resolved = SelectionConverter.codeResolve(currentEditor); ^^^^^^^^^^^ Discouraged access: The method 'SelectionConverter.codeResolve(IEditorPart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[23] import org.eclipse.dltk.internal.ui.StandardModelElementContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StandardModelElementContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[24] import org.eclipse.dltk.internal.ui.actions.SelectionConverter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SelectionConverter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[25] import org.eclipse.dltk.internal.ui.scriptview.ScriptExplorerPart; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[26] import org.eclipse.dltk.internal.ui.scriptview.ToggleLinkingAction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ToggleLinkingAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[55] IModelElement javaElement = SelectionConverter.resolveEnclosingElement(part, textSelection); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SelectionConverter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[55] IModelElement javaElement = SelectionConverter.resolveEnclosingElement(part, textSelection); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SelectionConverter.resolveEnclosingElement(IEditorPart, ITextSelection)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[64] if (viewer.getContentProvider() instanceof StandardModelElementContentProvider) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StandardModelElementContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[65] if (!((StandardModelElementContentProvider) viewer.getContentProvider()).getProvideMembers()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StandardModelElementContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[65] if (!((StandardModelElementContentProvider) viewer.getContentProvider()).getProvideMembers()) { ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'StandardModelElementContentProvider.getProvideMembers()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[84] // TODO: should have better way of doing this ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TODO: should have better way of doing this [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[88] if (part instanceof ScriptExplorerPart) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[89] for (IContributionItem item : ((ScriptExplorerPart) part).getViewSite() ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[95] if (actionItem.getAction() instanceof ToggleLinkingAction) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ToggleLinkingAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[100] for (IContributionItem item : ((ScriptExplorerPart) part).getViewSite() ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[106] // TODO: file bug asking for extensibility ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TODO: file bug asking for extensibility [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[118] if (part instanceof ScriptExplorerPart) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[119] ((ScriptExplorerPart) part).setLinkingEnabled(on); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[119] ((ScriptExplorerPart) part).setLinkingEnabled(on); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScriptExplorerPart.setLinkingEnabled(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[126] if (part instanceof ScriptExplorerPart) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[127] return ((ScriptExplorerPart) part).isLinkingEnabled(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[127] return ((ScriptExplorerPart) part).isLinkingEnabled(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScriptExplorerPart.isLinkingEnabled()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[135] // TODO: get from super ^^^^^^^^^^^^^^^^^^^^ TODO: get from super [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[137] if (part instanceof ScriptExplorerPart) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[138] viewers.add(((ScriptExplorerPart) part).getTreeViewer()); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptExplorerPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/org/eclipse/dltk/internal/mylyn/actions/FocusPackageExplorerAction.java:[138] viewers.add(((ScriptExplorerPart) part).getTreeViewer()); ^^^^^^^^^^^^^ Discouraged access: The method 'ScriptExplorerPart.getTreeViewer()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') 192 problems (null, 192 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.mylyn --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.mylyn --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.mylyn --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.mylyn --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.mylyn --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.mylyn --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/target/org.eclipse.dltk.mylyn-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.mylyn --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/target/org.eclipse.dltk.mylyn-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.mylyn --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.mylyn --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/target/org.eclipse.dltk.mylyn-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/target/org.eclipse.dltk.mylyn-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.mylyn --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.mylyn --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.mylyn --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.mylyn --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/target/org.eclipse.dltk.mylyn-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/mylyn/org.eclipse.dltk.mylyn/6.3.0-SNAPSHOT/org.eclipse.dltk.mylyn-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/mylyn/org.eclipse.dltk.mylyn/6.3.0-SNAPSHOT/org.eclipse.dltk.mylyn-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/target/org.eclipse.dltk.mylyn-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/mylyn/org.eclipse.dltk.mylyn/6.3.0-SNAPSHOT/org.eclipse.dltk.mylyn-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/mylyn/org.eclipse.dltk.mylyn/6.3.0-SNAPSHOT/org.eclipse.dltk.mylyn-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/mylyn/org.eclipse.dltk.mylyn/6.3.0-SNAPSHOT/org.eclipse.dltk.mylyn-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.mylyn --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ----------< org.eclipse.dltk.features:org.eclipse.dltk.mylyn >---------- [INFO] Building org.eclipse.dltk.mylyn 6.3.0-SNAPSHOT [40/92] [INFO] from ../org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.mylyn --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.mylyn --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.mylyn --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.mylyn --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.mylyn --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.mylyn --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.mylyn --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.dltk.mylyn --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn-feature/target/org.eclipse.dltk.mylyn-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.mylyn --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.mylyn --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.mylyn --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn-feature/target/org.eclipse.dltk.mylyn-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.mylyn --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.mylyn --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn-feature/target/org.eclipse.dltk.mylyn-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.mylyn/6.3.0-SNAPSHOT/org.eclipse.dltk.mylyn-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn-feature/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.mylyn/6.3.0-SNAPSHOT/org.eclipse.dltk.mylyn-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn-feature/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.mylyn/6.3.0-SNAPSHOT/org.eclipse.dltk.mylyn-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn-feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.mylyn/6.3.0-SNAPSHOT/org.eclipse.dltk.mylyn-6.3.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn-feature/target/org.eclipse.dltk.mylyn_root-6.3.0.202305301153-root.zip to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.mylyn/6.3.0-SNAPSHOT/org.eclipse.dltk.mylyn-6.3.0-SNAPSHOT-root.zip [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.mylyn --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ---------< org.eclipse.dltk.mylyn:org.eclipse.dltk.mylyn.sdk >---------- [INFO] Building org.eclipse.dltk.mylyn.sdk 6.3.0-SNAPSHOT [41/92] [INFO] from ../org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn.sdk/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.mylyn.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.mylyn.sdk --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.mylyn.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.mylyn.sdk --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.mylyn.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.mylyn.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.mylyn.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.dltk.mylyn.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn.sdk/target/org.eclipse.dltk.mylyn.sdk-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.mylyn.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.mylyn.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.mylyn.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn.sdk/target/org.eclipse.dltk.mylyn.sdk-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.mylyn.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.mylyn.sdk --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn.sdk/target/org.eclipse.dltk.mylyn.sdk-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/mylyn/org.eclipse.dltk.mylyn.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.mylyn.sdk-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn.sdk/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/mylyn/org.eclipse.dltk.mylyn.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.mylyn.sdk-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn.sdk/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/mylyn/org.eclipse.dltk.mylyn.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.mylyn.sdk-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn.sdk/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/mylyn/org.eclipse.dltk.mylyn.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.mylyn.sdk-6.3.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn.sdk/target/org.eclipse.dltk.mylyn.sdk_root-6.3.0.202305301153-root.zip to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/mylyn/org.eclipse.dltk.mylyn.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.mylyn.sdk-6.3.0-SNAPSHOT-root.zip [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.mylyn.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ----------------------< org.eclipse.dltk.rse:rse >---------------------- [INFO] Building rse 6.3.0-SNAPSHOT [42/92] [INFO] from ../org.eclipse.dltk.core/rse/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ rse --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ rse --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ rse --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ rse --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ rse --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/rse/rse/6.3.0-SNAPSHOT/rse-6.3.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.dltk.rse:org.eclipse.dltk.ssh.core >----------- [INFO] Building org.eclipse.dltk.ssh.core 6.3.0-SNAPSHOT [43/92] [INFO] from ../org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.ssh.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.ssh.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.ssh.core --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.ssh.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.ssh.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.ssh.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.ssh.core --- [INFO] Resolving class path of org.eclipse.dltk.ssh.core... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.ssh.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.ssh.core/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.ssh.core --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.ssh.core/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.ssh.core/src/org/eclipse/dltk/ssh/internal/core/Activator.java:[34] tracker = new ServiceTracker(getBundle().getBundleContext(), org.eclipse.jsch.core.IJSchService.class, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ServiceTracker(BundleContext, Class, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.ssh.core/src/org/eclipse/dltk/ssh/internal/core/Activator.java:[34] tracker = new ServiceTracker(getBundle().getBundleContext(), org.eclipse.jsch.core.IJSchService.class, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ServiceTracker needs unchecked conversion to conform to ServiceTracker [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.ssh.core/src/org/eclipse/dltk/ssh/internal/core/Activator.java:[34] tracker = new ServiceTracker(getBundle().getBundleContext(), ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized 3 problems (3 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.ssh.core --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.ssh.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.ssh.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.ssh.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.ssh.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.ssh.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.ssh.core --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.ssh.core/target/org.eclipse.dltk.ssh.core-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.ssh.core --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.ssh.core/target/org.eclipse.dltk.ssh.core-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.ssh.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.ssh.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.ssh.core/target/org.eclipse.dltk.ssh.core-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.ssh.core/target/org.eclipse.dltk.ssh.core-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.ssh.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.ssh.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.ssh.core --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.ssh.core --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.ssh.core/target/org.eclipse.dltk.ssh.core-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/rse/org.eclipse.dltk.ssh.core/6.3.0-SNAPSHOT/org.eclipse.dltk.ssh.core-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.ssh.core/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/rse/org.eclipse.dltk.ssh.core/6.3.0-SNAPSHOT/org.eclipse.dltk.ssh.core-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.ssh.core/target/org.eclipse.dltk.ssh.core-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/rse/org.eclipse.dltk.ssh.core/6.3.0-SNAPSHOT/org.eclipse.dltk.ssh.core-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.ssh.core/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/rse/org.eclipse.dltk.ssh.core/6.3.0-SNAPSHOT/org.eclipse.dltk.ssh.core-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.ssh.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/rse/org.eclipse.dltk.ssh.core/6.3.0-SNAPSHOT/org.eclipse.dltk.ssh.core-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.ssh.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] -----------< org.eclipse.dltk.rse:org.eclipse.dltk.rse.core >----------- [INFO] Building org.eclipse.dltk.rse.core 6.3.0-SNAPSHOT [44/92] [INFO] from ../org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.rse.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.rse.core --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.rse.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.rse.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.rse.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.rse.core --- [INFO] Resolving class path of org.eclipse.dltk.rse.core... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.rse.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.core/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.rse.core --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.core/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.core/src/org/eclipse/dltk/core/internal/rse/MyHostShellProcessAdapter.java:[238] OutputStream outputStream = event.isError() ? hostShellError ^^^^^^^^^^^^ Resource leak: 'outputStream' is never closed 1 problem (1 warning) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.rse.core --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.rse.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.rse.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.rse.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.rse.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.rse.core --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.core/target/org.eclipse.dltk.rse.core-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.rse.core --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.core/target/org.eclipse.dltk.rse.core-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.rse.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.rse.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.core/target/org.eclipse.dltk.rse.core-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.core/target/org.eclipse.dltk.rse.core-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.rse.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.rse.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.rse.core --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.rse.core --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.core/target/org.eclipse.dltk.rse.core-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/rse/org.eclipse.dltk.rse.core/6.3.0-SNAPSHOT/org.eclipse.dltk.rse.core-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.core/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/rse/org.eclipse.dltk.rse.core/6.3.0-SNAPSHOT/org.eclipse.dltk.rse.core-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.core/target/org.eclipse.dltk.rse.core-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/rse/org.eclipse.dltk.rse.core/6.3.0-SNAPSHOT/org.eclipse.dltk.rse.core-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.core/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/rse/org.eclipse.dltk.rse.core/6.3.0-SNAPSHOT/org.eclipse.dltk.rse.core-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/rse/org.eclipse.dltk.rse.core/6.3.0-SNAPSHOT/org.eclipse.dltk.rse.core-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.rse.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ------------< org.eclipse.dltk.rse:org.eclipse.dltk.rse.ui >------------ [INFO] Building org.eclipse.dltk.rse.ui 6.3.0-SNAPSHOT [45/92] [INFO] from ../org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.rse.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.rse.ui --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.rse.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.rse.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.rse.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.rse.ui --- [INFO] Resolving class path of org.eclipse.dltk.rse.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.rse.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.rse.ui --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/src/org/eclipse/dltk/internal/ui/rse/RSEConnectionMonitor.java:[27] import org.eclipse.dltk.internal.core.DeltaProcessor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DeltaProcessor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/src/org/eclipse/dltk/internal/ui/rse/RSEConnectionMonitor.java:[28] import org.eclipse.dltk.internal.core.ModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/src/org/eclipse/dltk/internal/ui/rse/RSEConnectionMonitor.java:[29] import org.eclipse.dltk.internal.core.ScriptProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/src/org/eclipse/dltk/internal/ui/rse/RSEConnectionMonitor.java:[30] import org.eclipse.dltk.internal.core.search.ProjectIndexerManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectIndexerManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/src/org/eclipse/dltk/internal/ui/rse/RSEConnectionMonitor.java:[88] ((ScriptProject) project).updateProjectFragments(); ^^^^^^^^^^^^^ Discouraged access: The type 'ScriptProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/src/org/eclipse/dltk/internal/ui/rse/RSEConnectionMonitor.java:[88] ((ScriptProject) project).updateProjectFragments(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScriptProject.updateProjectFragments()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/src/org/eclipse/dltk/internal/ui/rse/RSEConnectionMonitor.java:[91] DeltaProcessor processor = ModelManager.getModelManager().getDeltaProcessor(); ^^^^^^^^^^^^^^ Discouraged access: The type 'DeltaProcessor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/src/org/eclipse/dltk/internal/ui/rse/RSEConnectionMonitor.java:[91] DeltaProcessor processor = ModelManager.getModelManager().getDeltaProcessor(); ^^^^^^^^^^^^ Discouraged access: The type 'ModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/src/org/eclipse/dltk/internal/ui/rse/RSEConnectionMonitor.java:[91] DeltaProcessor processor = ModelManager.getModelManager().getDeltaProcessor(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelManager.getModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/src/org/eclipse/dltk/internal/ui/rse/RSEConnectionMonitor.java:[91] DeltaProcessor processor = ModelManager.getModelManager().getDeltaProcessor(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelManager.getDeltaProcessor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/src/org/eclipse/dltk/internal/ui/rse/RSEConnectionMonitor.java:[92] processor.clearCustomTimestampsFor(project.getProjectFragments()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DeltaProcessor.clearCustomTimestampsFor(IModelElement[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/src/org/eclipse/dltk/internal/ui/rse/RSEConnectionMonitor.java:[93] processor.checkExternalChanges(new IModelElement[] { project }, mm.newChild(1)); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DeltaProcessor.checkExternalChanges(IModelElement[], IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/src/org/eclipse/dltk/internal/ui/rse/RSEConnectionMonitor.java:[97] ProjectIndexerManager.indexProject(project); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectIndexerManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/src/org/eclipse/dltk/internal/ui/rse/RSEConnectionMonitor.java:[97] ProjectIndexerManager.indexProject(project); ^^^^^^^^^^^^ Discouraged access: The method 'ProjectIndexerManager.indexProject(IScriptProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') 14 problems (14 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.rse.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.rse.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.rse.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.rse.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.rse.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.rse.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/target/org.eclipse.dltk.rse.ui-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.rse.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/target/org.eclipse.dltk.rse.ui-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.rse.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.rse.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/target/org.eclipse.dltk.rse.ui-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/target/org.eclipse.dltk.rse.ui-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.rse.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.rse.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.rse.ui --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.rse.ui --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/target/org.eclipse.dltk.rse.ui-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/rse/org.eclipse.dltk.rse.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.rse.ui-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/rse/org.eclipse.dltk.rse.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.rse.ui-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/target/org.eclipse.dltk.rse.ui-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/rse/org.eclipse.dltk.rse.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.rse.ui-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/rse/org.eclipse.dltk.rse.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.rse.ui-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/rse/org.eclipse.dltk.rse.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.rse.ui-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.rse.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] -----------< org.eclipse.dltk.features:org.eclipse.dltk.rse >----------- [INFO] Building org.eclipse.dltk.rse 6.3.0-SNAPSHOT [46/92] [INFO] from ../org.eclipse.dltk.core/rse/features/org.eclipse.dltk.rse-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.rse --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.rse --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.rse --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.rse --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.rse --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.rse --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.rse --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.dltk.rse --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/features/org.eclipse.dltk.rse-feature/target/org.eclipse.dltk.rse-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.rse --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.rse --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.rse --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/features/org.eclipse.dltk.rse-feature/target/org.eclipse.dltk.rse-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.rse --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.rse --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/features/org.eclipse.dltk.rse-feature/target/org.eclipse.dltk.rse-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.rse/6.3.0-SNAPSHOT/org.eclipse.dltk.rse-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/features/org.eclipse.dltk.rse-feature/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.rse/6.3.0-SNAPSHOT/org.eclipse.dltk.rse-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/features/org.eclipse.dltk.rse-feature/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.rse/6.3.0-SNAPSHOT/org.eclipse.dltk.rse-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/features/org.eclipse.dltk.rse-feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.rse/6.3.0-SNAPSHOT/org.eclipse.dltk.rse-6.3.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/features/org.eclipse.dltk.rse-feature/target/org.eclipse.dltk.rse_root-6.3.0.202305301153-root.zip to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.rse/6.3.0-SNAPSHOT/org.eclipse.dltk.rse-6.3.0-SNAPSHOT-root.zip [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.rse --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] -----------< org.eclipse.dltk.rse:org.eclipse.dltk.rse.sdk >------------ [INFO] Building org.eclipse.dltk.rse.sdk 6.3.0-SNAPSHOT [47/92] [INFO] from ../org.eclipse.dltk.core/rse/features/org.eclipse.dltk.rse.sdk/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.rse.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.rse.sdk --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.rse.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.rse.sdk --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.rse.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.rse.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.rse.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.dltk.rse.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/features/org.eclipse.dltk.rse.sdk/target/org.eclipse.dltk.rse.sdk-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.rse.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.rse.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.rse.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/features/org.eclipse.dltk.rse.sdk/target/org.eclipse.dltk.rse.sdk-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.rse.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.rse.sdk --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/features/org.eclipse.dltk.rse.sdk/target/org.eclipse.dltk.rse.sdk-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/rse/org.eclipse.dltk.rse.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.rse.sdk-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/features/org.eclipse.dltk.rse.sdk/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/rse/org.eclipse.dltk.rse.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.rse.sdk-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/features/org.eclipse.dltk.rse.sdk/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/rse/org.eclipse.dltk.rse.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.rse.sdk-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/features/org.eclipse.dltk.rse.sdk/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/rse/org.eclipse.dltk.rse.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.rse.sdk-6.3.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/features/org.eclipse.dltk.rse.sdk/target/org.eclipse.dltk.rse.sdk_root-6.3.0.202305301153-root.zip to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/rse/org.eclipse.dltk.rse.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.rse.sdk-6.3.0-SNAPSHOT-root.zip [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.rse.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] -------------< org.eclipse.dltk.rse:org.eclipse.dltk.rse >-------------- [INFO] Building org.eclipse.dltk.rse 6.3.0-SNAPSHOT [48/92] [INFO] from ../org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [WARNING] Parameter 'usePdeSourceRoots' is unknown for plugin 'tycho-source-plugin:2.7.5:plugin-source (plugin-source)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.rse --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.rse --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.rse --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.rse --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.rse --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.rse --- [INFO] Resolving class path of org.eclipse.dltk.rse... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.rse --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.rse --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.rse --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.rse --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.rse --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.rse --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.rse --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.rse --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.rse --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse/target/org.eclipse.dltk.rse-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.rse --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.rse --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse/target/org.eclipse.dltk.rse-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.rse --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.rse --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.rse --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.rse --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse/target/org.eclipse.dltk.rse-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/rse/org.eclipse.dltk.rse/6.3.0-SNAPSHOT/org.eclipse.dltk.rse-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/rse/org.eclipse.dltk.rse/6.3.0-SNAPSHOT/org.eclipse.dltk.rse-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/rse/org.eclipse.dltk.rse/6.3.0-SNAPSHOT/org.eclipse.dltk.rse-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/rse/org.eclipse.dltk.rse/6.3.0-SNAPSHOT/org.eclipse.dltk.rse-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.rse --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --------------------< org.eclipse.dltk.tcl:tcl-all >-------------------- [INFO] Building tcl-all 6.3.0-SNAPSHOT [49/92] [INFO] from ../org.eclipse.dltk.tcl/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tcl-all --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ tcl-all --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ tcl-all --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ tcl-all --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tcl-all --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/tcl-all/6.3.0-SNAPSHOT/tcl-all-6.3.0-SNAPSHOT.pom [INFO] [INFO] ----------------------< org.eclipse.dltk.tcl:tcl >---------------------- [INFO] Building tcl 6.3.0-SNAPSHOT [50/92] [INFO] from ../org.eclipse.dltk.tcl/tcl/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tcl --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ tcl --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ tcl --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ tcl --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tcl --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/tcl/6.3.0-SNAPSHOT/tcl-6.3.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.parser >---------- [INFO] Building org.eclipse.dltk.tcl.parser 6.3.0-SNAPSHOT [51/92] [INFO] from ../org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.tcl.parser --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.parser --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.parser --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.parser --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.parser --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.tcl.parser --- [INFO] Resolving class path of org.eclipse.dltk.tcl.parser... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.tcl.parser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.tcl.parser --- [INFO] Compiling 110 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/util/AstSwitch.java:[15] import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/util/AstSwitch.java:[25] import org.eclipse.emf.ecore.EClass; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.EClass is never used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/NodeImpl.java:[101] public int getStart() { ^^^^^^^^^^ The method getStart() of type NodeImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/NodeImpl.java:[110] public void setStart(int newStart) { ^^^^^^^^^^^^^^^^^^^^^^ The method setStart(int) of type NodeImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/NodeImpl.java:[123] public int getEnd() { ^^^^^^^^ The method getEnd() of type NodeImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/NodeImpl.java:[132] public void setEnd(int newEnd) { ^^^^^^^^^^^^^^^^^^ The method setEnd(int) of type NodeImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/ConstantImpl.java:[146] public int getLowerBound() { ^^^^^^^^^^^^^^^ The method getLowerBound() of type ConstantImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/ConstantImpl.java:[155] public void setLowerBound(int newLowerBound) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setLowerBound(int) of type ConstantImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/ConstantImpl.java:[167] public int getUpperBound() { ^^^^^^^^^^^^^^^ The method getUpperBound() of type ConstantImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/ConstantImpl.java:[176] public void setUpperBound(int newUpperBound) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setUpperBound(int) of type ConstantImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/ConstantImpl.java:[188] public String getName() { ^^^^^^^^^ The method getName() of type ConstantImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/ConstantImpl.java:[197] public void setName(String newName) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type ConstantImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/ConstantImpl.java:[209] public boolean isStrictMatch() { ^^^^^^^^^^^^^^^ The method isStrictMatch() of type ConstantImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/ConstantImpl.java:[218] public void setStrictMatch(boolean newStrictMatch) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setStrictMatch(boolean) of type ConstantImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/VariableReferenceImpl.java:[93] public String getName() { ^^^^^^^^^ The method getName() of type VariableReferenceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/VariableReferenceImpl.java:[102] public void setName(String newName) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type VariableReferenceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/VariableReferenceImpl.java:[115] public TclArgument getIndex() { ^^^^^^^^^^ The method getIndex() of type VariableReferenceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/VariableReferenceImpl.java:[145] public void setIndex(TclArgument newIndex) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setIndex(TclArgument) of type VariableReferenceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclArgumentListImpl.java:[111] public EList getArguments() { ^^^^^^^^^^^^^^ The method getArguments() of type TclArgumentListImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclArgumentListImpl.java:[113] arguments = new EObjectContainmentEList( ^^^^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclArgumentListImpl.java:[125] public ComplexArgument getDefinitionArgument() { ^^^^^^^^^^^^^^^^^^^^^^^ The method getDefinitionArgument() of type TclArgumentListImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclArgumentListImpl.java:[154] public void setDefinitionArgument(ComplexArgument newDefinitionArgument) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefinitionArgument(ComplexArgument) of type TclArgumentListImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclArgumentListImpl.java:[168] public int getKind() { ^^^^^^^^^ The method getKind() of type TclArgumentListImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclArgumentListImpl.java:[177] public void setKind(int newKind) { ^^^^^^^^^^^^^^^^^^^^ The method setKind(int) of type TclArgumentListImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/ComplexArgumentImpl.java:[146] public int getLowerBound() { ^^^^^^^^^^^^^^^ The method getLowerBound() of type ComplexArgumentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/ComplexArgumentImpl.java:[155] public void setLowerBound(int newLowerBound) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setLowerBound(int) of type ComplexArgumentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/ComplexArgumentImpl.java:[167] public int getUpperBound() { ^^^^^^^^^^^^^^^ The method getUpperBound() of type ComplexArgumentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/ComplexArgumentImpl.java:[176] public void setUpperBound(int newUpperBound) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setUpperBound(int) of type ComplexArgumentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/ComplexArgumentImpl.java:[188] public String getName() { ^^^^^^^^^ The method getName() of type ComplexArgumentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/ComplexArgumentImpl.java:[197] public void setName(String newName) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type ComplexArgumentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/ComplexArgumentImpl.java:[209] public EList getArguments() { ^^^^^^^^^^^^^^ The method getArguments() of type ComplexArgumentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/ComplexArgumentImpl.java:[211] arguments = new EObjectContainmentEList(Argument.class, this, DefinitionsPackage.COMPLEX_ARGUMENT__ARGUMENTS); ^^^^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/CommandImpl.java:[157] public String getName() { ^^^^^^^^^ The method getName() of type CommandImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/CommandImpl.java:[166] public void setName(String newName) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type CommandImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/CommandImpl.java:[178] public EList getArguments() { ^^^^^^^^^^^^^^ The method getArguments() of type CommandImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/CommandImpl.java:[180] arguments = new EObjectContainmentEList(Argument.class, this, DefinitionsPackage.COMMAND__ARGUMENTS); ^^^^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/CommandImpl.java:[190] public String getVersion() { ^^^^^^^^^^^^ The method getVersion() of type CommandImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/CommandImpl.java:[199] public void setVersion(String newVersion) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setVersion(String) of type CommandImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/CommandImpl.java:[211] public EList getScope() { ^^^^^^^^^^ The method getScope() of type CommandImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/CommandImpl.java:[213] scope = new EObjectResolvingEList(Command.class, this, DefinitionsPackage.COMMAND__SCOPE); ^^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/CommandImpl.java:[223] public String getDeprecated() { ^^^^^^^^^^^^^^^ The method getDeprecated() of type CommandImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/CommandImpl.java:[232] public void setDeprecated(String newDeprecated) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDeprecated(String) of type CommandImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/SubstitutionImpl.java:[76] public EList getCommands() { ^^^^^^^^^^^^^ The method getCommands() of type SubstitutionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/SubstitutionImpl.java:[78] commands = new EObjectContainmentEList(TclCommand.class, ^^^^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/ComplexStringImpl.java:[99] public EList getArguments() { ^^^^^^^^^^^^^^ The method getArguments() of type ComplexStringImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/ComplexStringImpl.java:[101] arguments = new EObjectContainmentEList( ^^^^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/ComplexStringImpl.java:[113] public int getKind() { ^^^^^^^^^ The method getKind() of type ComplexStringImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/ComplexStringImpl.java:[122] public void setKind(int newKind) { ^^^^^^^^^^^^^^^^^^^^ The method setKind(int) of type ComplexStringImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsFactoryImpl.java:[118] public Command createCommand() { ^^^^^^^^^^^^^^^ The method createCommand() of type DefinitionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsFactoryImpl.java:[128] public Scope createScope() { ^^^^^^^^^^^^^ The method createScope() of type DefinitionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsFactoryImpl.java:[138] public Constant createConstant() { ^^^^^^^^^^^^^^^^ The method createConstant() of type DefinitionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsFactoryImpl.java:[148] public Group createGroup() { ^^^^^^^^^^^^^ The method createGroup() of type DefinitionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsFactoryImpl.java:[158] public Switch createSwitch() { ^^^^^^^^^^^^^^ The method createSwitch() of type DefinitionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsFactoryImpl.java:[168] public TypedArgument createTypedArgument() { ^^^^^^^^^^^^^^^^^^^^^ The method createTypedArgument() of type DefinitionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsFactoryImpl.java:[178] public Namespace createNamespace() { ^^^^^^^^^^^^^^^^^ The method createNamespace() of type DefinitionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsFactoryImpl.java:[188] public ComplexArgument createComplexArgument() { ^^^^^^^^^^^^^^^^^^^^^^^ The method createComplexArgument() of type DefinitionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsFactoryImpl.java:[218] public DefinitionsPackage getDefinitionsPackage() { ^^^^^^^^^^^^^^^^^^^^^^^ The method getDefinitionsPackage() of type DefinitionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclCommandImpl.java:[145] public TclArgument getName() { ^^^^^^^^^ The method getName() of type TclCommandImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclCommandImpl.java:[173] public void setName(TclArgument newName) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setName(TclArgument) of type TclCommandImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclCommandImpl.java:[196] public EList getArguments() { ^^^^^^^^^^^^^^ The method getArguments() of type TclCommandImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclCommandImpl.java:[198] arguments = new EObjectContainmentEList( ^^^^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclCommandImpl.java:[208] public Command getDefinition() { ^^^^^^^^^^^^^^^ The method getDefinition() of type TclCommandImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclCommandImpl.java:[234] public void setDefinition(Command newDefinition) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefinition(Command) of type TclCommandImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclCommandImpl.java:[247] public EList getMatches() { ^^^^^^^^^^^^ The method getMatches() of type TclCommandImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclCommandImpl.java:[249] matches = new EObjectContainmentEList( ^^^^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclCommandImpl.java:[259] public String getQualifiedName() { ^^^^^^^^^^^^^^^^^^ The method getQualifiedName() of type TclCommandImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclCommandImpl.java:[267] public void setQualifiedName(String newQualifiedName) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setQualifiedName(String) of type TclCommandImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclCommandImpl.java:[280] public boolean isMatched() { ^^^^^^^^^^^ The method isMatched() of type TclCommandImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclCommandImpl.java:[288] public void setMatched(boolean newMatched) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setMatched(boolean) of type TclCommandImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/StringArgumentImpl.java:[101] public String getValue() { ^^^^^^^^^^ The method getValue() of type StringArgumentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/StringArgumentImpl.java:[110] public void setValue(String newValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValue(String) of type StringArgumentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/StringArgumentImpl.java:[123] public String getRawValue() { ^^^^^^^^^^^^^ The method getRawValue() of type StringArgumentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/StringArgumentImpl.java:[132] public void setRawValue(String newRawValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setRawValue(String) of type StringArgumentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/util/DefinitionsSwitch.java:[15] import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/util/DefinitionsSwitch.java:[19] import org.eclipse.emf.ecore.EClass; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.EClass is never used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/SwitchImpl.java:[167] public int getLowerBound() { ^^^^^^^^^^^^^^^ The method getLowerBound() of type SwitchImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/SwitchImpl.java:[176] public void setLowerBound(int newLowerBound) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setLowerBound(int) of type SwitchImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/SwitchImpl.java:[188] public int getUpperBound() { ^^^^^^^^^^^^^^^ The method getUpperBound() of type SwitchImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/SwitchImpl.java:[197] public void setUpperBound(int newUpperBound) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setUpperBound(int) of type SwitchImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/SwitchImpl.java:[209] public String getName() { ^^^^^^^^^ The method getName() of type SwitchImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/SwitchImpl.java:[218] public void setName(String newName) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type SwitchImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/SwitchImpl.java:[230] public EList getGroups() { ^^^^^^^^^^^ The method getGroups() of type SwitchImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/SwitchImpl.java:[232] groups = new EObjectContainmentEList(Group.class, this, DefinitionsPackage.SWITCH__GROUPS); ^^^^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/SwitchImpl.java:[242] public boolean isCheckPrefix() { ^^^^^^^^^^^^^^^ The method isCheckPrefix() of type SwitchImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/SwitchImpl.java:[251] public void setCheckPrefix(boolean newCheckPrefix) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setCheckPrefix(boolean) of type SwitchImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/src/org/eclipse/dltk/tcl/parser/TclErrorCollector.java:[91] kind) -> reporter.reportProblem(new DefaultProblem(message, code, extraMessage, kind, start, end, tracker.getLineNumberOfOffset(start)))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor DefaultProblem(String, int, String[], ProblemSeverity, int, int, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/ArgumentType.java:[461] public int getValue() { ^^^^^^^^^^ The method getValue() of type ArgumentType should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/ArgumentType.java:[470] public String getName() { ^^^^^^^^^ The method getName() of type ArgumentType should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/ArgumentType.java:[479] public String getLiteral() { ^^^^^^^^^^^^ The method getLiteral() of type ArgumentType should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/ScriptImpl.java:[116] public EList getCommands() { ^^^^^^^^^^^^^ The method getCommands() of type ScriptImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/ScriptImpl.java:[118] commands = new EObjectContainmentEList(TclCommand.class, ^^^^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/ScriptImpl.java:[129] public int getContentStart() { ^^^^^^^^^^^^^^^^^ The method getContentStart() of type ScriptImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/ScriptImpl.java:[138] public void setContentStart(int newContentStart) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setContentStart(int) of type ScriptImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/ScriptImpl.java:[152] public int getContentEnd() { ^^^^^^^^^^^^^^^ The method getContentEnd() of type ScriptImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/ScriptImpl.java:[161] public void setContentEnd(int newContentEnd) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setContentEnd(int) of type ScriptImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/ScopeImpl.java:[80] public EList getChildren() { ^^^^^^^^^^^^^ The method getChildren() of type ScopeImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/ScopeImpl.java:[82] children = new EObjectContainmentEList(Scope.class, this, DefinitionsPackage.SCOPE__CHILDREN); ^^^^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/GroupImpl.java:[167] public int getLowerBound() { ^^^^^^^^^^^^^^^ The method getLowerBound() of type GroupImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/GroupImpl.java:[176] public void setLowerBound(int newLowerBound) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setLowerBound(int) of type GroupImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/GroupImpl.java:[188] public int getUpperBound() { ^^^^^^^^^^^^^^^ The method getUpperBound() of type GroupImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/GroupImpl.java:[197] public void setUpperBound(int newUpperBound) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setUpperBound(int) of type GroupImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/GroupImpl.java:[209] public String getName() { ^^^^^^^^^ The method getName() of type GroupImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/GroupImpl.java:[218] public void setName(String newName) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type GroupImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/GroupImpl.java:[230] public String getConstant() { ^^^^^^^^^^^^^ The method getConstant() of type GroupImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/GroupImpl.java:[239] public void setConstant(String newConstant) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setConstant(String) of type GroupImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/GroupImpl.java:[251] public EList getArguments() { ^^^^^^^^^^^^^^ The method getArguments() of type GroupImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/GroupImpl.java:[253] arguments = new EObjectContainmentEList(Argument.class, this, DefinitionsPackage.GROUP__ARGUMENTS); ^^^^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/NamespaceImpl.java:[82] public String getName() { ^^^^^^^^^ The method getName() of type NamespaceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/NamespaceImpl.java:[91] public void setName(String newName) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type NamespaceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/ArgumentMatchImpl.java:[88] public Argument getDefinition() { ^^^^^^^^^^^^^^^ The method getDefinition() of type ArgumentMatchImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/ArgumentMatchImpl.java:[116] public void setDefinition(Argument newDefinition) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefinition(Argument) of type ArgumentMatchImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/ArgumentMatchImpl.java:[130] public EList getArguments() { ^^^^^^^^^^^^^^ The method getArguments() of type ArgumentMatchImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/ArgumentMatchImpl.java:[132] arguments = new EObjectResolvingEList( ^^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstFactoryImpl.java:[108] public Node createNode() { ^^^^^^^^^^^^ The method createNode() of type AstFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstFactoryImpl.java:[118] public Script createScript() { ^^^^^^^^^^^^^^ The method createScript() of type AstFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstFactoryImpl.java:[128] public StringArgument createStringArgument() { ^^^^^^^^^^^^^^^^^^^^^^ The method createStringArgument() of type AstFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstFactoryImpl.java:[138] public Substitution createSubstitution() { ^^^^^^^^^^^^^^^^^^^^ The method createSubstitution() of type AstFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstFactoryImpl.java:[148] public TclArgument createTclArgument() { ^^^^^^^^^^^^^^^^^^^ The method createTclArgument() of type AstFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstFactoryImpl.java:[158] public TclCommand createTclCommand() { ^^^^^^^^^^^^^^^^^^ The method createTclCommand() of type AstFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstFactoryImpl.java:[168] public TclArgumentList createTclArgumentList() { ^^^^^^^^^^^^^^^^^^^^^^^ The method createTclArgumentList() of type AstFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstFactoryImpl.java:[178] public ArgumentMatch createArgumentMatch() { ^^^^^^^^^^^^^^^^^^^^^ The method createArgumentMatch() of type AstFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstFactoryImpl.java:[188] public ComplexString createComplexString() { ^^^^^^^^^^^^^^^^^^^^^ The method createComplexString() of type AstFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstFactoryImpl.java:[198] public VariableReference createVariableReference() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createVariableReference() of type AstFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstFactoryImpl.java:[208] public TclModule createTclModule() { ^^^^^^^^^^^^^^^^^ The method createTclModule() of type AstFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstFactoryImpl.java:[218] public TclCodeModel createTclCodeModel() { ^^^^^^^^^^^^^^^^^^^^ The method createTclCodeModel() of type AstFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstFactoryImpl.java:[228] public TclProblemModel createTclProblemModel() { ^^^^^^^^^^^^^^^^^^^^^^^ The method createTclProblemModel() of type AstFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstFactoryImpl.java:[238] public TclProblem createTclProblem() { ^^^^^^^^^^^^^^^^^^ The method createTclProblem() of type AstFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstFactoryImpl.java:[248] public AstPackage getAstPackage() { ^^^^^^^^^^^^^^^ The method getAstPackage() of type AstFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclModuleImpl.java:[103] public EList getStatements() { ^^^^^^^^^^^^^^^ The method getStatements() of type TclModuleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclModuleImpl.java:[105] statements = new EObjectContainmentEList( ^^^^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclModuleImpl.java:[115] public int getSize() { ^^^^^^^^^ The method getSize() of type TclModuleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclModuleImpl.java:[123] public void setSize(int newSize) { ^^^^^^^^^^^^^^^^^^^^ The method setSize(int) of type TclModuleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclModuleImpl.java:[135] public TclCodeModel getCodeModel() { ^^^^^^^^^^^^^^ The method getCodeModel() of type TclModuleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclModuleImpl.java:[163] public void setCodeModel(TclCodeModel newCodeModel) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setCodeModel(TclCodeModel) of type TclModuleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsPackageImpl.java:[179] public EClass getArgument() { ^^^^^^^^^^^^^ The method getArgument() of type DefinitionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsPackageImpl.java:[188] public EAttribute getArgument_LowerBound() { ^^^^^^^^^^^^^^^^^^^^^^^^ The method getArgument_LowerBound() of type DefinitionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsPackageImpl.java:[197] public EAttribute getArgument_UpperBound() { ^^^^^^^^^^^^^^^^^^^^^^^^ The method getArgument_UpperBound() of type DefinitionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsPackageImpl.java:[206] public EAttribute getArgument_Name() { ^^^^^^^^^^^^^^^^^^ The method getArgument_Name() of type DefinitionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsPackageImpl.java:[215] public EClass getCommand() { ^^^^^^^^^^^^ The method getCommand() of type DefinitionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsPackageImpl.java:[224] public EAttribute getCommand_Name() { ^^^^^^^^^^^^^^^^^ The method getCommand_Name() of type DefinitionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsPackageImpl.java:[233] public EReference getCommand_Arguments() { ^^^^^^^^^^^^^^^^^^^^^^ The method getCommand_Arguments() of type DefinitionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsPackageImpl.java:[242] public EAttribute getCommand_Version() { ^^^^^^^^^^^^^^^^^^^^ The method getCommand_Version() of type DefinitionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsPackageImpl.java:[251] public EReference getCommand_Scope() { ^^^^^^^^^^^^^^^^^^ The method getCommand_Scope() of type DefinitionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsPackageImpl.java:[260] public EAttribute getCommand_Deprecated() { ^^^^^^^^^^^^^^^^^^^^^^^ The method getCommand_Deprecated() of type DefinitionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsPackageImpl.java:[269] public EClass getScope() { ^^^^^^^^^^ The method getScope() of type DefinitionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsPackageImpl.java:[278] public EReference getScope_Children() { ^^^^^^^^^^^^^^^^^^^ The method getScope_Children() of type DefinitionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsPackageImpl.java:[287] public EClass getConstant() { ^^^^^^^^^^^^^ The method getConstant() of type DefinitionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsPackageImpl.java:[296] public EAttribute getConstant_StrictMatch() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getConstant_StrictMatch() of type DefinitionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsPackageImpl.java:[305] public EClass getGroup() { ^^^^^^^^^^ The method getGroup() of type DefinitionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsPackageImpl.java:[314] public EAttribute getGroup_Constant() { ^^^^^^^^^^^^^^^^^^^ The method getGroup_Constant() of type DefinitionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsPackageImpl.java:[323] public EReference getGroup_Arguments() { ^^^^^^^^^^^^^^^^^^^^ The method getGroup_Arguments() of type DefinitionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsPackageImpl.java:[332] public EClass getSwitch() { ^^^^^^^^^^^ The method getSwitch() of type DefinitionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsPackageImpl.java:[341] public EReference getSwitch_Groups() { ^^^^^^^^^^^^^^^^^^ The method getSwitch_Groups() of type DefinitionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsPackageImpl.java:[350] public EAttribute getSwitch_CheckPrefix() { ^^^^^^^^^^^^^^^^^^^^^^^ The method getSwitch_CheckPrefix() of type DefinitionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsPackageImpl.java:[359] public EClass getTypedArgument() { ^^^^^^^^^^^^^^^^^^ The method getTypedArgument() of type DefinitionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsPackageImpl.java:[368] public EAttribute getTypedArgument_Type() { ^^^^^^^^^^^^^^^^^^^^^^^ The method getTypedArgument_Type() of type DefinitionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsPackageImpl.java:[377] public EClass getNamespace() { ^^^^^^^^^^^^^^ The method getNamespace() of type DefinitionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsPackageImpl.java:[386] public EAttribute getNamespace_Name() { ^^^^^^^^^^^^^^^^^^^ The method getNamespace_Name() of type DefinitionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsPackageImpl.java:[395] public EClass getComplexArgument() { ^^^^^^^^^^^^^^^^^^^^ The method getComplexArgument() of type DefinitionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsPackageImpl.java:[404] public EReference getComplexArgument_Arguments() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getComplexArgument_Arguments() of type DefinitionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsPackageImpl.java:[413] public EEnum getArgumentType() { ^^^^^^^^^^^^^^^^^ The method getArgumentType() of type DefinitionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/DefinitionsPackageImpl.java:[422] public DefinitionsFactory getDefinitionsFactory() { ^^^^^^^^^^^^^^^^^^^^^^^ The method getDefinitionsFactory() of type DefinitionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclProblemModelImpl.java:[76] public EList getProblems() { ^^^^^^^^^^^^^ The method getProblems() of type TclProblemModelImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclProblemModelImpl.java:[78] problems = new EObjectContainmentEList(TclProblem.class, ^^^^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/src/org/eclipse/dltk/tcl/parser/TclArgumentMatcher.java:[120] public static final int POSSIBLE = -1; ^^^^^^^^ The value of the field TclArgumentMatcher.MatchResult.POSSIBLE is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/src/org/eclipse/dltk/tcl/parser/TclArgumentMatcher.java:[158] public void setPriority(int priority) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method setPriority(int) from the type TclArgumentMatcher.MatchResult is never used locally [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/src/org/eclipse/dltk/tcl/parser/TclArgumentMatcher.java:[170] public void decrPriority() { ^^^^^^^^^^^^^^ The method decrPriority() from the type TclArgumentMatcher.MatchResult is never used locally [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/src/org/eclipse/dltk/tcl/parser/TclArgumentMatcher.java:[674] List groups = constFitGroupMap.get(selector); ^^^^^^^^ Unlikely argument type Argument for get(Object) on a Map> [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclCodeModelImpl.java:[77] public EList getDelimeters() { ^^^^^^^^^^^^^^^ The method getDelimeters() of type TclCodeModelImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclCodeModelImpl.java:[79] delimeters = new EDataTypeEList(String.class, this, ^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclCodeModelImpl.java:[90] public EList getLineOffsets() { ^^^^^^^^^^^^^^^^ The method getLineOffsets() of type TclCodeModelImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclCodeModelImpl.java:[92] lineOffsets = new EDataTypeEList(Integer.class, this, ^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/TypedArgumentImpl.java:[147] public int getLowerBound() { ^^^^^^^^^^^^^^^ The method getLowerBound() of type TypedArgumentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/TypedArgumentImpl.java:[156] public void setLowerBound(int newLowerBound) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setLowerBound(int) of type TypedArgumentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/TypedArgumentImpl.java:[168] public int getUpperBound() { ^^^^^^^^^^^^^^^ The method getUpperBound() of type TypedArgumentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/TypedArgumentImpl.java:[177] public void setUpperBound(int newUpperBound) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setUpperBound(int) of type TypedArgumentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/TypedArgumentImpl.java:[189] public ArgumentType getType() { ^^^^^^^^^ The method getType() of type TypedArgumentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/TypedArgumentImpl.java:[198] public void setType(ArgumentType newType) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setType(ArgumentType) of type TypedArgumentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/TypedArgumentImpl.java:[210] public String getName() { ^^^^^^^^^ The method getName() of type TypedArgumentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/definitions/org/eclipse/dltk/tcl/definitions/impl/TypedArgumentImpl.java:[219] public void setName(String newName) { ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type TypedArgumentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclProblemImpl.java:[236] public EList getArguments() { ^^^^^^^^^^^^^^ The method getArguments() of type TclProblemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclProblemImpl.java:[238] arguments = new EDataTypeEList(String.class, this, ^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclProblemImpl.java:[249] public int getId() { ^^^^^^^ The method getId() of type TclProblemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclProblemImpl.java:[258] public void setId(int newId) { ^^^^^^^^^^^^^^^^ The method setId(int) of type TclProblemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclProblemImpl.java:[271] public String getMessage() { ^^^^^^^^^^^^ The method getMessage() of type TclProblemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclProblemImpl.java:[280] public void setMessage(String newMessage) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setMessage(String) of type TclProblemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclProblemImpl.java:[293] public int getSourceStart() { ^^^^^^^^^^^^^^^^ The method getSourceStart() of type TclProblemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclProblemImpl.java:[302] public void setSourceStart(int newSourceStart) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setSourceStart(int) of type TclProblemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclProblemImpl.java:[316] public int getSourceEnd() { ^^^^^^^^^^^^^^ The method getSourceEnd() of type TclProblemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclProblemImpl.java:[325] public void setSourceEnd(int newSourceEnd) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setSourceEnd(int) of type TclProblemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclProblemImpl.java:[339] public boolean isError() { ^^^^^^^^^ The method isError() of type TclProblemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclProblemImpl.java:[348] public void setError(boolean newError) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setError(boolean) of type TclProblemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclProblemImpl.java:[361] public boolean isWarning() { ^^^^^^^^^^^ The method isWarning() of type TclProblemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclProblemImpl.java:[370] public void setWarning(boolean newWarning) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setWarning(boolean) of type TclProblemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclProblemImpl.java:[383] public String getFileName() { ^^^^^^^^^^^^^ The method getFileName() of type TclProblemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclProblemImpl.java:[392] public void setFileName(String newFileName) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setFileName(String) of type TclProblemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclProblemImpl.java:[405] public int getLineNumber() { ^^^^^^^^^^^^^^^ The method getLineNumber() of type TclProblemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/TclProblemImpl.java:[414] public void setLineNumber(int newLineNumber) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setLineNumber(int) of type TclProblemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[235] public EClass getNode() { ^^^^^^^^^ The method getNode() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[244] public EAttribute getNode_Start() { ^^^^^^^^^^^^^^^ The method getNode_Start() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[253] public EAttribute getNode_End() { ^^^^^^^^^^^^^ The method getNode_End() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[262] public EClass getScript() { ^^^^^^^^^^^ The method getScript() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[271] public EReference getScript_Commands() { ^^^^^^^^^^^^^^^^^^^^ The method getScript_Commands() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[280] public EAttribute getScript_ContentStart() { ^^^^^^^^^^^^^^^^^^^^^^^^ The method getScript_ContentStart() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[289] public EAttribute getScript_ContentEnd() { ^^^^^^^^^^^^^^^^^^^^^^ The method getScript_ContentEnd() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[298] public EClass getStringArgument() { ^^^^^^^^^^^^^^^^^^^ The method getStringArgument() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[307] public EAttribute getStringArgument_Value() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getStringArgument_Value() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[317] public EAttribute getStringArgument_RawValue() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getStringArgument_RawValue() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[327] public EClass getSubstitution() { ^^^^^^^^^^^^^^^^^ The method getSubstitution() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[336] public EReference getSubstitution_Commands() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getSubstitution_Commands() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[345] public EClass getTclArgument() { ^^^^^^^^^^^^^^^^ The method getTclArgument() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[354] public EClass getTclCommand() { ^^^^^^^^^^^^^^^ The method getTclCommand() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[363] public EReference getTclCommand_Name() { ^^^^^^^^^^^^^^^^^^^^ The method getTclCommand_Name() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[372] public EReference getTclCommand_Arguments() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTclCommand_Arguments() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[381] public EReference getTclCommand_Definition() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTclCommand_Definition() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[390] public EReference getTclCommand_Matches() { ^^^^^^^^^^^^^^^^^^^^^^^ The method getTclCommand_Matches() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[399] public EAttribute getTclCommand_QualifiedName() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTclCommand_QualifiedName() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[408] public EAttribute getTclCommand_Matched() { ^^^^^^^^^^^^^^^^^^^^^^^ The method getTclCommand_Matched() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[417] public EClass getTclArgumentList() { ^^^^^^^^^^^^^^^^^^^^ The method getTclArgumentList() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[426] public EReference getTclArgumentList_Arguments() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTclArgumentList_Arguments() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[436] public EReference getTclArgumentList_DefinitionArgument() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTclArgumentList_DefinitionArgument() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[446] public EAttribute getTclArgumentList_Kind() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTclArgumentList_Kind() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[456] public EClass getArgumentMatch() { ^^^^^^^^^^^^^^^^^^ The method getArgumentMatch() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[465] public EReference getArgumentMatch_Definition() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getArgumentMatch_Definition() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[474] public EReference getArgumentMatch_Arguments() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getArgumentMatch_Arguments() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[483] public EClass getComplexString() { ^^^^^^^^^^^^^^^^^^ The method getComplexString() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[492] public EReference getComplexString_Arguments() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getComplexString_Arguments() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[501] public EAttribute getComplexString_Kind() { ^^^^^^^^^^^^^^^^^^^^^^^ The method getComplexString_Kind() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[510] public EClass getVariableReference() { ^^^^^^^^^^^^^^^^^^^^^^ The method getVariableReference() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[519] public EAttribute getVariableReference_Name() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getVariableReference_Name() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[529] public EReference getVariableReference_Index() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getVariableReference_Index() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[539] public EClass getISubstitution() { ^^^^^^^^^^^^^^^^^^ The method getISubstitution() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[548] public EClass getTclModule() { ^^^^^^^^^^^^^^ The method getTclModule() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[557] public EReference getTclModule_Statements() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTclModule_Statements() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[566] public EAttribute getTclModule_Size() { ^^^^^^^^^^^^^^^^^^^ The method getTclModule_Size() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[575] public EReference getTclModule_CodeModel() { ^^^^^^^^^^^^^^^^^^^^^^^^ The method getTclModule_CodeModel() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[584] public EClass getTclCodeModel() { ^^^^^^^^^^^^^^^^^ The method getTclCodeModel() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[593] public EAttribute getTclCodeModel_Delimeters() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTclCodeModel_Delimeters() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[602] public EAttribute getTclCodeModel_LineOffsets() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTclCodeModel_LineOffsets() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[611] public EClass getTclProblemModel() { ^^^^^^^^^^^^^^^^^^^^ The method getTclProblemModel() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[620] public EReference getTclProblemModel_Problems() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTclProblemModel_Problems() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[630] public EClass getTclProblem() { ^^^^^^^^^^^^^^^ The method getTclProblem() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[639] public EAttribute getTclProblem_Arguments() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTclProblem_Arguments() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[648] public EAttribute getTclProblem_Id() { ^^^^^^^^^^^^^^^^^^ The method getTclProblem_Id() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[657] public EAttribute getTclProblem_Message() { ^^^^^^^^^^^^^^^^^^^^^^^ The method getTclProblem_Message() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[666] public EAttribute getTclProblem_SourceStart() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTclProblem_SourceStart() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[675] public EAttribute getTclProblem_SourceEnd() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTclProblem_SourceEnd() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[684] public EAttribute getTclProblem_Error() { ^^^^^^^^^^^^^^^^^^^^^ The method getTclProblem_Error() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[693] public EAttribute getTclProblem_Warning() { ^^^^^^^^^^^^^^^^^^^^^^^ The method getTclProblem_Warning() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[702] public EAttribute getTclProblem_FileName() { ^^^^^^^^^^^^^^^^^^^^^^^^ The method getTclProblem_FileName() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[711] public EAttribute getTclProblem_LineNumber() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTclProblem_LineNumber() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/ast/org/eclipse/dltk/tcl/ast/impl/AstPackageImpl.java:[720] public AstFactory getAstFactory() { ^^^^^^^^^^^^^^^ The method getAstFactory() of type AstPackageImpl should be tagged with @Override since it actually overrides a superinterface method 252 problems (252 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.tcl.parser --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.tcl.parser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.tcl.parser --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.tcl.parser --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.tcl.parser --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.parser --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/target/org.eclipse.dltk.tcl.parser-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.parser --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/target/org.eclipse.dltk.tcl.parser-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.parser --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.tcl.parser --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/target/org.eclipse.dltk.tcl.parser-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/target/org.eclipse.dltk.tcl.parser-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.tcl.parser --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.tcl.parser --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.tcl.parser --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.tcl.parser --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/target/org.eclipse.dltk.tcl.parser-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.parser/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.parser-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.parser/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.parser-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/target/org.eclipse.dltk.tcl.parser-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.parser/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.parser-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.parser/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.parser-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.parser/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.parser-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.tcl.parser --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] -----------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.core >----------- [INFO] Building org.eclipse.dltk.tcl.core 6.3.0-SNAPSHOT [52/92] [INFO] from ../org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.tcl.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.core --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.tcl.core --- [INFO] Resolving class path of org.eclipse.dltk.tcl.core... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.tcl.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.tcl.core --- [INFO] Compiling 181 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[218] Set processed = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[218] Set processed = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[247] Set processed) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[250] .getMixin(getScriptProject()).findKeys(pattern); ^^^^^^^^^^^^^^^^^ The method findKeys(String) from the type MixinModel is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[251] Set keys = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[251] Set keys = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[253] if (keys.add(findKeys[i])) { ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[257] if (processed.add(importSt.getImportNsName())) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[297] List methodList = declaringType.getMethodList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[298] for (Iterator iterator = methodList.iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[312] List supersToHandle) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[319] List superClasses = declaringType.getSuperClasses().getChilds(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[324] supersToHandle.add(superClassName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[343] List statements = method.getArguments(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[364] List levels = TclParseUtil.findLevelsTo(this.parser.getModule(), ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[435] List levels = TclParseUtil.findLevelsTo(this.parser.getModule(), ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[451] .getMixin(this.sourceModule.getScriptProject()).find(pattern); ^^^^^^^^^^^^^ The method find(String) from the type MixinModel is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[469] .getMixin(this.sourceModule.getScriptProject()).find(pattern); ^^^^^^^^^^^^^ The method find(String) from the type MixinModel is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[501] .getMixin(this.sourceModule.getScriptProject()).find(pattern); ^^^^^^^^^^^^^ The method find(String) from the type MixinModel is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[528] protected String getKeyFromLevels(List nodes) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[529] return TclParseUtil.getElementFQN(nodes, ^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[533] protected ASTNode findRealParent(List levels) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[545] List statements, String prefix) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[578] List statements2 = TclResolver.findExtractBlocks(node); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[609] List levels = TclParseUtil.findLevelsTo(this.parser.getModule(), ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[625] protected void processFindLocalFunctions(String name, List levels, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[627] List visited = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[627] List visited = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[637] List statements = decl.getStatements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[641] if (!name.startsWith("::")) { ^^^^ Potential null pointer access: The variable name may be null at this location [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[651] List statements = decl.getStatements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[662] protected void processMethods(String name, final List statements, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[663] final String namePrefix, final List visited) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[691] List tStatements = ((TypeDeclaration) nde).getStatements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[692] visited.add(nde); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[708] List tStatements = ((Block) s).getStatements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[709] visited.add(s); ^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[735] visited.add(nde); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[741] List statements = module.getStatements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionEngine.java:[749] List statements = module.getStatements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/parser/processors/tcl/TclIfProcessor.java:[25] private static class IfStatementError extends Exception { ^^^^^^^^^^^^^^^^ The serializable class IfStatementError does not declare a static final serialVersionUID field of type long [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/parser/processors/tcl/TclIfProcessor.java:[53] final List exprs; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/parser/processors/tcl/TclIfProcessor.java:[225] List parseBlock = bl.parseBlockSimple(false); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/parser/processors/tcl/TclIfProcessor.java:[231] List expressions = ((TclStatement) st).getExpressions(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/parser/processors/tcl/TclIfProcessor.java:[243] List childs = ex.getChilds(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/parser/processors/tcl/TclIfProcessor.java:[244] return new ASTListNode(node.sourceStart(), node.sourceEnd(), childs); ^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/TclCalleeProcessor.java:[41] private Map fSearchResults = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/TclCalleeProcessor.java:[41] private Map fSearchResults = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/TclCalleeProcessor.java:[70] fSearchResults.put(ref, methods); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/TclCalleeProcessor.java:[75] public Map doOperation() { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/TclCalleeProcessor.java:[91] } catch (CoreException e) { ^^^^^^^^^^^^^ Unreachable catch block for CoreException. Only more specific exceptions are thrown and they are handled by previous catch block(s). [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackagesInterpreterContainerExtension.java:[19] import org.eclipse.dltk.internal.core.BuildpathEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackagesInterpreterContainerExtension.java:[118] IAccessRule.EMPTY_RULES, ^^^^^^^^^^^ The field IAccessRule.EMPTY_RULES is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackagesInterpreterContainerExtension.java:[120] BuildpathEntry.INCLUDE_ALL, excluded ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackagesInterpreterContainerExtension.java:[120] BuildpathEntry.INCLUDE_ALL, excluded ^^^^^^^^^^^ Discouraged access: The field 'BuildpathEntry.INCLUDE_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[177] context.setTokenKind(CompletionContext.TOKEN_KIND_UNKNOWN); ^^^^^^^^^^^^ Discouraged access: The method 'InternalCompletionContext.setTokenKind(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[196] context.setTokenKind(CompletionContext.TOKEN_KIND_UNKNOWN); ^^^^^^^^^^^^ Discouraged access: The method 'InternalCompletionContext.setTokenKind(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[422] this.endPosition - this.offset); ^^^^^^^^^^^ The field ScriptCompletionEngine.endPosition is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[473] List methodNames = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[473] List methodNames = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[474] Set set = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[474] Set set = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[477] set.addAll(methodNames); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[494] private void processImports(char[] token, Set set, ASTNode astNodeParent) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[507] Set processed = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[507] Set processed = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[517] private void processFindNamespace(char[] token, Set set, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[518] String currentNamespace, Set processed) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[521] getSourceModule().getScriptProject()).findKeys(pattern); ^^^^^^^^^^^^^^^^^ The method findKeys(String) from the type MixinModel is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[522] Set keys = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[522] Set keys = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[524] if (keys.add(findKeys[i])) { ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[529] if (processed.add(importSt.getImportNsName())) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[558] this.startPosition); ^^^^^^^^^^^^^ The field ScriptCompletionEngine.startPosition is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[579] final Set methodNames) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[581] final Set methods = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[581] final Set methods = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[590] methods.addAll(methodNames); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[592] methods.removeAll(methodNames); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[597] this.findMethods(token, false, this.toList(methods)); ^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation toList(Set) of the generic method toList(Set) of type TclCompletionEngine [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[597] this.findMethods(token, false, this.toList(methods)); ^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Set [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[601] final Set methodNames, String namespace, boolean asImport) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[605] Set methods = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[605] Set methods = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[611] methods.addAll(methodNames); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[614] methods.removeAll(methodNames); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[623] List list = this.toList(methods); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[623] List list = this.toList(methods); ^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation toList(Set) of the generic method toList(Set) of type TclCompletionEngine [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[623] List list = this.toList(methods); ^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Set [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[624] List mNames = this.removeNamespace(list, namespace, asImport); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[626] this.findMethods(token, true, list, mNames); ^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[626] this.findMethods(token, true, list, mNames); ^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[629] private Set filterSubNamespaces(Set methods, String namespace) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[629] private Set filterSubNamespaces(Set methods, String namespace) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[630] Set results = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[630] Set results = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[637] for (Iterator iterator = methods.iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[644] results.add(element); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[647] results.add(element); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[653] private List removeNamespace(List methods, String namespace, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[653] private List removeNamespace(List methods, String namespace, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[655] List names = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[655] List names = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[662] for (Iterator iterator = methods.iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[667] names.add(substring); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[669] names.add(fqn); ^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[681] private void filterInternalAPI(Set methods, final ModuleDeclaration module) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[686] final Set namespaceNames = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[686] final Set namespaceNames = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[695] namespaceNames.add(ns); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[700] if (ns2 == null || (ns2 != null && ns2.equals("::"))) { ^^^ Redundant null check: The variable ns2 cannot be null at this location [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[703] namespaceNames.add(ns2); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[714] Set privateSet = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[714] Set privateSet = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[715] for (Iterator iterator = methods.iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[728] privateSet.add(method); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[737] for (Iterator iterator = privateSet.iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[756] List methods) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[757] this.findMethods(token, canCompleteEmptyToken, methods, ^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[761] public void removeSameFrom(final Set methodNames, final Set elements, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[761] public void removeSameFrom(final Set methodNames, final Set elements, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[763] final Set namesToRemove = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[763] final Set namesToRemove = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[764] for (Iterator iterator = methodNames.iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[767] namesToRemove.add(name); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[772] for (Iterator me = elements.iterator(); me.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[787] elements.removeAll(methodNames); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[790] public void findMixinTclElement(final Set completions, String tok, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[791] Class mixinClass) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[795] pattern, mixinClass, this.scriptProject, getProgressMonitor()); ^^^^^^^^^^^^^ The field ScriptCompletionEngine.scriptProject is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[796] elements = TclResolver.complexFilter(elements, this.scriptProject, ^^^^^^^^^^^^^ The field ScriptCompletionEngine.scriptProject is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[798] final Set completionNames = calculateCompletionNames(completions); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[804] completions.add(element); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[809] public void findMixinTclElementNoFilter(final Set completions, String tok, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[810] Class mixinClass) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[814] pattern, mixinClass, this.scriptProject, getProgressMonitor()); ^^^^^^^^^^^^^ The field ScriptCompletionEngine.scriptProject is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[820] completions.add(elements[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[828] protected void findMethodFromMixin(final Set methods, String tok) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[832] protected boolean moduleFilter(Set completions, IModelElement modelElement, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[833] Set completionNames) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[839] return completionNames.add(getFQNFromModelElement(modelElement)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[842] private Set calculateCompletionNames(Set completions) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[842] private Set calculateCompletionNames(Set completions) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[843] final Set result = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[843] final Set result = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[844] for (Iterator iterator = completions.iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[848] result.add(o); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[853] result.add(getFQNFromModelElement(element)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[869] this.search(patternString, searchFor, limitTo, EXACT_RULE, scope, ^^^^^^^^^^ Discouraged access: The field 'Engine.EXACT_RULE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[890] List methodNames, Set set) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[890] List methodNames, Set set) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[893] List methods = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[893] List methods = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[895] List nodeMethods = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java:[895] List nodeMethods = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/extensions/ICompletionExtension.java:[29] Set methodNames, TclStatement st, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/extensions/ICompletionExtension.java:[40] boolean modelFilter(Set completions, IModelElement modelElement); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/completion/TclCompletionParser.java:[40] public TclEmptyCompleteStatement(List expressions) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/completion/TclCompletionParser.java:[41] super(expressions); ^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/completion/TclCompletionParser.java:[61] List exprs = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/completion/TclCompletionParser.java:[61] List exprs = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/completion/TclCompletionParser.java:[62] exprs.add(new SimpleReference(position, position, "")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/completion/TclCompletionParser.java:[70] List exprs = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/completion/TclCompletionParser.java:[70] List exprs = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/completion/TclCompletionParser.java:[71] exprs.add(new SimpleReference(position, position, "")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/completion/TclCompletionParser.java:[74] method.getStatements().add(statement); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/completion/TclCompletionParser.java:[79] List exprs = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/completion/TclCompletionParser.java:[79] List exprs = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/completion/TclCompletionParser.java:[80] exprs.add(new SimpleReference(position, position, "")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/completion/TclCompletionParser.java:[83] type.getStatements().add(statement); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/completion/TclCompletionParser.java:[88] List exprs = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/completion/TclCompletionParser.java:[88] List exprs = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/completion/TclCompletionParser.java:[89] exprs.add(new SimpleReference(position, position, "")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/completion/TclCompletionParser.java:[175] List exprs = expr.parseExpression(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/completion/TclCompletionParser.java:[187] List exprs = expr.getStatements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/completion/TclCompletionParser.java:[199] List s = block.parseBlockSimple(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/completion/TclCompletionParser.java:[310] List statements = method.getStatements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/completion/TclCompletionParser.java:[373] List ss = block.parseBlockSimple(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/completion/TclCompletionParser.java:[425] private boolean checkVariableWithoutDollarCompletion(TclStatement statement, int position) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method checkVariableWithoutDollarCompletion(TclStatement, int) from the type TclCompletionParser is never used locally [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/extensions/IMatchLocatorExtension.java:[8] import org.eclipse.dltk.internal.core.search.matching.MatchingNodeSet; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MatchingNodeSet' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/extensions/IMatchLocatorExtension.java:[14] MatchingNodeSet nodeSet); ^^^^^^^^^^^^^^^ Discouraged access: The type 'MatchingNodeSet' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/TclCorePreferenceInitializer.java:[15] import org.eclipse.core.runtime.Preferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/TclCorePreferenceInitializer.java:[28] Preferences preferences = TclPlugin.getDefault().getPluginPreferences(); ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/TclCorePreferenceInitializer.java:[28] Preferences preferences = TclPlugin.getDefault().getPluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/TclCorePreferenceInitializer.java:[29] TaskTagUtils.initializeDefaultValues(preferences); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method initializeDefaultValues(Preferences) from the type TaskTagUtils is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/TclCorePreferenceInitializer.java:[31] preferences.setDefault( TclCorePreferences.CHECK_CONTENT_EMPTY_EXTENSION_LOCAL, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, boolean) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/TclCorePreferenceInitializer.java:[33] preferences.setDefault( TclCorePreferences.CHECK_CONTENT_EMPTY_EXTENSION_REMOTE, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, boolean) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/TclCorePreferenceInitializer.java:[35] preferences.setDefault( TclCorePreferences.CHECK_CONTENT_ANY_EXTENSION_LOCAL, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, boolean) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/TclCorePreferenceInitializer.java:[37] preferences.setDefault( TclCorePreferences.CHECK_CONTENT_ANY_EXTENSION_REMOTE, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, boolean) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/TclCorePreferenceInitializer.java:[41] .setDefault( TclCorePreferences.CHECK_CONTENT_EXCLUDES, "*.tar.*;*.so;*.exe;*.dll;*.msi;*.zip;*.rar;*.a;*.la;*.so.*;" + "*.c;*.cpp;*.h;*.jp*;*.png;*.gif;*.htm*;*.txt;*.ps;" + "*.pdf;*.xsd;README;*.doc;*.xsl;*.ppt;*.odf;*.n;*.rc;" + "*.pdx;*.tap;*.pc;*.enc;*.xml"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/TclCorePreferenceInitializer.java:[47] preferences.setDefault( TclCorePreferences.PACKAGES_REFRESH_INTERVAL_LOCAL, 15 * 60 * 1000); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, int) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/TclCorePreferenceInitializer.java:[50] preferences.setDefault( TclCorePreferences.PACKAGES_REFRESH_INTERVAL_REMOTE, 24 * 60 * 60 * 1000); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, int) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/parser/processors/tcl/TclSwitchCommandProcessor.java:[65] List list = tclBlockExpression.parseBlockSimple(false); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/parser/processors/tcl/TclSwitchCommandProcessor.java:[70] for (Iterator iterator = list.iterator(); iterator ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/parser/processors/tcl/TclSwitchCommandProcessor.java:[110] int index = 0; ^^^^^ The value of the local variable index is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclMatchLocatorParser.java:[59] List ss = block.parseBlockSimple(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclMatchLocatorParser.java:[184] List exprs = expr.parseExpression(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclParseUtil.java:[206] ((TypeDeclaration) decl).getStatements().add(node); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclParseUtil.java:[208] ((MethodDeclaration) decl).getStatements().add(node); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclParseUtil.java:[240] public static void findElementsTo(List statements, ASTNode node, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclParseUtil.java:[241] List elements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclParseUtil.java:[245] Iterator i = statements.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclParseUtil.java:[249] elements.add(n); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclParseUtil.java:[254] elements.add(n); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclParseUtil.java:[275] List levels = findLevelsTo(module, node); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclParseUtil.java:[307] List levels = TclParseUtil.findLevelsTo(module, parent); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclParseUtil.java:[313] List childs = TclASTUtil.getStatements(astNodeParent); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclParseUtil.java:[323] List childs = TclASTUtil.getStatements(module); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclParseUtil.java:[337] String[] split, List childs) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclParseUtil.java:[338] for (int i = 0; i < childs.size(); i++) { ^^^^^^ Potential null pointer access: The variable childs may be null at this location [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclParseUtil.java:[362] List nchilds = TclASTUtil.getStatements(type); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclParseUtil.java:[381] List nchilds = TclASTUtil.getStatements(type); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclParseUtil.java:[401] List levels = findLevelsTo(module, node); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclParseUtil.java:[412] TypeDeclaration[] types = type.getTypes(); ^^^^^ The value of the local variable types is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclParseUtil.java:[445] List ndss = findLevelsTo(module, declaringXOTclType); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclParseUtil.java:[446] name = "::" + getElementFQN(ndss, separator, module) ^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclParseUtil.java:[503] List levels = TclParseUtil.findLevelsTo(module, node); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclParseUtil.java:[522] List levels = TclParseUtil.findLevelsTo(module, parent); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/packages/org/eclipse/dltk/tcl/core/TclPackagesManager.java:[533] String envName = install.getEnvironment().getName(); ^^^^^^^ The value of the local variable envName is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclPlugin.java:[54] savePluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^^ The method savePluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/BasicTclMatchLocatorParser.java:[19] protected static Map kwMap = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/BasicTclMatchLocatorParser.java:[19] protected static Map kwMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/BasicTclMatchLocatorParser.java:[22] kwMap.put(kw[q], Boolean.TRUE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/BasicTclMatchLocatorParser.java:[173] List nodes = method.getStatements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/TclASTBuilder.java:[36] private static void replaceChild(ASTNode node, ASTNode statement, ASTNode nsType) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method replaceChild(ASTNode, ASTNode, ASTNode) from the type TclASTBuilder is never used locally [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/TclASTBuilder.java:[39] List statements = ((ModuleDeclaration) node).getStatements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/TclASTBuilder.java:[42] statements.add(index, nsType); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/TclASTBuilder.java:[44] List statements = ((TypeDeclaration) node).getStatements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/TclASTBuilder.java:[47] statements.add(index, nsType); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/TclASTBuilder.java:[49] List statements = ((Block) node).getStatements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/TclASTBuilder.java:[52] statements.add(index, nsType); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/TclASTBuilder.java:[71] if (method instanceof MethodDeclaration) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type MethodDeclaration is already an instance of type MethodDeclaration [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/TclASTBuilder.java:[89] type.getStatements().add(methodDeclaration); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/TclASTBuilder.java:[90] type.getMethodList().add(methodDeclaration); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/TclASTBuilder.java:[117] unit.getTypeList().add(decl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/TclASTBuilder.java:[139] typeDeclaration.getStatements().add(decl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/TclASTBuilder.java:[140] typeDeclaration.getTypeList().add(decl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/TclASTBuilder.java:[152] if (method instanceof MethodDeclaration) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type MethodDeclaration is already an instance of type MethodDeclaration [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/TclASTBuilder.java:[168] module.getFunctionList().add(methodDeclaration); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/TclASTBuilder.java:[178] decl.getStatements().add(method); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/TclASTBuilder.java:[179] decl.getMethodList().add(method); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/packages/org/eclipse/dltk/tcl/core/packages/impl/TclInterpreterInfoImpl.java:[15] import org.eclipse.dltk.tcl.core.packages.VariableValue; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.dltk.tcl.core.packages.VariableValue is never used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/packages/org/eclipse/dltk/tcl/core/packages/impl/TclInterpreterInfoImpl.java:[19] import org.eclipse.emf.common.util.EMap; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.util.EMap is never used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/packages/org/eclipse/dltk/tcl/core/packages/impl/TclInterpreterInfoImpl.java:[21] import org.eclipse.emf.ecore.EStructuralFeature; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.EStructuralFeature is never used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/packages/org/eclipse/dltk/tcl/core/packages/impl/TclInterpreterInfoImpl.java:[26] import org.eclipse.emf.ecore.util.EcoreEMap; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreEMap is never used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/packages/org/eclipse/dltk/tcl/core/packages/TclInterpreterInfo.java:[12] import org.eclipse.emf.common.util.EMap; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.util.EMap is never used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclASTUtil.java:[27] public static List getStatements(ASTNode node) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclASTUtil.java:[37] final List innerBlockStatements = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclASTUtil.java:[37] final List innerBlockStatements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclASTUtil.java:[43] List tStatements = ((Block) s).getStatements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclASTUtil.java:[44] innerBlockStatements.addAll(tStatements); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclASTUtil.java:[75] List statements = getStatements(node); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/ast/TclForeachStatement.java:[14] List arguments = null; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/ast/TclForeachStatement.java:[30] for (Iterator iterator = this.arguments .iterator(); iterator.hasNext();) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/ast/TclForeachStatement.java:[43] public List getArguments() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/ast/TclForeachStatement.java:[45] arguments = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/ast/TclForeachStatement.java:[62] for (Iterator iterator = this.arguments .iterator(); iterator.hasNext();) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesPseudoSourceModule.java:[18] import org.eclipse.dltk.internal.core.AbstractSourceModule; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractSourceModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesPseudoSourceModule.java:[19] import org.eclipse.dltk.internal.core.ModelElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesPseudoSourceModule.java:[20] import org.eclipse.dltk.internal.core.OpenableElementInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OpenableElementInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesPseudoSourceModule.java:[28] public class TclSourcesPseudoSourceModule extends AbstractSourceModule { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractSourceModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesPseudoSourceModule.java:[29] public TclSourcesPseudoSourceModule(ModelElement parent, String name, ^^^^^^^^^^^^ Discouraged access: The type 'ModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesPseudoSourceModule.java:[31] super(parent, name, owner); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'AbstractSourceModule(ModelElement, String, WorkingCopyOwner)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesPseudoSourceModule.java:[44] protected boolean buildStructure(OpenableElementInfo info, ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OpenableElementInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesPseudoSourceModule.java:[45] IProgressMonitor pm, Map newElements, IResource underlyingResource) ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesPseudoSourceModule.java:[130] return getElementName(); ^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractSourceModule.getElementName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/parser/processors/tcl/TclNamespaceProcessor.java:[23] List levels = TclParseUtil.findLevelsTo(this.getModuleDeclaration(), ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/parser/processors/tcl/TclNamespaceProcessor.java:[59] if (nameSpaceName == null ^^^^^^^^^^^^^ Null comparison always yields false: The variable nameSpaceName cannot be null at this location [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesElement.java:[97] IProgressMonitor pm, Map newElements, IResource underlyingResource) ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/TclSourceParser.java:[47] private int flags; ^^^^^ The value of the field TclSourceParser.flags is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/TclSourceParser.java:[134] List commands = script.getCommands(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/TclSourceParser.java:[135] for (Iterator iter = commands.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageSourceModule.java:[16] import org.eclipse.dltk.internal.core.ExternalSourceModule; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExternalSourceModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageSourceModule.java:[17] import org.eclipse.dltk.internal.core.ModelElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageSourceModule.java:[22] public class TclPackageSourceModule extends ExternalSourceModule { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExternalSourceModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageSourceModule.java:[23] public TclPackageSourceModule(ModelElement parent, String name, ^^^^^^^^^^^^ Discouraged access: The type 'ModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageSourceModule.java:[25] super(parent, name, owner, storage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ExternalSourceModule(ModelElement, String, WorkingCopyOwner, IStorage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageSourceModule.java:[29] IPath parentPath = getParent().getPath(); ^^^^^^^^^ Discouraged access: The method 'ModelElement.getParent()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageSourceModule.java:[30] return parentPath.append(getElementName()); ^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractSourceModule.getElementName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageSourceModule.java:[34] return getStorage().getFullPath(); ^^^^^^^^^^ Discouraged access: The method 'ExternalSourceModule.getStorage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageSourceModule.java:[40] return EnvironmentPathUtils.getFullPath(environment, getStorage() ^^^^^^^^^^ Discouraged access: The method 'ExternalSourceModule.getStorage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageSourceModule.java:[43] return getStorage().getFullPath(); ^^^^^^^^^^ Discouraged access: The method 'ExternalSourceModule.getStorage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclLanguageToolkit.java:[144] .getPluginPreferences() ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclLanguageToolkit.java:[145] .getBoolean( isEmptyExtension(file.getName()) ? TclCorePreferences.CHECK_CONTENT_EMPTY_EXTENSION_LOCAL : TclCorePreferences.CHECK_CONTENT_ANY_EXTENSION_LOCAL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBoolean(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclLanguageToolkit.java:[156] .getPluginPreferences() ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclLanguageToolkit.java:[157] .getBoolean( isEmptyExtension(file.getName()) ? TclCorePreferences.CHECK_CONTENT_EMPTY_EXTENSION_REMOTE : TclCorePreferences.CHECK_CONTENT_ANY_EXTENSION_REMOTE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBoolean(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionParser.java:[53] List expressions = statement.getExpressions(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionParser.java:[76] if (position < completionNode.sourceStart() ^^^^^^^^^^^^^^ Potential null pointer access: The variable completionNode may be null at this location [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionParser.java:[87] List s = block.parseBlockSimple(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionParser.java:[105] List exprs = expr.parseExpression(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionParser.java:[144] List statements = method.getStatements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionParser.java:[215] if (nde != null) { ^^^ Redundant null check: The variable nde cannot be null at this location [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionParser.java:[271] List ss = block.parseBlockSimple(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclSelectionParser.java:[350] List exprs = ex.parseExpression(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/ast/TclNamespaceDeclaration.java:[31] List statements = this.getStatements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/ast/TclNamespaceDeclaration.java:[32] Iterator i = statements.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[22] import org.eclipse.dltk.internal.core.MementoModelElementUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MementoModelElementUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[23] import org.eclipse.dltk.internal.core.ModelElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[24] import org.eclipse.dltk.internal.core.Openable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Openable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[25] import org.eclipse.dltk.internal.core.OpenableElementInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OpenableElementInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[26] import org.eclipse.dltk.internal.core.ScriptProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[27] import org.eclipse.dltk.internal.core.util.MementoTokenizer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MementoTokenizer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[34] public class TclPackageFragment extends Openable implements IProjectFragment, ^^^^^^^^ Discouraged access: The type 'Openable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[41] protected TclPackageFragment(ScriptProject project, String packageName) { ^^^^^^^^^^^^^ Discouraged access: The type 'ScriptProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[42] super(project); ^^^^^^^^^^^^^^^ Discouraged access: The constructor 'Openable(ModelElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[71] && this.parent.equals(other.parent); ^^^^^^ Discouraged access: The field 'ModelElement.parent' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[71] && this.parent.equals(other.parent); ^^^^^^ Discouraged access: The method 'ModelElement.equals(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[71] && this.parent.equals(other.parent); ^^^^^^ Discouraged access: The field 'ModelElement.parent' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[74] protected boolean buildStructure(OpenableElementInfo info, ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OpenableElementInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[75] IProgressMonitor pm, Map newElements, IResource underlyingResource) ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[79] install = ScriptRuntime.getInterpreterInstall(getScriptProject()); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelElement.getScriptProject()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[89] List children = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[89] List children = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[94] children.add(new TclPackageElement(this, this.packageName, packageInfo.getVersion())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[97] info.setChildren((IModelElement[]) children ^^^^^^^^^^^ Discouraged access: The method 'ModelElementInfo.setChildren(IModelElement[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[97] info.setChildren((IModelElement[]) children .toArray(new IModelElement[children.size()])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[104] return new OpenableElementInfo(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OpenableElementInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[104] return new OpenableElementInfo(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'OpenableElementInfo()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[108] MementoTokenizer memento, WorkingCopyOwner owner) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'MementoTokenizer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[110] case JEM_SCRIPTFOLDER: ^^^^^^^^^^^^^^^^ Discouraged access: The field 'ModelElement.JEM_SCRIPTFOLDER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[111] if (!memento.hasMoreTokens()) ^^^^^^^^^^^^^ Discouraged access: The method 'MementoTokenizer.hasMoreTokens()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[113] String classFileName = memento.nextToken(); ^^^^^^^^^ Discouraged access: The method 'MementoTokenizer.nextToken()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[114] ModelElement classFile = (ModelElement) getScriptFolder(classFileName); ^^^^^^^^^^^^ Discouraged access: The type 'ModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[114] ModelElement classFile = (ModelElement) getScriptFolder(classFileName); ^^^^^^^^^^^^ Discouraged access: The type 'ModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[115] return classFile.getHandleFromMemento(memento, owner); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelElement.getHandleFromMemento(MementoTokenizer, WorkingCopyOwner)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[116] case JEM_USER_ELEMENT: ^^^^^^^^^^^^^^^^ Discouraged access: The field 'ModelElement.JEM_USER_ELEMENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[117] return MementoModelElementUtil.getHandleFromMemento(memento, this, ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MementoModelElementUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[117] return MementoModelElementUtil.getHandleFromMemento(memento, this, ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'MementoModelElementUtil.getHandleFromMemento(MementoTokenizer, IParent, WorkingCopyOwner)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[124] return JEM_USER_ELEMENT; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'ModelElement.JEM_USER_ELEMENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[167] IModelElement[] elements = getChildren(); ^^^^^^^^^^^ Discouraged access: The method 'ModelElement.getChildren()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[217] TclPackagesModelProvider.collectRealRequirements(getScriptProject(), ^^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelElement.getScriptProject()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageFragment.java:[220] .resolveInterpreterInstall(getScriptProject()); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelElement.getScriptProject()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclAssistParser.java:[50] List elements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclAssistParser.java:[58] elements.add(n); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclAssistParser.java:[63] elements.add(n); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclAssistParser.java:[64] findElementsTo(TclASTUtil.getStatements(n), node, elements); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclAssistParser.java:[71] protected List findLevelsTo(ASTNode astNodeParent) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclAssistParser.java:[72] List elements = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclAssistParser.java:[72] List elements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclAssistParser.java:[77] elements.add(this.module); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclAssistParser.java:[78] findElementsTo(TclASTUtil.getStatements(this.module), astNodeParent, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/search/mixin/TclMixinUtils.java:[21] Class mixinClass, IScriptProject project, IProgressMonitor monitor) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/AbstractTclCommandProcessor.java:[32] problemReporter.reportProblem(new DefaultProblem(message, 0, null, severity, start, end, parser.getCodeModel() .getLineNumberOfOffset(start))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor DefaultProblem(String, int, String[], ProblemSeverity, int, int, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/search/TclMatchLocator.java:[22] import org.eclipse.dltk.internal.core.BuiltinSourceModule; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuiltinSourceModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/search/TclMatchLocator.java:[23] import org.eclipse.dltk.internal.core.ExternalSourceModule; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExternalSourceModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/search/TclMatchLocator.java:[24] import org.eclipse.dltk.internal.core.Openable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Openable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/search/TclMatchLocator.java:[25] import org.eclipse.dltk.internal.core.SourceModule; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SourceModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/search/TclMatchLocator.java:[130] Openable openable = this.currentPossibleMatch.openable; ^^^^^^^^ Discouraged access: The type 'Openable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/search/TclMatchLocator.java:[137] if (openable instanceof SourceModule ^^^^^^^^^^^^ Discouraged access: The type 'SourceModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/search/TclMatchLocator.java:[138] || openable instanceof ExternalSourceModule ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExternalSourceModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/search/TclMatchLocator.java:[139] || openable instanceof BuiltinSourceModule) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuiltinSourceModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/OldTclParserUtils.java:[34] public static List parseArguments(List st) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/OldTclParserUtils.java:[34] public static List parseArguments(List st) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/OldTclParserUtils.java:[35] List arguments = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/OldTclParserUtils.java:[35] List arguments = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/OldTclParserUtils.java:[42] arguments.add(a); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/OldTclParserUtils.java:[45] if (tclSt instanceof TclStatement) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type TclStatement is already an instance of type TclStatement [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/OldTclParserUtils.java:[46] Iterator i = tclSt.getExpressions().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/OldTclParserUtils.java:[52] arguments.add(a); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/OldTclParserUtils.java:[56] List elements = bl.parseBlockSimple(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/OldTclParserUtils.java:[81] arguments.add(a); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/OldTclParserUtils.java:[93] arguments.add(a); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/OldTclParserUtils.java:[105] arguments.add(a); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/OldTclParserUtils.java:[116] arguments.add(a); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/OldTclParserUtils.java:[137] List variableName = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/OldTclParserUtils.java:[137] List variableName = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/OldTclParserUtils.java:[143] variableName.add(s.getAt(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/OldTclParserUtils.java:[146] variableName.add(s.getAt(j)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/OldTclParserUtils.java:[150] variableName.add(s.getAt(j)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/OldTclParserUtils.java:[169] for (int i = startIndex; i < s.getCount(); i += 2) { ^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/OldTclParserUtils.java:[174] variableName.add(vName); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/OldTclParserUtils.java:[178] if (variableName == null) { ^^^^^^^^^^^^ Null comparison always yields false: The variable variableName cannot be null at this location [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/OldTclParserUtils.java:[178] if (variableName == null) { return null; } ^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/OldTclParserUtils.java:[470] List nodes = statement.getExpressions(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[23] import org.eclipse.dltk.internal.core.DefaultWorkingCopyOwner; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultWorkingCopyOwner' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[24] import org.eclipse.dltk.internal.core.ExternalEntryFile; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExternalEntryFile' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[25] import org.eclipse.dltk.internal.core.ExternalSourceModule; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExternalSourceModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[26] import org.eclipse.dltk.internal.core.MementoModelElementUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MementoModelElementUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[27] import org.eclipse.dltk.internal.core.ModelElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[28] import org.eclipse.dltk.internal.core.ModelElementInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelElementInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[29] import org.eclipse.dltk.internal.core.Openable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Openable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[30] import org.eclipse.dltk.internal.core.OpenableElementInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OpenableElementInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[31] import org.eclipse.dltk.internal.core.ScriptFolderInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptFolderInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[32] import org.eclipse.dltk.internal.core.util.MementoTokenizer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MementoTokenizer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[39] public class TclPackageElement extends Openable implements IScriptFolder { ^^^^^^^^ Discouraged access: The type 'Openable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[43] protected TclPackageElement(ModelElement parent, String name, String version) { ^^^^^^^^^^^^ Discouraged access: The type 'ModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[44] super(parent); ^^^^^^^^^^^^^^ Discouraged access: The constructor 'Openable(ModelElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[54] return new OpenableElementInfo(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OpenableElementInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[54] return new OpenableElementInfo(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'OpenableElementInfo()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[77] && getParent().equals(other.getParent()); ^^^^^^^^^ Discouraged access: The method 'ModelElement.getParent()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[77] && getParent().equals(other.getParent()); ^^^^^^^^^ Discouraged access: The method 'ModelElement.getParent()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[80] protected boolean buildStructure(OpenableElementInfo info, ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OpenableElementInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[81] IProgressMonitor pm, Map newElements, IResource underlyingResource) ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[86] install = ScriptRuntime.getInterpreterInstall(getScriptProject()); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelElement.getScriptProject()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[106] .getEnvironment(getScriptProject()); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelElement.getScriptProject()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[109] ExternalEntryFile storage = new ExternalEntryFile( ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExternalEntryFile' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[109] ExternalEntryFile storage = new ExternalEntryFile( ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExternalEntryFile' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[109] ExternalEntryFile storage = new ExternalEntryFile( ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ExternalEntryFile(IFileHandle)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[111] ExternalSourceModule module = new TclPackageSourceModule( ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExternalSourceModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[113] DefaultWorkingCopyOwner.PRIMARY, storage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultWorkingCopyOwner' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[113] DefaultWorkingCopyOwner.PRIMARY, storage); ^^^^^^^ Discouraged access: The field 'DefaultWorkingCopyOwner.PRIMARY' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[117] info.setChildren(vChildren.toArray(new IModelElement[vChildren ^^^^^^^^^^^ Discouraged access: The method 'ModelElementInfo.setChildren(IModelElement[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[124] return JEM_USER_ELEMENT; ^^^^^^^^^^^^^^^^ Discouraged access: The field 'ModelElement.JEM_USER_ELEMENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[128] MementoTokenizer memento, WorkingCopyOwner owner) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'MementoTokenizer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[130] case JEM_SOURCEMODULE: ^^^^^^^^^^^^^^^^ Discouraged access: The field 'ModelElement.JEM_SOURCEMODULE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[131] if (!memento.hasMoreTokens()) ^^^^^^^^^^^^^ Discouraged access: The method 'MementoTokenizer.hasMoreTokens()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[133] String classFileName = memento.nextToken(); ^^^^^^^^^ Discouraged access: The method 'MementoTokenizer.nextToken()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[134] ModelElement classFile = (ModelElement) getSourceModule(classFileName); ^^^^^^^^^^^^ Discouraged access: The type 'ModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[134] ModelElement classFile = (ModelElement) getSourceModule(classFileName); ^^^^^^^^^^^^ Discouraged access: The type 'ModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[135] return classFile.getHandleFromMemento(memento, owner); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelElement.getHandleFromMemento(MementoTokenizer, WorkingCopyOwner)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[136] case JEM_USER_ELEMENT: ^^^^^^^^^^^^^^^^ Discouraged access: The field 'ModelElement.JEM_USER_ELEMENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[137] return MementoModelElementUtil.getHandleFromMemento(memento, this, ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MementoModelElementUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[137] return MementoModelElementUtil.getHandleFromMemento(memento, this, ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'MementoModelElementUtil.getHandleFromMemento(MementoTokenizer, IParent, WorkingCopyOwner)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[144] Object elementInfo = getElementInfo(); ^^^^^^^^^^^^^^ Discouraged access: The method 'ModelElement.getElementInfo()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[145] if (!(elementInfo instanceof ScriptFolderInfo)) ^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptFolderInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[147] ScriptFolderInfo scriptElementInfo = (ScriptFolderInfo) elementInfo; ^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptFolderInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[147] ScriptFolderInfo scriptElementInfo = (ScriptFolderInfo) elementInfo; ^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptFolderInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[148] return scriptElementInfo.containsScriptResources(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScriptFolderInfo.containsScriptResources()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[152] return getChildren().length > 0; ^^^^^^^^^^^ Discouraged access: The method 'ModelElement.getChildren()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[159] IModelElement modelElements[] = this.getChildren(); ^^^^^^^^^^^ Discouraged access: The method 'ModelElement.getChildren()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[162] if (element instanceof ModelElement) { ^^^^^^^^^^^^ Discouraged access: The type 'ModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[163] ((ModelElement) element).printNode(output); ^^^^^^^^^^^^ Discouraged access: The type 'ModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[163] ((ModelElement) element).printNode(output); ^^^^^^^^^ Discouraged access: The method 'ModelElement.printNode(CorePrinter)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[180] return ModelElementInfo.NO_NON_SCRIPT_RESOURCES; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelElementInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[180] return ModelElementInfo.NO_NON_SCRIPT_RESOURCES; ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'ModelElementInfo.NO_NON_SCRIPT_RESOURCES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[188] List list = getChildrenOfType(SOURCE_MODULE); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelElement.getChildrenOfType(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[203] return getParent().getPath().append( ^^^^^^^^^ Discouraged access: The method 'ModelElement.getParent()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackageElement.java:[228] children = getChildren(); ^^^^^^^^^^^ Discouraged access: The method 'ModelElement.getChildren()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/parser/processors/tcl/TclProcProcessor.java:[58] List arguments = null; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/parser/processors/tcl/TclProcProcessor.java:[60] List/* < Statement > */st = null; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/parser/processors/tcl/TclProcProcessor.java:[67] arguments = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/parser/processors/tcl/TclProcProcessor.java:[70] arguments.add(a); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesSourceModule.java:[22] import org.eclipse.dltk.internal.core.ExternalSourceModule; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExternalSourceModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesSourceModule.java:[23] import org.eclipse.dltk.internal.core.ModelElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesSourceModule.java:[24] import org.eclipse.dltk.internal.core.ModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesSourceModule.java:[25] import org.eclipse.dltk.internal.core.util.Util; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesSourceModule.java:[36] public class TclSourcesSourceModule extends ExternalSourceModule { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExternalSourceModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesSourceModule.java:[39] public TclSourcesSourceModule(ModelElement parent, String name, ^^^^^^^^^^^^ Discouraged access: The type 'ModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesSourceModule.java:[41] super(parent, name, owner, storage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ExternalSourceModule(ModelElement, String, WorkingCopyOwner, IStorage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesSourceModule.java:[46] IPath parentPath = getParent().getPath(); ^^^^^^^^^ Discouraged access: The method 'ModelElement.getParent()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesSourceModule.java:[51] return getStorage().getFullPath(); ^^^^^^^^^^ Discouraged access: The method 'ExternalSourceModule.getStorage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesSourceModule.java:[57] return EnvironmentPathUtils.getFullPath(environment, getStorage() ^^^^^^^^^^ Discouraged access: The method 'ExternalSourceModule.getStorage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesSourceModule.java:[60] return getStorage().getFullPath(); ^^^^^^^^^^ Discouraged access: The method 'ExternalSourceModule.getStorage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesSourceModule.java:[83] final IScriptProject scriptProject = getScriptProject(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelElement.getScriptProject()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesSourceModule.java:[91] EList corrections = tclModuleInfo ^^^^^^^^^^^ The value of the local variable corrections is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesSourceModule.java:[110] ModelManager.getModelManager().getDeltaProcessor() ^^^^^^^^^^^^ Discouraged access: The type 'ModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesSourceModule.java:[110] ModelManager.getModelManager().getDeltaProcessor() ^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelManager.getModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesSourceModule.java:[110] ModelManager.getModelManager().getDeltaProcessor() ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelManager.getDeltaProcessor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesSourceModule.java:[111] .checkExternalChanges( ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DeltaProcessor.checkExternalChanges(IModelElement[], IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesSourceModule.java:[112] new IModelElement[] { getScriptProject() }, ^^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelElement.getScriptProject()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesSourceModule.java:[124] return super.getElementName(); ^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractSourceModule.getElementName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesSourceModule.java:[128] if (this.parent == null) ^^^^^^ Discouraged access: The field 'ModelElement.parent' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesSourceModule.java:[129] return super.hashCode(); ^^^^^^^^ Discouraged access: The method 'ModelElement.hashCode()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesSourceModule.java:[130] return Util.combineHashCodes(super.getElementName().hashCode(), ^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesSourceModule.java:[130] return Util.combineHashCodes(super.getElementName().hashCode(), ^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.combineHashCodes(int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesSourceModule.java:[130] return Util.combineHashCodes(super.getElementName().hashCode(), ^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractSourceModule.getElementName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesSourceModule.java:[131] this.parent.hashCode()); ^^^^^^ Discouraged access: The field 'ModelElement.parent' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesSourceModule.java:[131] this.parent.hashCode()); ^^^^^^^^ Discouraged access: The method 'ModelElement.hashCode()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclCheckContentExclude.java:[15] import org.eclipse.core.runtime.Preferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclCheckContentExclude.java:[16] import org.eclipse.core.runtime.Preferences.IPropertyChangeListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences.IPropertyChangeListener is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclCheckContentExclude.java:[17] import org.eclipse.core.runtime.Preferences.PropertyChangeEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclCheckContentExclude.java:[20] public class TclCheckContentExclude implements IPropertyChangeListener { ^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences.IPropertyChangeListener is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclCheckContentExclude.java:[28] final Preferences prefs = TclPlugin.getDefault() ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclCheckContentExclude.java:[29] .getPluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclCheckContentExclude.java:[31] .getString(TclCorePreferences.CHECK_CONTENT_EXCLUDES)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getString(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclCheckContentExclude.java:[32] prefs.addPropertyChangeListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addPropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclCheckContentExclude.java:[119] public void propertyChange(PropertyChangeEvent event) { ^^^^^^^^^^^^^^^^^^^ The type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclCheckContentExclude.java:[121] .getProperty())) { ^^^^^^^^^^^^^ The method getProperty() from the type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclCheckContentExclude.java:[123] initPatterns((String) event.getNewValue()); ^^^^^^^^^^^^^ The method getNewValue() from the type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[54] List statements = moduleDeclaration.getStatements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[55] List elements = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[55] List elements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[56] searchAddElementsTo(statements, node, sourceModule, elements); ^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[68] public void searchAddElementsTo(List statements, final ASTNode node, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[73] Iterator i = statements.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[157] List stats = ((TypeDeclaration) nde).getStatements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[172] List statements2 = findExtractBlocks(nde); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[282] List selectionElements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[330] List stats = ((MethodDeclaration) nde).getStatements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[331] searchAddElementsTo(stats, node, (IParent) e, selectionElements); ^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[335] public static List findExtractBlocks(ASTNode node) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[336] final List statements2 = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[336] final List statements2 = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[341] statements2.addAll(((Block) s).getStatements()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[356] public static List processReferenceModules(List packages, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[356] public static List processReferenceModules(List packages, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[358] Set allModules = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[358] Set allModules = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[359] List orderedModules = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[359] List orderedModules = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[388] List required = packages; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[391] for (Iterator iterator2 = required.iterator(); iterator2.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[408] if (allModules.add(child)) { ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[409] orderedModules.add(child); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[419] if (allModules.add(modules[i])) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[420] orderedModules.add(modules[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[441] Map similars = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[441] Map similars = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[448] List similar = (List) similars.get(fullyQualifiedName); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[448] List similar = (List) similars.get(fullyQualifiedName); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[449] similar.add(element); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[451] List similar = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[451] List similar = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[452] similar.add(element); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[453] similars.put(fullyQualifiedName, similar); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[457] List result = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[457] List result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[458] List allModules = null; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[460] for (Iterator iterator = similars.values().iterator(); iterator ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[462] List similar = (List) iterator.next(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[462] List similar = (List) iterator.next(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[465] result.add(similar.get(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[470] List directives = packageCollector.getRequireDirectives(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[472] List required = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[472] List required = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[473] for (Iterator iterator2 = directives.iterator(); iterator2 ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[477] required.add(decl.getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[485] for (Iterator iterator2 = similar.iterator(); iterator2 ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[502] result.addAll(similar); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[504] result.add(similar.get(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[507] result.add(found); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/codeassist/TclResolver.java:[513] return (IModelElement[]) result .toArray(new IModelElement[result.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/ast/expressions/TclExecuteExpression.java:[42] List statements = this.parseExpression(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/ast/expressions/TclExecuteExpression.java:[57] public List parseExpression() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/ast/expressions/TclExecuteExpression.java:[61] public List parseExpression(int startFrom) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/ast/expressions/TclExecuteExpression.java:[71] return new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackagesModelProvider.java:[15] import org.eclipse.dltk.internal.core.ScriptProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackagesModelProvider.java:[29] public void provideModelChanges(IModelElement parentElement, List children) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackagesModelProvider.java:[31] ScriptProject project = (ScriptProject) parentElement; ^^^^^^^^^^^^^ Discouraged access: The type 'ScriptProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackagesModelProvider.java:[31] ScriptProject project = (ScriptProject) parentElement; ^^^^^^^^^^^^^ Discouraged access: The type 'ScriptProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackagesModelProvider.java:[34] (ScriptProject) parentElement); ^^^^^^^^^^^^^ Discouraged access: The type 'ScriptProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackagesModelProvider.java:[36] children.add(fragment); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackagesModelProvider.java:[60] (ScriptProject) parentElement, packageName.getName()); ^^^^^^^^^^^^^ Discouraged access: The type 'ScriptProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/packages/TclPackagesModelProvider.java:[62] children.add(pfragment); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/TclSourceElementRequestVisitor.java:[348] List exprs = expr.parseExpression(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/TclSourceElementRequestVisitor.java:[358] List exprs = expr.getStatements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/TclSourceElementRequestVisitor.java:[518] List arguments = method.getArguments(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/NewTclSourceParser.java:[18] import org.eclipse.dltk.ast.parser.ISourceParserExtension; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ISourceParserExtension is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/NewTclSourceParser.java:[60] ITclParser, ISourceParser, ISourceParserExtension, ITclSourceParser { ^^^^^^^^^^^^^^^^^^^^^^ The type ISourceParserExtension is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/NewTclSourceParser.java:[173] List stats = s.getStatements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/NewTclSourceParser.java:[179] private void processStatements(ASTNode s, List stats) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/NewTclSourceParser.java:[181] stats); ^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/NewTclSourceParser.java:[188] stats.add(node); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/NewTclSourceParser.java:[196] List stats = s.getStatements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/NewTclSourceParser.java:[206] List stats = bl.getStatements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/NewTclSourceParser.java:[213] List stats = ex.getStatements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/parser/NewTclSourceParser.java:[407] collector.reportAll(problemReporter, tracker); ^^^^^^^^^ Potential null pointer access: The variable collector may be null at this location [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/sources/TclSourcesFragment.java:[70] IProgressMonitor pm, Map newElements, IResource underlyingResource) ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/ast/expressions/TclBlockExpression.java:[75] public List parseBlockSimple() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/ast/expressions/TclBlockExpression.java:[79] public List parseBlockSimple(boolean useProcessors) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/search/TclCallProcessor.java:[38] public Map process(final IModelElement parent, IModelElement element, ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/search/TclCallProcessor.java:[40] final Map elements = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/search/TclCallProcessor.java:[40] final Map elements = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/search/TclCallProcessor.java:[65] elements.put(ref, member); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/structure/TclModelProblem.java:[23] private final Node location; ^^^^^^^^ The value of the field TclModelProblem.location is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/search/mixin/TclMixinBuildVisitor.java:[56] public String getKeyFromLevels(List nodes) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/search/mixin/TclMixinBuildVisitor.java:[57] return TclParseUtil.getElementFQN(nodes, ^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/search/mixin/TclMixinBuildVisitor.java:[126] List levels = TclParseUtil.findLevelsTo( ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/search/mixin/TclMixinBuildVisitor.java:[162] List levels = TclParseUtil.findLevelsTo(this.moduleDeclaration, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/internal/core/search/mixin/TclMixinBuildVisitor.java:[165] .getElementFQN(levels, ^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List 560 problems (560 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.tcl.core --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.tcl.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.tcl.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.tcl.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.tcl.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.core --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/target/org.eclipse.dltk.tcl.core-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.core --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/target/org.eclipse.dltk.tcl.core-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.tcl.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/target/org.eclipse.dltk.tcl.core-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/target/org.eclipse.dltk.tcl.core-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.tcl.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.tcl.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.tcl.core --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.tcl.core --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/target/org.eclipse.dltk.tcl.core-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.core/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.core-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.core/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.core-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/target/org.eclipse.dltk.tcl.core-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.core/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.core-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.core/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.core-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.core/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.core-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.tcl.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ----------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.debug >----------- [INFO] Building org.eclipse.dltk.tcl.debug 6.3.0-SNAPSHOT [53/92] [INFO] from ../org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.tcl.debug --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.debug --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.debug --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.debug --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.debug --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.tcl.debug --- [INFO] Resolving class path of org.eclipse.dltk.tcl.debug... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.tcl.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.tcl.debug --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/src/org/eclipse/dltk/tcl/internal/debug/TclDebugPlugin.java:[68] savePluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^^ The method savePluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/src/org/eclipse/dltk/tcl/internal/debug/TclHotCodeReplaceProvider.java:[67] final char[] input = org.eclipse.dltk.internal.core.util.Util ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/src/org/eclipse/dltk/tcl/internal/debug/TclHotCodeReplaceProvider.java:[68] .getResourceContentsAsCharArray((IFile) resource); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/src/org/eclipse/dltk/tcl/internal/debug/TclDebugPreferenceInitializer.java:[3] import org.eclipse.core.runtime.Preferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/src/org/eclipse/dltk/tcl/internal/debug/TclDebugPreferenceInitializer.java:[13] Preferences store = TclDebugPlugin.getDefault().getPluginPreferences(); ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/src/org/eclipse/dltk/tcl/internal/debug/TclDebugPreferenceInitializer.java:[13] Preferences store = TclDebugPlugin.getDefault().getPluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/src/org/eclipse/dltk/tcl/internal/debug/TclDebugPreferenceInitializer.java:[15] store.setDefault(TclDebugConstants.DEBUGGING_ENGINE_ID_KEY, Util.EMPTY_STRING); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/src/org/eclipse/dltk/tcl/internal/debug/TclDebugPreferenceInitializer.java:[18] store.setDefault( DLTKDebugPreferenceConstants.PREF_DBGP_BREAK_ON_FIRST_LINE, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, boolean) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/src/org/eclipse/dltk/tcl/internal/debug/TclDebugPreferenceInitializer.java:[21] store.setDefault(DLTKDebugPreferenceConstants.PREF_DBGP_ENABLE_LOGGING, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, boolean) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/src/org/eclipse/dltk/tcl/internal/debug/TclDebugPreferenceInitializer.java:[23] store.setDefault( TclDebugConstants.DEBUG_STREAM_FILTER_COMMAND_RENAME_WARNING, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, boolean) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/src/org/eclipse/dltk/tcl/internal/debug/TclDebugPreferenceInitializer.java:[27] store.setDefault( DLTKDebugPreferenceConstants.PREF_DBGP_SHOW_SCOPE_GLOBAL, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, boolean) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/src/org/eclipse/dltk/tcl/internal/debug/TclDebugPreferenceInitializer.java:[29] store.setDefault( DLTKDebugPreferenceConstants.PREF_DBGP_SHOW_SCOPE_CLASS, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, boolean) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/src/org/eclipse/dltk/tcl/internal/debug/TclDebugPreferenceInitializer.java:[31] store.setDefault( DLTKDebugPreferenceConstants.PREF_DBGP_SHOW_SCOPE_LOCAL, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, boolean) from the type Preferences is deprecated 13 problems (13 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.tcl.debug --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.tcl.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.tcl.debug --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.tcl.debug --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.tcl.debug --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/target/org.eclipse.dltk.tcl.debug-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/target/org.eclipse.dltk.tcl.debug-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.debug --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.tcl.debug --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/target/org.eclipse.dltk.tcl.debug-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/target/org.eclipse.dltk.tcl.debug-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.tcl.debug --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.tcl.debug --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.tcl.debug --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.tcl.debug --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/target/org.eclipse.dltk.tcl.debug-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.debug/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.debug-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.debug/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.debug-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/target/org.eclipse.dltk.tcl.debug-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.debug/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.debug-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.debug/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.debug-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.debug/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.debug-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.tcl.debug --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.launching >--------- [INFO] Building org.eclipse.dltk.tcl.launching 6.3.0-SNAPSHOT [54/92] [INFO] from ../org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.tcl.launching --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.launching --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.launching --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.launching --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.launching --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.tcl.launching --- [INFO] Resolving class path of org.eclipse.dltk.tcl.launching... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.tcl.launching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.tcl.launching --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/src/org/eclipse/dltk/tcl/internal/launching/GenericTclInstallType.java:[23] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/src/org/eclipse/dltk/tcl/internal/launching/GenericTclInstallType.java:[151] SubProgressMonitor sm = new SubProgressMonitor(monitor, 70); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/src/org/eclipse/dltk/tcl/internal/launching/GenericTclInstallType.java:[151] SubProgressMonitor sm = new SubProgressMonitor(monitor, 70); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/src/org/eclipse/dltk/tcl/internal/launching/GenericTclInstallType.java:[151] SubProgressMonitor sm = new SubProgressMonitor(monitor, 70); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/src/org/eclipse/dltk/tcl/internal/launching/GenericTclInstallType.java:[152] sm.beginTask("Running validation script", IProgressMonitor.UNKNOWN); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method beginTask(String, int) from the type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/src/org/eclipse/dltk/tcl/internal/launching/GenericTclInstallType.java:[153] sm.done(); ^^^^^^ The method done() from the type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/src/org/eclipse/dltk/tcl/internal/launching/GenericTclInstall.java:[23] import org.eclipse.dltk.internal.core.ModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/src/org/eclipse/dltk/tcl/internal/launching/GenericTclInstall.java:[49] final IContentCache cache = ModelManager.getModelManager().getCoreCache(); ^^^^^^^^^^^^ Discouraged access: The type 'ModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/src/org/eclipse/dltk/tcl/internal/launching/GenericTclInstall.java:[49] final IContentCache cache = ModelManager.getModelManager().getCoreCache(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelManager.getModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/src/org/eclipse/dltk/tcl/internal/launching/GenericTclInstall.java:[49] final IContentCache cache = ModelManager.getModelManager().getCoreCache(); ^^^^^^^^^^^^ Discouraged access: The method 'ModelManager.getCoreCache()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') 10 problems (10 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.tcl.launching --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.tcl.launching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.tcl.launching --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.tcl.launching --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.tcl.launching --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.launching --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/target/org.eclipse.dltk.tcl.launching-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.launching --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/target/org.eclipse.dltk.tcl.launching-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.launching --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.tcl.launching --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/target/org.eclipse.dltk.tcl.launching-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/target/org.eclipse.dltk.tcl.launching-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.tcl.launching --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.tcl.launching --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.tcl.launching --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.tcl.launching --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/target/org.eclipse.dltk.tcl.launching-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.launching/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.launching-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.launching/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.launching-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/target/org.eclipse.dltk.tcl.launching-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.launching/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.launching-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.launching/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.launching-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.launching/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.launching-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.tcl.launching --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ------------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.ui >------------ [INFO] Building org.eclipse.dltk.tcl.ui 6.3.0-SNAPSHOT [55/92] [INFO] from ../org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.tcl.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.ui --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.tcl.ui --- [INFO] Resolving class path of org.eclipse.dltk.tcl.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.tcl.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.tcl.ui --- [INFO] Compiling 153 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/wizards/TclProjectTemplateEntry.java:[15] import org.eclipse.dltk.internal.ui.wizards.dialogfields.SelectionButtonDialogField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SelectionButtonDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/wizards/TclProjectTemplateEntry.java:[23] final SelectionButtonDialogField fLinkRadio; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SelectionButtonDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/wizards/TclProjectTemplateEntry.java:[32] fLinkRadio = new SelectionButtonDialogField(SWT.RADIO); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SelectionButtonDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/wizards/TclProjectTemplateEntry.java:[32] fLinkRadio = new SelectionButtonDialogField(SWT.RADIO); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SelectionButtonDialogField(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/wizards/TclProjectTemplateEntry.java:[33] fLinkRadio.setLabelText(name); ^^^^^^^^^^^^ Discouraged access: The method 'SelectionButtonDialogField.setLabelText(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/wizards/TclProjectTemplateEntry.java:[40] fLinkRadio.doFillIntoGrid(group, numColumns); ^^^^^^^^^^^^^^ Discouraged access: The method 'SelectionButtonDialogField.doFillIntoGrid(Composite, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/wizards/TclProjectTemplateEntry.java:[44] return fLinkRadio.isSelected(); ^^^^^^^^^^ Discouraged access: The method 'SelectionButtonDialogField.isSelected()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/TclCodeTemplateAccess.java:[23] import org.eclipse.jface.text.templates.ContextTypeRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/TclCodeTemplateAccess.java:[40] protected ContextTypeRegistry createContextTypeRegistry() { ^^^^^^^^^^^^^^^^^^^ The type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/TclCodeTemplateAccess.java:[52] .contextTypes(); ^^^^^^^^^^^^^^ The method contextTypes() from the type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/TclSourceMarkerResolution.java:[17] import org.eclipse.dltk.internal.core.ModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/TclSourceMarkerResolution.java:[156] ModelManager.getModelManager().getDeltaProcessor() ^^^^^^^^^^^^ Discouraged access: The type 'ModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/TclSourceMarkerResolution.java:[156] ModelManager.getModelManager().getDeltaProcessor() ^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelManager.getModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/TclSourceMarkerResolution.java:[156] ModelManager.getModelManager().getDeltaProcessor() ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelManager.getDeltaProcessor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/TclSourceMarkerResolution.java:[157] .checkExternalChanges(new IModelElement[] { project }, ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DeltaProcessor.checkExternalChanges(IModelElement[], IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/PackagesSourcesHover.java:[16] import org.eclipse.dltk.internal.ui.text.hover.AbstractScriptEditorTextHover; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractScriptEditorTextHover' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/PackagesSourcesHover.java:[36] public class PackagesSourcesHover extends AbstractScriptEditorTextHover { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractScriptEditorTextHover' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/PackagesSourcesHover.java:[40] .getEditorInputModelElement(this.getEditor(), false); ^^^^^^^^^ Discouraged access: The method 'AbstractScriptEditorTextHover.getEditor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/TclSourceViewerConfiguration.java:[15] import org.eclipse.dltk.internal.ui.text.ScriptElementProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptElementProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/TclSourceViewerConfiguration.java:[89] IInformationProvider provider = new ScriptElementProvider(getEditor(), ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptElementProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/TclSourceViewerConfiguration.java:[89] IInformationProvider provider = new ScriptElementProvider(getEditor(), ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ScriptElementProvider(IEditorPart, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/browsing/TclProjectAndSourceFolderContentProvider.java:[39] return NO_CHILDREN; ^^^^^^^^^^^ Discouraged access: The field 'StandardModelElementContentProvider.NO_CHILDREN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/browsing/TclProjectAndSourceFolderContentProvider.java:[46] if (!isProjectProjectFragment(root)) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'StandardModelElementContentProvider.isProjectProjectFragment(IProjectFragment)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclEnvironmentPropertyPage.java:[15] import org.eclipse.dltk.internal.core.search.ProjectIndexerManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectIndexerManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclEnvironmentPropertyPage.java:[44] ProjectIndexerManager.indexProject(project); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectIndexerManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclEnvironmentPropertyPage.java:[44] ProjectIndexerManager.indexProject(project); ^^^^^^^^^^^^ Discouraged access: The method 'ProjectIndexerManager.indexProject(IProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCheckContentExcludeInputDialog.java:[19] import org.eclipse.dltk.internal.ui.wizards.dialogfields.DialogField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCheckContentExcludeInputDialog.java:[20] import org.eclipse.dltk.internal.ui.wizards.dialogfields.IDialogFieldListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IDialogFieldListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCheckContentExcludeInputDialog.java:[21] import org.eclipse.dltk.internal.ui.wizards.dialogfields.LayoutUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LayoutUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCheckContentExcludeInputDialog.java:[22] import org.eclipse.dltk.internal.ui.wizards.dialogfields.StringDialogField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StringDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCheckContentExcludeInputDialog.java:[32] implements IDialogFieldListener { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IDialogFieldListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCheckContentExcludeInputDialog.java:[34] private StringDialogField fPatternDialogField; ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StringDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCheckContentExcludeInputDialog.java:[36] private final List fExistingNames; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCheckContentExcludeInputDialog.java:[39] List existingEntries) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCheckContentExcludeInputDialog.java:[49] fPatternDialogField = new StringDialogField(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StringDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCheckContentExcludeInputDialog.java:[49] fPatternDialogField = new StringDialogField(); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'StringDialogField()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCheckContentExcludeInputDialog.java:[50] fPatternDialogField.setLabelText( ^^^^^^^^^^^^ Discouraged access: The method 'DialogField.setLabelText(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCheckContentExcludeInputDialog.java:[52] fPatternDialogField.setDialogFieldListener(this); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DialogField.setDialogFieldListener(IDialogFieldListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCheckContentExcludeInputDialog.java:[53] fPatternDialogField.setText(input != null ? input : Util.EMPTY_STRING); ^^^^^^^ Discouraged access: The method 'StringDialogField.setText(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCheckContentExcludeInputDialog.java:[57] return fPatternDialogField.getText().trim(); ^^^^^^^ Discouraged access: The method 'StringDialogField.getText()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCheckContentExcludeInputDialog.java:[69] fPatternDialogField.doFillIntoGrid(inner, 2); ^^^^^^^^^^^^^^ Discouraged access: The method 'StringDialogField.doFillIntoGrid(Composite, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCheckContentExcludeInputDialog.java:[70] LayoutUtil.setHorizontalGrabbing( ^^^^^^^^^^ Discouraged access: The type 'LayoutUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCheckContentExcludeInputDialog.java:[70] LayoutUtil.setHorizontalGrabbing( ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'LayoutUtil.setHorizontalGrabbing(Control)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCheckContentExcludeInputDialog.java:[71] fPatternDialogField.getTextControl(null)); ^^^^^^^^^^^^^^ Discouraged access: The method 'StringDialogField.getTextControl(Composite)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCheckContentExcludeInputDialog.java:[72] LayoutUtil.setWidthHint(fPatternDialogField.getTextControl(null), ^^^^^^^^^^ Discouraged access: The type 'LayoutUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCheckContentExcludeInputDialog.java:[72] LayoutUtil.setWidthHint(fPatternDialogField.getTextControl(null), ^^^^^^^^^^^^ Discouraged access: The method 'LayoutUtil.setWidthHint(Control, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCheckContentExcludeInputDialog.java:[72] LayoutUtil.setWidthHint(fPatternDialogField.getTextControl(null), ^^^^^^^^^^^^^^ Discouraged access: The method 'StringDialogField.getTextControl(Composite)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCheckContentExcludeInputDialog.java:[74] fPatternDialogField.postSetFocusOnDialogField(parent.getDisplay()); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DialogField.postSetFocusOnDialogField(Display)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCheckContentExcludeInputDialog.java:[81] String newText = fPatternDialogField.getText(); ^^^^^^^ Discouraged access: The method 'StringDialogField.getText()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCheckContentExcludeInputDialog.java:[103] public void dialogFieldChanged(DialogField field) { ^^^^^^^^^^^ Discouraged access: The type 'DialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/wizards/TclProjectWizardFirstPage.java:[18] import org.eclipse.dltk.internal.ui.wizards.dialogfields.DialogField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/wizards/TclProjectWizardFirstPage.java:[19] import org.eclipse.dltk.internal.ui.wizards.dialogfields.SelectionButtonDialogField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SelectionButtonDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/wizards/TclProjectWizardFirstPage.java:[61] entry.fLinkRadio.setDialogFieldListener(this); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DialogField.setDialogFieldListener(IDialogFieldListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/wizards/TclProjectWizardFirstPage.java:[76] protected boolean isModeField(DialogField field, int kind) { ^^^^^^^^^^^ Discouraged access: The type 'DialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/wizards/TclProjectWizardFirstPage.java:[97] fWorkspaceRadio.setSelection(IProjectWizardState.MODE_WORKSPACE ^^^^^^^^^^^^ Discouraged access: The method 'SelectionButtonDialogField.setSelection(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/wizards/TclProjectWizardFirstPage.java:[99] fExternalRadio.setSelection(IProjectWizardState.MODE_EXTERNAL ^^^^^^^^^^^^ Discouraged access: The method 'SelectionButtonDialogField.setSelection(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/wizards/TclProjectWizardFirstPage.java:[102] entry.fLinkRadio.setSelection(entry.id.equals(mode)); ^^^^^^^^^^^^ Discouraged access: The method 'SelectionButtonDialogField.setSelection(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/wizards/TclProjectWizardFirstPage.java:[108] fLocation.setText(state.getExternalLocation()); ^^^^^^^ Discouraged access: The method 'StringDialogField.setText(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/wizards/TclProjectWizardFirstPage.java:[124] private void setTooltip(SelectionButtonDialogField radio, String tooltip) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SelectionButtonDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/wizards/TclProjectWizardFirstPage.java:[125] radio.getSelectionButton().setToolTipText(tooltip); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SelectionButtonDialogField.getSelectionButton()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/TclModelLabelProvider.java:[38] return module.getElementName() + " (" ^^^^^^^^^^^^^^ Discouraged access: The method 'AbstractSourceModule.getElementName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/TclModelLabelProvider.java:[39] + module.getStorage().getFullPath().toString() + ")"; ^^^^^^^^^^ Discouraged access: The method 'ExternalSourceModule.getStorage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/TclModelLabelProvider.java:[43] .getEnvironment(module.getScriptProject()); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelElement.getScriptProject()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/browsing/TclProjectsView.java:[16] import org.eclipse.dltk.ui.viewsupport.DecoratingModelLabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DecoratingModelLabelProvider is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/browsing/TclProjectsView.java:[23] protected DecoratingModelLabelProvider createDecoratingLabelProvider( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DecoratingModelLabelProvider is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[42] import org.eclipse.dltk.ui.text.folding.AbstractASTFoldingStructureProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AbstractASTFoldingStructureProvider is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[54] extends AbstractASTFoldingStructureProvider { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AbstractASTFoldingStructureProvider is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[58] private List fBlockIncludeList = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[58] private List fBlockIncludeList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[59] private List fBlockExcludeList = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[59] private List fBlockExcludeList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[71] protected CodeBlock[] getCodeBlocks(String code, int offset) { ^^^^^^^^^ The type AbstractASTFoldingStructureProvider.CodeBlock is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[76] ModuleDeclaration md = parse(code, offset); ^^^^^^^^^^^^^^^^^^^ The method parse(String, int) from the type AbstractASTFoldingStructureProvider is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[79] return new CodeBlock[0]; ^^^^^^^^^ The type AbstractASTFoldingStructureProvider.CodeBlock is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[82] List result = new ArrayList<>(); ^^^^^^^^^ The type AbstractASTFoldingStructureProvider.CodeBlock is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[85] return result.toArray(new CodeBlock[result.size()]); ^^^^^^^^^ The type AbstractASTFoldingStructureProvider.CodeBlock is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[88] private void checkStatement(String code, int offset, List result, ^^^^^^^^^ The type AbstractASTFoldingStructureProvider.CodeBlock is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[92] result.add(new CodeBlock(statement, ^^^^^^^^^ The type AbstractASTFoldingStructureProvider.CodeBlock is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[92] result.add(new CodeBlock(statement, new Region(offset + statement.sourceStart(), statement.sourceEnd() - statement.sourceStart()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor AbstractASTFoldingStructureProvider.CodeBlock(ASTNode, IRegion) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[104] CodeBlock[] cb = getCodeBlocks(newContents, ^^^^^^^^^ The type AbstractASTFoldingStructureProvider.CodeBlock is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[123] private void traverse(List result, List statements, ^^^^^^^^^ The type AbstractASTFoldingStructureProvider.CodeBlock is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[169] result.add(new CodeBlock( ^^^^^^^^^ The type AbstractASTFoldingStructureProvider.CodeBlock is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[169] result.add(new CodeBlock( new TclFoldBlock((Block) child), new Region(offset + child.sourceStart(), child.sourceEnd() - child.sourceStart()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor AbstractASTFoldingStructureProvider.CodeBlock(ASTNode, IRegion) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[201] result.add(new CodeBlock(node, ^^^^^^^^^ The type AbstractASTFoldingStructureProvider.CodeBlock is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[201] result.add(new CodeBlock(node, new Region(offset + node.sourceStart(), node.sourceEnd() - node.sourceStart()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor AbstractASTFoldingStructureProvider.CodeBlock(ASTNode, IRegion) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[243] super.initializePreferences(store); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method initializePreferences(IPreferenceStore) from the type AbstractASTFoldingStructureProvider is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[286] return fInitCollapseClasses; ^^^^^^^^^^^^^^^^^^^^ The field AbstractASTFoldingStructureProvider.fInitCollapseClasses is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[294] return super.initiallyCollapse(s); ^^^^^^^^^^^^^^^^^^^^ The method initiallyCollapse(ASTNode) from the type AbstractASTFoldingStructureProvider is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[362] if (isMultilineRegion(d, header)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isMultilineRegion(IDocument, IRegion) from the type AbstractASTFoldingStructureProvider is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[373] FoldingStructureComputationContext ctx) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AbstractASTFoldingStructureProvider.FoldingStructureComputationContext is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[374] final IRegion result = super.alignRegion(region, ctx); ^^^^^^^^^^^^^^^^^^^^^^^^ The method alignRegion(IRegion, AbstractASTFoldingStructureProvider.FoldingStructureComputationContext) from the type AbstractASTFoldingStructureProvider is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[384] FoldingStructureComputationContext ctx) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AbstractASTFoldingStructureProvider.FoldingStructureComputationContext is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[385] if (ctx.allowCollapsing()) { ^^^^^^^^^^^^^^^^^ The method allowCollapsing() from the type AbstractASTFoldingStructureProvider.FoldingStructureComputationContext is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[391] return isHeaderRegion(region, ctx) ? fInitCollapseHeaderComments ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field AbstractASTFoldingStructureProvider.fInitCollapseHeaderComments is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[392] : fInitCollapseComments; ^^^^^^^^^^^^^^^^^^^^^ The field AbstractASTFoldingStructureProvider.fInitCollapseComments is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[399] FoldingStructureComputationContext ctx) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AbstractASTFoldingStructureProvider.FoldingStructureComputationContext is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[403] return super.isHeaderRegion(region, ctx); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isHeaderRegion(IRegion, AbstractASTFoldingStructureProvider.FoldingStructureComputationContext) from the type AbstractASTFoldingStructureProvider is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingStructureProvider.java:[435] FoldingStructureComputationContext ctx) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AbstractASTFoldingStructureProvider.FoldingStructureComputationContext is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/ElementsView.java:[40] import org.eclipse.dltk.internal.core.ExternalScriptFolder; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExternalScriptFolder' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/ElementsView.java:[42] import org.eclipse.dltk.internal.ui.filters.IFilterElementNameProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IFilterElementNameProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/ElementsView.java:[85] implements IFilterElementNameProvider { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IFilterElementNameProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/ElementsView.java:[186] private List childs; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/ElementsView.java:[188] ElementList(String name, List childs) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/ElementsView.java:[230] public List getElements() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/ElementsView.java:[249] private Map elements = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/ElementsView.java:[249] private Map elements = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/ElementsView.java:[296] List result = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/ElementsView.java:[296] List result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/ElementsView.java:[297] Set keys = elements.keySet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/ElementsView.java:[298] Iterator i = keys.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/ElementsView.java:[304] result.add(o); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/ElementsView.java:[307] ElementList el = new ElementList((String) e, (List) o); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/ElementsView.java:[309] result.add(el); ^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/ElementsView.java:[360] List els = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/ElementsView.java:[360] List els = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/ElementsView.java:[361] els.add(o); ^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/ElementsView.java:[363] els.add(element); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/ElementsView.java:[365] elements.put(name, els); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/ElementsView.java:[367] List els = (List) o; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/ElementsView.java:[367] List els = (List) o; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/ElementsView.java:[369] els.add(element); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/ElementsView.java:[373] elements.put(name, element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/ElementsView.java:[388] List els = (List) o; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/ElementsView.java:[388] List els = (List) o; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/ElementsView.java:[450] && (element instanceof ExternalScriptFolder ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExternalScriptFolder' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/ElementsView.java:[597] List elements = el.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/PackageFilterAction.java:[32] import org.eclipse.dltk.internal.ui.filters.IFilterElementNameProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IFilterElementNameProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/PackageFilterAction.java:[124] if (viewer instanceof IFilterElementNameProvider) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IFilterElementNameProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/PackageFilterAction.java:[125] matchName = ((IFilterElementNameProvider) viewer) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IFilterElementNameProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/PackageFilterAction.java:[126] .getElementName(element); ^^^^^^^^^^^^^^ Discouraged access: The method 'IFilterElementNameProvider.getElementName(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/PackageFilterAction.java:[135] if (viewer instanceof IFilterElementNameProvider) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IFilterElementNameProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/PackageFilterAction.java:[136] matchName = ((IFilterElementNameProvider) viewer) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IFilterElementNameProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/navigation/PackageFilterAction.java:[137] .getElementName(modelElement); ^^^^^^^^^^^^^^ Discouraged access: The method 'IFilterElementNameProvider.getElementName(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/TclSourceCorrectionMarkerResolution.java:[12] import org.eclipse.dltk.internal.core.ModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/TclSourceCorrectionMarkerResolution.java:[78] ModelManager.getModelManager().getDeltaProcessor() ^^^^^^^^^^^^ Discouraged access: The type 'ModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/TclSourceCorrectionMarkerResolution.java:[78] ModelManager.getModelManager().getDeltaProcessor() ^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelManager.getModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/TclSourceCorrectionMarkerResolution.java:[78] ModelManager.getModelManager().getDeltaProcessor() ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelManager.getDeltaProcessor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/TclSourceCorrectionMarkerResolution.java:[79] .checkExternalChanges( ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DeltaProcessor.checkExternalChanges(IModelElement[], IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/TclRequirePackageCorrectionMarkerResolution.java:[19] import org.eclipse.dltk.internal.core.ModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/TclRequirePackageCorrectionMarkerResolution.java:[178] ModelManager.getModelManager().getDeltaProcessor() ^^^^^^^^^^^^ Discouraged access: The type 'ModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/TclRequirePackageCorrectionMarkerResolution.java:[178] ModelManager.getModelManager().getDeltaProcessor() ^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelManager.getModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/TclRequirePackageCorrectionMarkerResolution.java:[178] ModelManager.getModelManager().getDeltaProcessor() ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelManager.getDeltaProcessor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/TclRequirePackageCorrectionMarkerResolution.java:[179] .checkExternalChanges( ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DeltaProcessor.checkExternalChanges(IModelElement[], IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCorePreferencePage.java:[125] savePatterns((ListDialogField) field); ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCorePreferencePage.java:[128] public void loadPatterns(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCorePreferencePage.java:[138] field.setElements(elements); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setElements(Collection) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCorePreferencePage.java:[142] private void savePatterns(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCorePreferencePage.java:[290] private ListDialogField excludeDialog; ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCorePreferencePage.java:[293] private ListDialogField includeDialog; ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCorePreferencePage.java:[337] includeDialog = new ListDialogField(includeAdapter, buttons, ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/preferences/TclCorePreferencePage.java:[377] excludeDialog = new ListDialogField(excludeAdapter, buttons, ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/browsing/TclDecoratingModelLabelProvider.java:[18] import org.eclipse.dltk.ui.viewsupport.DecoratingModelLabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DecoratingModelLabelProvider is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/browsing/TclDecoratingModelLabelProvider.java:[22] extends DecoratingModelLabelProvider { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DecoratingModelLabelProvider is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/browsing/TclDecoratingModelLabelProvider.java:[29] super(labelProvider); ^^^^^^^^^^^^^^^^^^^^^ The constructor DecoratingModelLabelProvider(ScriptUILabelProvider) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/browsing/TclDecoratingModelLabelProvider.java:[37] final IModelElement[] children = fragment.getChildren(); ^^^^^^^^^^^ Discouraged access: The method 'ModelElement.getChildren()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/folding/TclFoldingPreferenceBlock.java:[257] fList.remove(fList.getList().getItems()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type String[] of the last argument to method remove(Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/text/completion/TclCompletionProposalCollector.java:[44] String name = proposal.getName(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code 157 problems (157 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.tcl.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.tcl.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.tcl.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.tcl.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.tcl.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/org.eclipse.dltk.tcl.ui-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/org.eclipse.dltk.tcl.ui-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.tcl.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/org.eclipse.dltk.tcl.ui-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/org.eclipse.dltk.tcl.ui-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.tcl.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.tcl.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.tcl.ui --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.tcl.ui --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/org.eclipse.dltk.tcl.ui-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.ui-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.ui-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/org.eclipse.dltk.tcl.ui-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.ui-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.ui-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.ui-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.tcl.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.validators >-------- [INFO] Building org.eclipse.dltk.tcl.validators 6.3.0-SNAPSHOT [56/92] [INFO] from ../org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.tcl.validators --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.validators --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.validators --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.validators --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.validators --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.tcl.validators --- [INFO] Resolving class path of org.eclipse.dltk.tcl.validators... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.tcl.validators --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.tcl.validators --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/src/org/eclipse/dltk/tcl/internal/validators/TclCheckBuildParticipant.java:[39] TclValidatorsCore.getDefault().getPluginPreferences()); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/src/org/eclipse/dltk/tcl/internal/validators/task/TclTodoParserFactory.java:[26] .getPluginPreferences()); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/src/org/eclipse/dltk/tcl/internal/validators/CheckPreferenceManager.java:[18] import org.eclipse.core.runtime.Preferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/src/org/eclipse/dltk/tcl/internal/validators/CheckPreferenceManager.java:[22] private Preferences preferences; ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/src/org/eclipse/dltk/tcl/internal/validators/CheckPreferenceManager.java:[22] private Preferences preferences; ^^^^^^^^^^^ The value of the field CheckPreferenceManager.preferences is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/src/org/eclipse/dltk/tcl/internal/validators/CheckPreferenceManager.java:[24] public CheckPreferenceManager(Preferences pluginPreferences) { ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/src/org/eclipse/dltk/tcl/internal/validators/TclBuildContext.java:[25] import org.eclipse.dltk.internal.core.ModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/src/org/eclipse/dltk/tcl/internal/validators/TclBuildContext.java:[86] IContentCache coreCache = ModelManager.getModelManager() ^^^^^^^^^^^^ Discouraged access: The type 'ModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/src/org/eclipse/dltk/tcl/internal/validators/TclBuildContext.java:[86] IContentCache coreCache = ModelManager.getModelManager() ^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelManager.getModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/src/org/eclipse/dltk/tcl/internal/validators/TclBuildContext.java:[87] .getCoreCache(); ^^^^^^^^^^^^ Discouraged access: The method 'ModelManager.getCoreCache()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/src/org/eclipse/dltk/tcl/internal/validators/packages/PackageRequireSourceAnalyser.java:[53] import org.eclipse.dltk.internal.core.ModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/src/org/eclipse/dltk/tcl/internal/validators/packages/PackageRequireSourceAnalyser.java:[93] final ISourceModule sourceModule; ^^^^^^^^^^^^ The value of the field PackageRequireSourceAnalyser.ModuleInfo.sourceModule is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/src/org/eclipse/dltk/tcl/internal/validators/packages/PackageRequireSourceAnalyser.java:[409] ModelManager.getModelManager().getDeltaProcessor() ^^^^^^^^^^^^ Discouraged access: The type 'ModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/src/org/eclipse/dltk/tcl/internal/validators/packages/PackageRequireSourceAnalyser.java:[409] ModelManager.getModelManager().getDeltaProcessor() ^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelManager.getModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/src/org/eclipse/dltk/tcl/internal/validators/packages/PackageRequireSourceAnalyser.java:[409] ModelManager.getModelManager().getDeltaProcessor() ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelManager.getDeltaProcessor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/src/org/eclipse/dltk/tcl/internal/validators/packages/PackageRequireSourceAnalyser.java:[410] .checkExternalChanges(new IModelElement[] { project }, ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DeltaProcessor.checkExternalChanges(IModelElement[], IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') 16 problems (16 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.tcl.validators --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.tcl.validators --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.tcl.validators --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.tcl.validators --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.tcl.validators --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.validators --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/target/org.eclipse.dltk.tcl.validators-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.validators --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/target/org.eclipse.dltk.tcl.validators-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.validators --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.tcl.validators --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/target/org.eclipse.dltk.tcl.validators-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/target/org.eclipse.dltk.tcl.validators-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.tcl.validators --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.tcl.validators --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.tcl.validators --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.tcl.validators --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/target/org.eclipse.dltk.tcl.validators-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.validators/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.validators-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.validators/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.validators-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/target/org.eclipse.dltk.tcl.validators-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.validators/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.validators-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.validators/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.validators-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.validators/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.validators-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.tcl.validators --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ---< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.activestatedebugger >---- [INFO] Building org.eclipse.dltk.tcl.activestatedebugger 6.3.0-SNAPSHOT [57/92] [INFO] from ../org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.tcl.activestatedebugger --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.activestatedebugger --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.activestatedebugger --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.activestatedebugger --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.activestatedebugger --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.tcl.activestatedebugger --- [INFO] Resolving class path of org.eclipse.dltk.tcl.activestatedebugger... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.tcl.activestatedebugger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.tcl.activestatedebugger --- [INFO] Compiling 64 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/InstrumentationContentProvider.java:[161] final IScriptFolder fragment, final Collection result) ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[19] import org.eclipse.dltk.internal.ui.wizards.dialogfields.CheckedListDialogField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CheckedListDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[20] import org.eclipse.dltk.internal.ui.wizards.dialogfields.DialogField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[21] import org.eclipse.dltk.internal.ui.wizards.dialogfields.IDialogFieldListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IDialogFieldListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[22] import org.eclipse.dltk.internal.ui.wizards.dialogfields.IListAdapter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IListAdapter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[23] import org.eclipse.dltk.internal.ui.wizards.dialogfields.LayoutUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LayoutUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[24] import org.eclipse.dltk.internal.ui.wizards.dialogfields.ListDialogField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ListDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[25] import org.eclipse.dltk.internal.ui.wizards.dialogfields.StringDialogField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StringDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[48] public class TclSpawnpointPreferenceBlock implements IListAdapter, ^^^^^^^^^^^^ Discouraged access: The type 'IListAdapter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[53] private final StringDialogField fNameDialogField; ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StringDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[65] fNameDialogField = new StringDialogField(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StringDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[65] fNameDialogField = new StringDialogField(); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'StringDialogField()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[67] .setLabelText(PreferenceMessages.Spawnpoint_InputDialog_commandLabel); ^^^^^^^^^^^^ Discouraged access: The method 'DialogField.setLabelText(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[68] fNameDialogField.setDialogFieldListener(new IDialogFieldListener() { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DialogField.setDialogFieldListener(IDialogFieldListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[68] fNameDialogField.setDialogFieldListener(new IDialogFieldListener() { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IDialogFieldListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[69] public void dialogFieldChanged(DialogField field) { ^^^^^^^^^^^ Discouraged access: The type 'DialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[73] fNameDialogField.setText(value != null ? value : Util.EMPTY_STRING); ^^^^^^^ Discouraged access: The method 'StringDialogField.setText(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[77] return fNameDialogField.getText().trim(); ^^^^^^^ Discouraged access: The method 'StringDialogField.getText()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[88] fNameDialogField.doFillIntoGrid(inner, 2); ^^^^^^^^^^^^^^ Discouraged access: The method 'StringDialogField.doFillIntoGrid(Composite, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[89] LayoutUtil.setHorizontalGrabbing(fNameDialogField ^^^^^^^^^^ Discouraged access: The type 'LayoutUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[89] LayoutUtil.setHorizontalGrabbing(fNameDialogField ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'LayoutUtil.setHorizontalGrabbing(Control)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[90] .getTextControl(null)); ^^^^^^^^^^^^^^ Discouraged access: The method 'StringDialogField.getTextControl(Composite)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[91] LayoutUtil.setWidthHint(fNameDialogField.getTextControl(null), ^^^^^^^^^^ Discouraged access: The type 'LayoutUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[91] LayoutUtil.setWidthHint(fNameDialogField.getTextControl(null), ^^^^^^^^^^^^ Discouraged access: The method 'LayoutUtil.setWidthHint(Control, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[91] LayoutUtil.setWidthHint(fNameDialogField.getTextControl(null), ^^^^^^^^^^^^^^ Discouraged access: The method 'StringDialogField.getTextControl(Composite)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[93] fNameDialogField.postSetFocusOnDialogField(parent.getDisplay()); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DialogField.postSetFocusOnDialogField(Display)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[100] final String newText = fNameDialogField.getText(); ^^^^^^^ Discouraged access: The method 'StringDialogField.getText()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[167] private CheckedListDialogField listDialogField; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CheckedListDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[167] private CheckedListDialogField listDialogField; ^^^^^^^^^^^^^^^^^^^^^^ CheckedListDialogField is a raw type. References to generic type CheckedListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[177] listDialogField = new CheckedListDialogField(this, buttons, ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CheckedListDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[177] listDialogField = new CheckedListDialogField(this, buttons, ^^^^^^^^^^^^^^^^^^^^^^ CheckedListDialogField is a raw type. References to generic type CheckedListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[177] listDialogField = new CheckedListDialogField(this, buttons, ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'CheckedListDialogField(IListAdapter, String[], ILabelProvider)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[179] listDialogField.setUseLabel(false); ^^^^^^^^^^^ Discouraged access: The method 'ListDialogField.setUseLabel(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[180] listDialogField.setListGrabExcessHorizontalSpace(true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ListDialogField.setListGrabExcessHorizontalSpace(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[181] listDialogField.doFillIntoGrid(control, 3); ^^^^^^^^^^^^^^ Discouraged access: The method 'ListDialogField.doFillIntoGrid(Composite, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[182] listDialogField.addCheckStateListener(this); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'CheckedListDialogField.addCheckStateListener(ICheckStateListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[187] public void customButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ Discouraged access: The type 'ListDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[187] public void customButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[192] field.addElement(newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[192] field.addElement(newValue); ^^^^^^^^^^ Discouraged access: The method 'ListDialogField.addElement(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[193] listDialogField.setChecked(newValue, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setChecked(Object, boolean) belongs to the raw type CheckedListDialogField. References to generic type CheckedListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[193] listDialogField.setChecked(newValue, true); ^^^^^^^^^^ Discouraged access: The method 'CheckedListDialogField.setChecked(Object, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[202] final List selection = field.getSelectedElements(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ListDialogField.getSelectedElements()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[208] .isChecked(oldValue); ^^^^^^^^^ Discouraged access: The method 'CheckedListDialogField.isChecked(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[209] field.replaceElement(oldValue, newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method replaceElement(Object, Object) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[209] field.replaceElement(oldValue, newValue); ^^^^^^^^^^^^^^ Discouraged access: The method 'ListDialogField.replaceElement(Object, Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[210] listDialogField.setChecked(newValue, wasChecked); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setChecked(Object, boolean) belongs to the raw type CheckedListDialogField. References to generic type CheckedListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[210] listDialogField.setChecked(newValue, wasChecked); ^^^^^^^^^^ Discouraged access: The method 'CheckedListDialogField.setChecked(Object, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[224] final List selection = field.getSelectedElements(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ListDialogField.getSelectedElements()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[226] field.removeElements(selection); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeElements(List) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[226] field.removeElements(selection); ^^^^^^^^^^^^^^ Discouraged access: The method 'ListDialogField.removeElements(List)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[250] public void doubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ Discouraged access: The type 'ListDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[250] public void doubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[254] public void selectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ Discouraged access: The type 'ListDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[254] public void selectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[256] final List selection = field.getSelectedElements(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ListDialogField.getSelectedElements()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[257] field.enableButton(IDX_REMOVE, canDelete(selection)); ^^^^^^^^^^^^ Discouraged access: The method 'ListDialogField.enableButton(int, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[258] field.enableButton(IDX_EDIT, canEdit(selection)); ^^^^^^^^^^^^ Discouraged access: The method 'ListDialogField.enableButton(int, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[296] listDialogField.setElements(commands.getCommands()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setElements(Collection) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[296] listDialogField.setElements(commands.getCommands()); ^^^^^^^^^^^ Discouraged access: The method 'ListDialogField.setElements(Collection)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[297] listDialogField.setCheckedElements(commands.getSelectedCommands()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setCheckedElements(Collection) belongs to the raw type CheckedListDialogField. References to generic type CheckedListDialogField should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclSpawnpointPreferenceBlock.java:[297] listDialogField.setCheckedElements(commands.getSelectedCommands()); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'CheckedListDialogField.setCheckedElements(Collection)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/WorkbenchAdaptable.java:[44] public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/spawnpoint/SpawnpointCommandManager.java:[28] import org.eclipse.core.runtime.Preferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/spawnpoint/SpawnpointCommandManager.java:[151] getPluginPreferences().setValue( TclActiveStateDebuggerConstants.PREF_SPAWNPOINT_COMMANDS, encode(commandNames)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValue(String, String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/spawnpoint/SpawnpointCommandManager.java:[156] private static Preferences getPluginPreferences() { ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/spawnpoint/SpawnpointCommandManager.java:[157] return TclActiveStateDebuggerPlugin.getDefault().getPluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/preferences/TclActiveStateDebuggerBlock.java:[352] return new HashMap(super.getEnvironmentPaths()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The serializable class does not declare a static final serialVersionUID field of type long [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/org/eclipse/dltk/tcl/activestatedebugger/TclActiveStateDebugThreadConfigurator.java:[225] final IDbgpSpawnpoint p = commands.setSpawnpoint(pathMapper ^ The value of the local variable p is not used 69 problems (69 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.tcl.activestatedebugger --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.tcl.activestatedebugger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.tcl.activestatedebugger --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.tcl.activestatedebugger --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.tcl.activestatedebugger --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.activestatedebugger --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/target/org.eclipse.dltk.tcl.activestatedebugger-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.activestatedebugger --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/target/org.eclipse.dltk.tcl.activestatedebugger-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.activestatedebugger --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.tcl.activestatedebugger --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/target/org.eclipse.dltk.tcl.activestatedebugger-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/target/org.eclipse.dltk.tcl.activestatedebugger-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.tcl.activestatedebugger --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.tcl.activestatedebugger --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.tcl.activestatedebugger --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.tcl.activestatedebugger --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/target/org.eclipse.dltk.tcl.activestatedebugger-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.activestatedebugger/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.activestatedebugger-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.activestatedebugger/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.activestatedebugger-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/target/org.eclipse.dltk.tcl.activestatedebugger-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.activestatedebugger/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.activestatedebugger-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.activestatedebugger/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.activestatedebugger-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.activestatedebugger/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.activestatedebugger-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.tcl.activestatedebugger --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ---------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.debug.ui >--------- [INFO] Building org.eclipse.dltk.tcl.debug.ui 6.3.0-SNAPSHOT [58/92] [INFO] from ../org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.tcl.debug.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.debug.ui --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.debug.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.debug.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.debug.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.tcl.debug.ui --- [INFO] Resolving class path of org.eclipse.dltk.tcl.debug.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.tcl.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.tcl.debug.ui --- [INFO] Compiling 53 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/TclInterpretersBlock.java:[18] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/TclInterpretersBlock.java:[24] import org.eclipse.dltk.internal.core.ModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/TclInterpretersBlock.java:[91] IContentCache cache = ModelManager.getModelManager().getCoreCache(); ^^^^^^^^^^^^ Discouraged access: The type 'ModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/TclInterpretersBlock.java:[91] IContentCache cache = ModelManager.getModelManager().getCoreCache(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelManager.getModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/TclInterpretersBlock.java:[91] IContentCache cache = ModelManager.getModelManager().getCoreCache(); ^^^^^^^^^^^^ Discouraged access: The method 'ModelManager.getCoreCache()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/TclInterpretersBlock.java:[104] SubProgressMonitor smon0 = new SubProgressMonitor(monitor, 40); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/TclInterpretersBlock.java:[104] SubProgressMonitor smon0 = new SubProgressMonitor(monitor, 40); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/TclInterpretersBlock.java:[104] SubProgressMonitor smon0 = new SubProgressMonitor(monitor, 40); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/TclInterpretersBlock.java:[107] smon0.beginTask("Fetch package information", lsize / 50); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method beginTask(String, int) from the type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/TclInterpretersBlock.java:[116] smon0.subTask("Processing packages info (" + (lsize - s) + " left)"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method subTask(String) from the type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/TclInterpretersBlock.java:[122] List infos = TclPackagesManager.getPackageInfos(install, pkgs, true); ^^^^^ The value of the local variable infos is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/TclInterpretersBlock.java:[129] smon0.worked(1); ^^^^^^^^^ The method worked(int) from the type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/TclInterpretersBlock.java:[132] smon0.done(); ^^^^^^ The method done() from the type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/TclInterpretersBlock.java:[134] SubProgressMonitor smon = new SubProgressMonitor(monitor, 40); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/TclInterpretersBlock.java:[134] SubProgressMonitor smon = new SubProgressMonitor(monitor, 40); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/TclInterpretersBlock.java:[134] SubProgressMonitor smon = new SubProgressMonitor(monitor, 40); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/TclInterpretersBlock.java:[136] smon.beginTask("Processing packages", lsize); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method beginTask(String, int) from the type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/TclInterpretersBlock.java:[139] smon.subTask("Processing package:" + tclPackageInfo.getName() + " (" + (lsize - index) + " left)"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method subTask(String) from the type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/TclInterpretersBlock.java:[170] smon.worked(1); ^^^^^^^^^ The method worked(int) from the type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/TclInterpretersBlock.java:[173] smon.done(); ^^^^^^ The method done() from the type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/TclToggleBreakpointAdapter.java:[39] import org.eclipse.dltk.internal.ui.text.ScriptWordFinder; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptWordFinder' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/TclToggleBreakpointAdapter.java:[121] IRegion reg = ScriptWordFinder.findWord(document, ((ITextSelection) selection).getOffset()); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptWordFinder' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/TclToggleBreakpointAdapter.java:[121] IRegion reg = ScriptWordFinder.findWord(document, ((ITextSelection) selection).getOffset()); ^^^^^^^^ Discouraged access: The method 'ScriptWordFinder.findWord(IDocument, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/preferences/TclDebugPreferencePage.java:[111] setPreferenceStore(new PreferencesAdapter(TclDebugPlugin.getDefault().getPluginPreferences())); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/TclPackagesContainerPage.java:[24] import org.eclipse.dltk.internal.ui.wizards.IBuildpathContainerPage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathContainerPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/TclPackagesContainerPage.java:[55] implements IBuildpathContainerPage, IBuildpathContainerPageExtension { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathContainerPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/TclPackagesContainerPage.java:[115] private IBuildpathEntry entry; ^^^^^ The value of the field TclPackagesContainerPage.entry is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/TclPackagesContainerPage.java:[213] for (Iterator iterator = sel.iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/preferences/TclDebuggingEnginePreferencePage.java:[90] setPreferenceStore(new PreferencesAdapter(TclDebugPlugin.getDefault().getPluginPreferences())); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/launchConfigurations/TclRemoteTab.java:[134] int port = configuration.getAttribute(ScriptLaunchConfigurationConstants.ATTR_DLTK_DBGP_PORT, -1); ^^^^^^^^^^^^^^^^^^^ The field ScriptLaunchConfigurationConstants.ATTR_DLTK_DBGP_PORT is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/launchConfigurations/TclRemoteTab.java:[160] configuration.setAttribute(ScriptLaunchConfigurationConstants.ATTR_DLTK_DBGP_PORT, getPort()); ^^^^^^^^^^^^^^^^^^^ The field ScriptLaunchConfigurationConstants.ATTR_DLTK_DBGP_PORT is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/launchConfigurations/TclRemoteTab.java:[172] configuration.setAttribute(ScriptLaunchConfigurationConstants.ATTR_DLTK_DBGP_PORT, DEFAULT_PORT); ^^^^^^^^^^^^^^^^^^^ The field ScriptLaunchConfigurationConstants.ATTR_DLTK_DBGP_PORT is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/actions/ToggleSpawnpointAction.java:[18] import org.eclipse.debug.internal.ui.DebugUIPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DebugUIPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/actions/ToggleSpawnpointAction.java:[114] DebugUIPlugin.errorDialog(fPart.getSite().getShell(), ActionMessages.ToggleSpawnpointAction_1, ^^^^^^^^^^^^^ Discouraged access: The type 'DebugUIPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/actions/ToggleSpawnpointAction.java:[114] DebugUIPlugin.errorDialog(fPart.getSite().getShell(), ActionMessages.ToggleSpawnpointAction_1, ^^^^^^^^^^^ Discouraged access: The method 'DebugUIPlugin.errorDialog(Shell, String, String, Throwable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.16.0.v20220228-0706/org.eclipse.debug.ui-3.16.0.v20220228-0706.jar') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/CombinedSet.java:[28] public CombinedSet(Set... children) { ^^^^^^^^ Type safety: Potential heap pollution via varargs parameter children [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/AddTclInterpreterDialog.java:[21] import org.eclipse.dltk.internal.core.ModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/AddTclInterpreterDialog.java:[28] import org.eclipse.dltk.internal.ui.wizards.dialogfields.ComboDialogField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ComboDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/AddTclInterpreterDialog.java:[29] import org.eclipse.dltk.internal.ui.wizards.dialogfields.StringButtonDialogField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StringButtonDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/AddTclInterpreterDialog.java:[104] private ComboDialogField documentationField; ^^^^^^^^^^^^^^^^ Discouraged access: The type 'ComboDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/AddTclInterpreterDialog.java:[121] documentationField = new ComboDialogField(SWT.BORDER | SWT.READ_ONLY); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'ComboDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/AddTclInterpreterDialog.java:[121] documentationField = new ComboDialogField(SWT.BORDER | SWT.READ_ONLY); ^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ComboDialogField(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/AddTclInterpreterDialog.java:[122] documentationField.setLabelText("Manual Pages"); ^^^^^^^^^^^^ Discouraged access: The method 'DialogField.setLabelText(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/AddTclInterpreterDialog.java:[124] documentationField.doFillIntoGrid(parent, numColumns - 1); ^^^^^^^^^^^^^^ Discouraged access: The method 'ComboDialogField.doFillIntoGrid(Composite, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/AddTclInterpreterDialog.java:[127] configureDocumentation.setLayoutData(StringButtonDialogField.gridDataForButton(configureDocumentation, 1)); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StringButtonDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/AddTclInterpreterDialog.java:[127] configureDocumentation.setLayoutData(StringButtonDialogField.gridDataForButton(configureDocumentation, 1)); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'StringButtonDialogField.gridDataForButton(Button, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/AddTclInterpreterDialog.java:[139] final int index = documentationField.getSelectionIndex(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ComboDialogField.getSelectionIndex()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/AddTclInterpreterDialog.java:[143] documentationField.selectItem(doc != null ? this.documentations.indexOf(doc) + 1 : 0); ^^^^^^^^^^ Discouraged access: The method 'ComboDialogField.selectItem(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/AddTclInterpreterDialog.java:[155] documentationField.setItems(names); ^^^^^^^^ Discouraged access: The method 'ComboDialogField.setItems(String[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/AddTclInterpreterDialog.java:[222] IContentCache coreCache = ModelManager.getModelManager().getCoreCache(); ^^^^^^^^^^^^ Discouraged access: The type 'ModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/AddTclInterpreterDialog.java:[222] IContentCache coreCache = ModelManager.getModelManager().getCoreCache(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelManager.getModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/AddTclInterpreterDialog.java:[222] IContentCache coreCache = ModelManager.getModelManager().getCoreCache(); ^^^^^^^^^^^^ Discouraged access: The method 'ModelManager.getCoreCache()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/AddTclInterpreterDialog.java:[241] documentationField.selectItem(doc != null ? documentations.indexOf(doc) + 1 : 0); ^^^^^^^^^^ Discouraged access: The method 'ComboDialogField.selectItem(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/AddTclInterpreterDialog.java:[249] documentationField.selectItem(0); ^^^^^^^^^^ Discouraged access: The method 'ComboDialogField.selectItem(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/interpreters/AddTclInterpreterDialog.java:[261] int index = documentationField.getSelectionIndex(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ComboDialogField.getSelectionIndex()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/handlers/ToggleLocalVariablesHandler.java:[32] return new PreferencesAdapter(TclDebugPlugin.getDefault().getPluginPreferences()); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/console/ui/TclConsoleCompletionProcessor.java:[92] List list = getInterpreterShell().getCompletions(commandLine, cursorPosition); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/console/ui/TclConsoleCompletionProcessor.java:[94] List proposals = createProposalsFromString(list, offset, tclDecorator); ^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/handlers/ToggleGlobalVariablesHandler.java:[32] return new PreferencesAdapter(TclDebugPlugin.getDefault().getPluginPreferences()); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/org/eclipse/dltk/tcl/internal/debug/ui/handlers/ToggleClassVariablesHandler.java:[34] .getPluginPreferences()); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated 60 problems (60 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.tcl.debug.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.tcl.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.tcl.debug.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.tcl.debug.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.tcl.debug.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/target/org.eclipse.dltk.tcl.debug.ui-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/target/org.eclipse.dltk.tcl.debug.ui-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.debug.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.tcl.debug.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/target/org.eclipse.dltk.tcl.debug.ui-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/target/org.eclipse.dltk.tcl.debug.ui-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.tcl.debug.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.tcl.debug.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.tcl.debug.ui --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.tcl.debug.ui --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/target/org.eclipse.dltk.tcl.debug.ui-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.debug.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.debug.ui-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.debug.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.debug.ui-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/target/org.eclipse.dltk.tcl.debug.ui-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.debug.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.debug.ui-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.debug.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.debug.ui-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.debug.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.debug.ui-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.tcl.debug.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.tclchecker >-------- [INFO] Building org.eclipse.dltk.tcl.tclchecker 6.3.0-SNAPSHOT [59/92] [INFO] from ../org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.tcl.tclchecker --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.tclchecker --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.tclchecker --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.tclchecker --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.tclchecker --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.tcl.tclchecker --- [INFO] Resolving class path of org.eclipse.dltk.tcl.tclchecker... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.tcl.tclchecker --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.tcl.tclchecker --- [INFO] Compiling 93 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerConfigurationDialog.java:[27] import org.eclipse.jface.databinding.swt.SWTObservables; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SWTObservables is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerConfigurationDialog.java:[146] return ((List) inputElement).toArray(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerConfigurationDialog.java:[273] bindingContext.bindValue(SWTObservables.observeText(name, SWT.Modify), EMFObservables.observeValue(instance, ValidatorsPackage.Literals.VALIDATOR_CONFIG__NAME), null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue, null, null) of the generic method bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerConfigurationDialog.java:[273] bindingContext.bindValue(SWTObservables.observeText(name, SWT.Modify), ^^^^^^^^^^^^^^ The type SWTObservables is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerConfigurationDialog.java:[273] bindingContext.bindValue(SWTObservables.observeText(name, SWT.Modify), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerConfigurationDialog.java:[273] bindingContext.bindValue(SWTObservables.observeText(name, SWT.Modify), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method observeText(Control, int) from the type SWTObservables is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerConfigurationDialog.java:[274] EMFObservables.observeValue(instance, ValidatorsPackage.Literals.VALIDATOR_CONFIG__NAME), null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerConfigurationDialog.java:[295] bindingContext.bindValue(new RadioButtonListValue<>(CheckerMode.class, modeOptions), EMFObservables.observeValue(instance, ConfigsPackage.Literals.CHECKER_CONFIG__MODE), null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(RadioButtonListValue, IObservableValue, null, null) of the generic method bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerConfigurationDialog.java:[295] bindingContext.bindValue(new RadioButtonListValue<>(CheckerMode.class, modeOptions), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type RadioButtonListValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerConfigurationDialog.java:[296] EMFObservables.observeValue(instance, ConfigsPackage.Literals.CHECKER_CONFIG__MODE), null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerConfigurationDialog.java:[313] bindingContext.bindValue(SWTObservables.observeText(commandLineOptions, SWT.Modify), EMFObservables .observeValue(instance, ValidatorsPackage.Literals.VALIDATOR_CONFIG__COMMAND_LINE_OPTIONS), null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue, null, null) of the generic method bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerConfigurationDialog.java:[313] bindingContext.bindValue(SWTObservables.observeText(commandLineOptions, SWT.Modify), EMFObservables ^^^^^^^^^^^^^^ The type SWTObservables is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerConfigurationDialog.java:[313] bindingContext.bindValue(SWTObservables.observeText(commandLineOptions, SWT.Modify), EMFObservables ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerConfigurationDialog.java:[313] bindingContext.bindValue(SWTObservables.observeText(commandLineOptions, SWT.Modify), EMFObservables ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method observeText(Control, int) from the type SWTObservables is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerConfigurationDialog.java:[313] bindingContext.bindValue(SWTObservables.observeText(commandLineOptions, SWT.Modify), EMFObservables .observeValue(instance, ValidatorsPackage.Literals.VALIDATOR_CONFIG__COMMAND_LINE_OPTIONS), null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerConfigurationDialog.java:[316] bindingContext.bindValue(SWTObservables.observeSelection(summary), EMFObservables.observeValue(instance, ConfigsPackage.Literals.CHECKER_CONFIG__SUMMARY), null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue, null, null) of the generic method bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerConfigurationDialog.java:[316] bindingContext.bindValue(SWTObservables.observeSelection(summary), ^^^^^^^^^^^^^^ The type SWTObservables is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerConfigurationDialog.java:[316] bindingContext.bindValue(SWTObservables.observeSelection(summary), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerConfigurationDialog.java:[316] bindingContext.bindValue(SWTObservables.observeSelection(summary), ^^^^^^^^^^^^^^^^^^^^^^^^^ The method observeSelection(Control) from the type SWTObservables is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerConfigurationDialog.java:[317] EMFObservables.observeValue(instance, ConfigsPackage.Literals.CHECKER_CONFIG__SUMMARY), null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerConfigurationDialog.java:[320] bindingContext.bindValue(SWTObservables.observeSelection(useTclVer), EMFObservables.observeValue(instance, ConfigsPackage.Literals.CHECKER_CONFIG__USE_TCL_VER), null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue, null, null) of the generic method bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerConfigurationDialog.java:[320] bindingContext.bindValue(SWTObservables.observeSelection(useTclVer), ^^^^^^^^^^^^^^ The type SWTObservables is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerConfigurationDialog.java:[320] bindingContext.bindValue(SWTObservables.observeSelection(useTclVer), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerConfigurationDialog.java:[320] bindingContext.bindValue(SWTObservables.observeSelection(useTclVer), ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method observeSelection(Control) from the type SWTObservables is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerConfigurationDialog.java:[321] EMFObservables.observeValue(instance, ConfigsPackage.Literals.CHECKER_CONFIG__USE_TCL_VER), null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerConfigurationDialog.java:[329] bindingContext.bindValue(SWTObservables.observeSelection(individualMessageConfiguration), EMFObservables .observeValue(instance, ConfigsPackage.Literals.CHECKER_CONFIG__INDIVIDUAL_MESSAGE_STATES), null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(ISWTObservableValue, IObservableValue, null, null) of the generic method bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerConfigurationDialog.java:[329] bindingContext.bindValue(SWTObservables.observeSelection(individualMessageConfiguration), EMFObservables ^^^^^^^^^^^^^^ The type SWTObservables is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerConfigurationDialog.java:[329] bindingContext.bindValue(SWTObservables.observeSelection(individualMessageConfiguration), EMFObservables ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ISWTObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerConfigurationDialog.java:[329] bindingContext.bindValue(SWTObservables.observeSelection(individualMessageConfiguration), EMFObservables ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method observeSelection(Control) from the type SWTObservables is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerConfigurationDialog.java:[329] bindingContext.bindValue(SWTObservables.observeSelection(individualMessageConfiguration), EMFObservables .observeValue(instance, ConfigsPackage.Literals.CHECKER_CONFIG__INDIVIDUAL_MESSAGE_STATES), null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerPreferenceBlock.java:[808] final FileWriter writer = new FileWriter(exportPath); ^^^^^^ Resource 'writer' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/tclchecker/model/messages/impl/MessageGroupImpl.java:[184] messages = new EObjectContainmentWithInverseEList(CheckerMessage.class, this, MessagesPackage.MESSAGE_GROUP__MESSAGES, MessagesPackage.CHECKER_MESSAGE__GROUP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/TclCheckerMigration.java:[67] Map results = new HashMap(); ^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/TclCheckerMigration.java:[96] final List values = new ArrayList(); ^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/TclCheckerMigration.java:[125] Map> results = new HashMap>(); ^^^^^^^ Redundant specification of type arguments > [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/TclCheckerMigration.java:[184] final Set values = new HashSet(); ^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/TclCheckerMigration.java:[206] final Set removeKeys = new HashSet(); ^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/TclCheckerMigration.java:[233] final Set environmentIds = new HashSet(); ^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/TclCheckerMigration.java:[305] final Map oldDefaults = new HashMap(); ^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/impl/SystemTclCheckerPreferences.java:[27] return ValidatorsCore.getDefault().getPluginPreferences().getString(ValidatorRuntime.PREF_CONFIGURATION); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/impl/SystemTclCheckerPreferences.java:[27] return ValidatorsCore.getDefault().getPluginPreferences().getString(ValidatorRuntime.PREF_CONFIGURATION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getString(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/impl/SystemTclCheckerPreferences.java:[32] ValidatorsCore.getDefault().getPluginPreferences().setValue(ValidatorRuntime.PREF_CONFIGURATION, value); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/impl/SystemTclCheckerPreferences.java:[32] ValidatorsCore.getDefault().getPluginPreferences().setValue(ValidatorRuntime.PREF_CONFIGURATION, value); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValue(String, String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/impl/SystemTclCheckerPreferences.java:[33] ValidatorsCore.getDefault().savePluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^^ The method savePluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/TclChecker.java:[46] import org.eclipse.dltk.validators.core.AbstractExternalValidator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AbstractExternalValidator is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/TclChecker.java:[52] public class TclChecker extends AbstractExternalValidator ^^^^^^^^^^^^^^^^^^^^^^^^^ The type AbstractExternalValidator is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/TclChecker.java:[58] return reportError(resource, problem.getLineNumber(), start, end, problem.getMessage(), attributes); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method reportError(IResource, int, int, int, String, Map) from the type AbstractExternalValidator is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/TclChecker.java:[63] return reportWarning(resource, problem.getLineNumber(), start, end, problem.getMessage(), attributes); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method reportWarning(IResource, int, int, int, String, Map) from the type AbstractExternalValidator is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/TclChecker.java:[224] clean(resource); ^^^^^^^^^^^^^^^ The method clean(IResource) from the type AbstractExternalValidator is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/qfix/TclCheckerAnnotationResolution.java:[27] implements IAnnotationResolution, IAnnotationResolution2, ITclCheckerQFixReporter { ^^^^^^^^^^^^^^^^^^^^^ Redundant superinterface IAnnotationResolution for the type TclCheckerAnnotationResolution, already defined by IAnnotationResolution2 [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/TclCheckerType.java:[71] public boolean supports(Class validatorType) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/AbstractOutputProcessor.java:[105] if (false) { try { Thread.sleep(1000); } catch (InterruptedException e) { e.printStackTrace(); } } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/tclchecker/model/configs/impl/CheckerConfigImpl.java:[205] messageStates = new EcoreEMap(ConfigsPackage.Literals.MESSAGE_STATE_MAP, MessageStateMapImpl.class, this, ConfigsPackage.CHECKER_CONFIG__MESSAGE_STATES); ^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/tclchecker/model/configs/impl/CheckerInstanceImpl.java:[183] environments = new EObjectContainmentWithInverseEList(CheckerEnvironmentInstance.class, this, ConfigsPackage.CHECKER_INSTANCE__ENVIRONMENTS, ConfigsPackage.CHECKER_ENVIRONMENT_INSTANCE__INSTANCE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/tclchecker/model/configs/impl/CheckerInstanceImpl.java:[232] configs = new EObjectContainmentEList(CheckerConfig.class, this, ConfigsPackage.CHECKER_INSTANCE__CONFIGS); ^^^^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/TclCheckerProblemDescription.java:[39] private static final Map messageDefinitions = new HashMap(); ^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/TclCheckerProblemDescription.java:[40] private static final Map altDefinitions = new HashMap(); ^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/TclCheckerProblemDescription.java:[41] private static final List messageGroups = new ArrayList(); ^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/TclCheckerProblemDescription.java:[45] private static final Set reportedIds = new HashSet(); ^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/TclCheckerProblemDescription.java:[137] return new ArrayList(messageDefinitions.keySet()); ^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/TclCheckerProblemDescription.java:[142] return new ArrayList(altDefinitions.keySet()); ^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerProblemPropertyPage.java:[49] final IMarker marker; ^^^^^^ The value of the field TclCheckerProblemPropertyPage.ProblemRow.marker is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/TclCheckerConfigUtils.java:[228] ValidatorsCore.getDefault().getPluginPreferences().getString(ValidatorRuntime.PREF_CONFIGURATION)); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/TclCheckerConfigUtils.java:[228] ValidatorsCore.getDefault().getPluginPreferences().getString(ValidatorRuntime.PREF_CONFIGURATION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getString(String) from the type Preferences is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/AutoCorrectTclCheckerProblemsActionDelegate.java:[26] import org.eclipse.dltk.internal.core.BuiltinSourceModule; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuiltinSourceModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/AutoCorrectTclCheckerProblemsActionDelegate.java:[27] import org.eclipse.dltk.internal.core.ExternalSourceModule; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExternalSourceModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/AutoCorrectTclCheckerProblemsActionDelegate.java:[66] if (!(element instanceof ExternalSourceModule || element instanceof BuiltinSourceModule) ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExternalSourceModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/AutoCorrectTclCheckerProblemsActionDelegate.java:[66] if (!(element instanceof ExternalSourceModule || element instanceof BuiltinSourceModule) ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuiltinSourceModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/tclchecker/model/configs/impl/CheckerEnvironmentInstanceImpl.java:[98] pcxFileFolders = new EDataTypeUniqueEList(String.class, this, ConfigsPackage.CHECKER_ENVIRONMENT_INSTANCE__PCX_FILE_FOLDERS); ^^^^^^^^^^^^^^^^^^^^ Redundant specification of type arguments [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/PathDialog.java:[18] import org.eclipse.dltk.internal.ui.wizards.dialogfields.StringDialogField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StringDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/PathDialog.java:[34] private StringDialogField fPath; ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StringDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/PathDialog.java:[51] fPath = new StringDialogField(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StringDialogField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/PathDialog.java:[51] fPath = new StringDialogField(); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'StringDialogField()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/PathDialog.java:[52] fPath.setLabelText(Messages.PathDialog_PathLabel); ^^^^^^^^^^^^ Discouraged access: The method 'DialogField.setLabelText(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/PathDialog.java:[56] fPath.setDialogFieldListener(field -> updateStatus(validate())); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DialogField.setDialogFieldListener(IDialogFieldListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/PathDialog.java:[65] fPath.doFillIntoGrid(parent, 3); ^^^^^^^^^^^^^^ Discouraged access: The method 'StringDialogField.doFillIntoGrid(Composite, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/PathDialog.java:[66] final GridData pathGridData = (GridData) fPath.getTextControl(null).getLayoutData(); ^^^^^^^^^^^^^^ Discouraged access: The method 'StringDialogField.getTextControl(Composite)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/PathDialog.java:[79] fPath.setFocus(); ^^^^^^^^ Discouraged access: The method 'StringDialogField.setFocus()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/PathDialog.java:[83] fPath.setText(Util.EMPTY_STRING); ^^^^^^^ Discouraged access: The method 'StringDialogField.setText(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/PathDialog.java:[88] IPath path = new Path(fPath.getText()); ^^^^^^^ Discouraged access: The method 'StringDialogField.getText()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/PathDialog.java:[128] return fPath.getText(); ^^^^^^^ Discouraged access: The method 'StringDialogField.getText()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/qfix/TclCheckerMarkerResolution.java:[27] public class TclCheckerMarkerResolution implements IMarkerResolution, IMarkerResolution2 { ^^^^^^^^^^^^^^^^^ Redundant superinterface IMarkerResolution for the type TclCheckerMarkerResolution, already defined by IMarkerResolution2 [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/TclCheckerImpl.java:[40] public Object getValidator(IScriptProject project, Class validatorType) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/tcl/internal/tclchecker/TclCheckerOptional.java:[45] public Object getValidator(IScriptProject project, Class validatorType) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/internal/databinging/RadioButtonListValue.java:[24] public class RadioButtonListValue extends AbstractObservableValue { ^^^^^^^^^^^^^^^^^^^^^^^ AbstractObservableValue is a raw type. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/org/eclipse/dltk/internal/databinging/RadioButtonListValue.java:[115] fireValueChange(Diffs.createValueDiff(oldValue, newValue)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue should be parameterized 86 problems (86 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.tcl.tclchecker --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.tcl.tclchecker --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.tcl.tclchecker --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.tcl.tclchecker --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.tcl.tclchecker --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.tclchecker --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/target/org.eclipse.dltk.tcl.tclchecker-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.tclchecker --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/target/org.eclipse.dltk.tcl.tclchecker-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.tclchecker --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.tcl.tclchecker --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/target/org.eclipse.dltk.tcl.tclchecker-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/target/org.eclipse.dltk.tcl.tclchecker-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.tcl.tclchecker --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.tcl.tclchecker --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.tcl.tclchecker --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.tcl.tclchecker --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/target/org.eclipse.dltk.tcl.tclchecker-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.tclchecker/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.tclchecker-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.tclchecker/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.tclchecker-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/target/org.eclipse.dltk.tcl.tclchecker-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.tclchecker/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.tclchecker-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.tclchecker/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.tclchecker-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.tclchecker/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.tclchecker-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.tcl.tclchecker --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] -------------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl >-------------- [INFO] Building org.eclipse.dltk.tcl 6.3.0-SNAPSHOT [60/92] [INFO] from ../org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [WARNING] Parameter 'usePdeSourceRoots' is unknown for plugin 'tycho-source-plugin:2.7.5:plugin-source (plugin-source)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.tcl --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.tcl --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.tcl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.tcl --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.tcl --- [INFO] Resolving class path of org.eclipse.dltk.tcl... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.tcl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.tcl --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.tcl --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.tcl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.tcl --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.tcl --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.tcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.tcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl/target/org.eclipse.dltk.tcl-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.tcl --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl/target/org.eclipse.dltk.tcl-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.tcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.tcl --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.tcl --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.tcl --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl/target/org.eclipse.dltk.tcl-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.tcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ---------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.testing >---------- [INFO] Building org.eclipse.dltk.tcl.testing 6.3.0-SNAPSHOT [61/92] [INFO] from ../org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.tcl.testing --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.testing --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.testing --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.testing --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.testing --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.tcl.testing --- [INFO] Resolving class path of org.eclipse.dltk.tcl.testing... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.tcl.testing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.tcl.testing --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/src/org/eclipse/dltk/tcl/internal/testing/TclTestingLaunchShortcut.java:[145] getLaunchManager().generateUniqueLaunchConfigurationNameFrom(testName)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method generateUniqueLaunchConfigurationNameFrom(String) from the type ILaunchManager is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/src/org/eclipse/dltk/tcl/internal/testing/TclTestingLaunchShortcut.java:[165] private IType chooseType(IType[] types, String mode) throws InterruptedException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method chooseType(IType[], String) from the type TclTestingLaunchShortcut is never used locally [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/src/org/eclipse/dltk/tcl/internal/testing/TclTestingLaunchShortcut.java:[200] private ILaunchConfiguration chooseConfiguration(List configList, String mode) throws InterruptedException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/src/org/eclipse/dltk/tcl/internal/testing/TclTestingLaunchShortcut.java:[244] String containerHandleId; ^^^^^^^^^^^^^^^^^ The value of the local variable containerHandleId is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/src/org/eclipse/dltk/tcl/internal/testing/TclTestingLaunchShortcut.java:[245] String testElementName; ^^^^^^^^^^^^^^^ The value of the local variable testElementName is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/src/org/eclipse/dltk/tcl/internal/testing/TclTestingLaunchShortcut.java:[272] getLaunchManager().generateUniqueLaunchConfigurationNameFrom(testName)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method generateUniqueLaunchConfigurationNameFrom(String) from the type ILaunchManager is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/src/org/eclipse/dltk/tcl/internal/testing/TclTestingLaunchShortcut.java:[293] boolean engineFound = false; ^^^^^^^^^^^ The value of the local variable engineFound is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/src/org/eclipse/dltk/tcl/internal/testing/TclTestingLaunchShortcut.java:[350] ArrayList candidateConfigs = new ArrayList(configs.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/src/org/eclipse/dltk/tcl/internal/testing/TclTestingLaunchShortcut.java:[350] ArrayList candidateConfigs = new ArrayList(configs.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/src/org/eclipse/dltk/tcl/internal/testing/TclTestingLaunchShortcut.java:[354] candidateConfigs.add(config); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/src/org/eclipse/dltk/tcl/internal/testing/TclTestingMainLaunchConfigurationTab.java:[30] private Map nameToId = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/src/org/eclipse/dltk/tcl/internal/testing/TclTestingMainLaunchConfigurationTab.java:[30] private Map nameToId = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/src/org/eclipse/dltk/tcl/internal/testing/TclTestingMainLaunchConfigurationTab.java:[65] nameToId.put(name, engines[i].getId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized 13 problems (13 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.tcl.testing --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.tcl.testing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.tcl.testing --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.tcl.testing --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.tcl.testing --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.testing --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/target/org.eclipse.dltk.tcl.testing-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.testing --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/target/org.eclipse.dltk.tcl.testing-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.testing --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.tcl.testing --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/target/org.eclipse.dltk.tcl.testing-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/target/org.eclipse.dltk.tcl.testing-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.tcl.testing --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.tcl.testing --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.tcl.testing --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.tcl.testing --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/target/org.eclipse.dltk.tcl.testing-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.testing/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.testing-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.testing/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.testing-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/target/org.eclipse.dltk.tcl.testing-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.testing/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.testing-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.testing/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.testing-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.testing/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.testing-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.tcl.testing --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] -----< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.testing.tcltest >------ [INFO] Building org.eclipse.dltk.tcl.testing.tcltest 6.3.0-SNAPSHOT [62/92] [INFO] from ../org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.tcl.testing.tcltest --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.testing.tcltest --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.testing.tcltest --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.testing.tcltest --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.testing.tcltest --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.tcl.testing.tcltest --- [INFO] Resolving class path of org.eclipse.dltk.tcl.testing.tcltest... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.tcl.testing.tcltest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.tcl.testing.tcltest --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/src/org/eclipse/dltk/tcl/testing/internal/tcltest/TcltestMemberResolver.java:[12] import org.eclipse.dltk.testing.ITestingElementResolver; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ITestingElementResolver is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/src/org/eclipse/dltk/tcl/testing/internal/tcltest/TcltestMemberResolver.java:[14] public class TcltestMemberResolver extends AbstractTestingElementResolver implements ITestingElementResolver { ^^^^^^^^^^^^^^^^^^^^^^^ The type ITestingElementResolver is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/src/org/eclipse/dltk/tcl/testing/internal/tcltest/TclTestTestingEngine.java:[10] import org.eclipse.debug.core.DebugException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.debug.core.DebugException is never used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/src/org/eclipse/dltk/tcl/testing/internal/tcltest/TclTestTestingEngine.java:[74] String nameValue = ((SimpleReference) name) ^^^^^^^^^ The value of the local variable nameValue is not used 4 problems (4 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.tcl.testing.tcltest --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.tcl.testing.tcltest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.tcl.testing.tcltest --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.tcl.testing.tcltest --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.tcl.testing.tcltest --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.testing.tcltest --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/target/org.eclipse.dltk.tcl.testing.tcltest-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.testing.tcltest --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/target/org.eclipse.dltk.tcl.testing.tcltest-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.testing.tcltest --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.tcl.testing.tcltest --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/target/org.eclipse.dltk.tcl.testing.tcltest-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/target/org.eclipse.dltk.tcl.testing.tcltest-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.tcl.testing.tcltest --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.tcl.testing.tcltest --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.tcl.testing.tcltest --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.tcl.testing.tcltest --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/target/org.eclipse.dltk.tcl.testing.tcltest-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.testing.tcltest/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.testing.tcltest-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.testing.tcltest/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.testing.tcltest-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/target/org.eclipse.dltk.tcl.testing.tcltest-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.testing.tcltest/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.testing.tcltest-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.testing.tcltest/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.testing.tcltest-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.testing.tcltest/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.testing.tcltest-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.tcl.testing.tcltest --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ---------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.doc.user >--------- [INFO] Building org.eclipse.dltk.tcl.doc.user 6.3.0-SNAPSHOT [63/92] [INFO] from ../org.eclipse.dltk.tcl/tcl/docs/org.eclipse.dltk.tcl.doc.user/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.tcl.doc.user --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.doc.user --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.doc.user --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.doc.user --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.doc.user --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.tcl.doc.user --- [INFO] Resolving class path of org.eclipse.dltk.tcl.doc.user... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.tcl.doc.user --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/docs/org.eclipse.dltk.tcl.doc.user/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.tcl.doc.user --- [INFO] [INFO] --- tycho-eclipserun:2.7.5:eclipse-run (build_indexes) @ org.eclipse.dltk.tcl.doc.user --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/docs/org.eclipse.dltk.tcl.doc.user/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/latest/bin/java, -jar, /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.600.v20191014-2022/org.eclipse.equinox.launcher-1.5.600.v20191014-2022.jar, -install, /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/docs/org.eclipse.dltk.tcl.doc.user/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/docs/org.eclipse.dltk.tcl.doc.user/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/docs/org.eclipse.dltk.tcl.doc.user/target/eclipserun-work/data, -consolelog, -application, org.eclipse.ant.core.antRunner, -data, /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/docs/org.eclipse.dltk.tcl.doc.user/target/workspace, -quiet, -buildfile, build.xml] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/dltk-nightly-pipeline@tmp/withMaven47e7df69/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/dltk-nightly-pipeline@tmp/withMaven47e7df69" BUILD SUCCESSFUL BUILD SUCCESSFUL Total time: 0 seconds [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.tcl.doc.user --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.tcl.doc.user --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/docs/org.eclipse.dltk.tcl.doc.user/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.tcl.doc.user --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.tcl.doc.user --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.tcl.doc.user --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.doc.user --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.doc.user --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/docs/org.eclipse.dltk.tcl.doc.user/target/org.eclipse.dltk.tcl.doc.user-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.doc.user --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.tcl.doc.user --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/docs/org.eclipse.dltk.tcl.doc.user/target/org.eclipse.dltk.tcl.doc.user-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.tcl.doc.user --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.tcl.doc.user --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.tcl.doc.user --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.tcl.doc.user --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/docs/org.eclipse.dltk.tcl.doc.user/target/org.eclipse.dltk.tcl.doc.user-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.doc.user/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.doc.user-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/docs/org.eclipse.dltk.tcl.doc.user/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.doc.user/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.doc.user-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/docs/org.eclipse.dltk.tcl.doc.user/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.doc.user/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.doc.user-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/docs/org.eclipse.dltk.tcl.doc.user/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.doc.user/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.doc.user-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.tcl.doc.user --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ----------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.tcllib >---------- [INFO] Building org.eclipse.dltk.tcl.tcllib 6.3.0-SNAPSHOT [64/92] [INFO] from ../org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tcllib/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [WARNING] Parameter 'usePdeSourceRoots' is unknown for plugin 'tycho-source-plugin:2.7.5:plugin-source (plugin-source)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.tcl.tcllib --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.tcllib --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.tcllib --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.tcllib --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.tcllib --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.tcl.tcllib --- [INFO] Resolving class path of org.eclipse.dltk.tcl.tcllib... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.tcl.tcllib --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tcllib/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.tcl.tcllib --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.tcl.tcllib --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.tcl.tcllib --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tcllib/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.tcl.tcllib --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.tcl.tcllib --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.tcl.tcllib --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.tcllib --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.tcllib --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tcllib/target/org.eclipse.dltk.tcl.tcllib-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.tcllib --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.tcl.tcllib --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tcllib/target/org.eclipse.dltk.tcl.tcllib-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.tcl.tcllib --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.tcl.tcllib --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.tcl.tcllib --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.tcl.tcllib --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tcllib/target/org.eclipse.dltk.tcl.tcllib-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.tcllib/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.tcllib-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tcllib/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.tcllib/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.tcllib-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tcllib/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.tcllib/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.tcllib-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tcllib/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.tcllib/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.tcllib-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.tcl.tcllib --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.formatter >--------- [INFO] Building org.eclipse.dltk.tcl.formatter 6.3.0-SNAPSHOT [65/92] [INFO] from ../org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.formatter/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.tcl.formatter --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.formatter --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.formatter --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.formatter --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.formatter --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.tcl.formatter --- [INFO] Resolving class path of org.eclipse.dltk.tcl.formatter... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.tcl.formatter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.formatter/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.tcl.formatter --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.formatter/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.tcl.formatter --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.tcl.formatter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.formatter/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.tcl.formatter --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.tcl.formatter --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.tcl.formatter --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.formatter --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.formatter/target/org.eclipse.dltk.tcl.formatter-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.formatter --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.formatter/target/org.eclipse.dltk.tcl.formatter-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.formatter --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.tcl.formatter --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.formatter/target/org.eclipse.dltk.tcl.formatter-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.formatter/target/org.eclipse.dltk.tcl.formatter-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.tcl.formatter --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.tcl.formatter --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.tcl.formatter --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.tcl.formatter --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.formatter/target/org.eclipse.dltk.tcl.formatter-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.formatter/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.formatter-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.formatter/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.formatter/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.formatter-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.formatter/target/org.eclipse.dltk.tcl.formatter-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.formatter/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.formatter-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.formatter/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.formatter/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.formatter-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.formatter/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.formatter/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.formatter-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.tcl.formatter --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] -----------< org.eclipse.dltk.features:org.eclipse.dltk.tcl >----------- [INFO] Building org.eclipse.dltk.tcl 6.3.0-SNAPSHOT [66/92] [INFO] from ../org.eclipse.dltk.tcl/tcl/features/org.eclipse.dltk.tcl-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.tcl --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.tcl --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.tcl --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.tcl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.tcl --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.tcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.tcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.dltk.tcl --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/features/org.eclipse.dltk.tcl-feature/target/org.eclipse.dltk.tcl-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.tcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.tcl --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/features/org.eclipse.dltk.tcl-feature/target/org.eclipse.dltk.tcl-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.tcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.tcl --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/features/org.eclipse.dltk.tcl-feature/target/org.eclipse.dltk.tcl-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.tcl/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/features/org.eclipse.dltk.tcl-feature/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.tcl/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/features/org.eclipse.dltk.tcl-feature/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.tcl/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/features/org.eclipse.dltk.tcl-feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.tcl/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl-6.3.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/features/org.eclipse.dltk.tcl-feature/target/org.eclipse.dltk.tcl_root-6.3.0.202305301153-root.zip to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.tcl/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl-6.3.0-SNAPSHOT-root.zip [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.tcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] -----------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.sdk >------------ [INFO] Building org.eclipse.dltk.tcl.sdk 6.3.0-SNAPSHOT [67/92] [INFO] from ../org.eclipse.dltk.tcl/tcl/features/org.eclipse.dltk.tcl.sdk/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.tcl.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.tcl.sdk --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.sdk --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.tcl.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.dltk.tcl.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/features/org.eclipse.dltk.tcl.sdk/target/org.eclipse.dltk.tcl.sdk-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.tcl.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.tcl.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/features/org.eclipse.dltk.tcl.sdk/target/org.eclipse.dltk.tcl.sdk-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.tcl.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.tcl.sdk --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/features/org.eclipse.dltk.tcl.sdk/target/org.eclipse.dltk.tcl.sdk-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.sdk-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/features/org.eclipse.dltk.tcl.sdk/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.sdk-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/features/org.eclipse.dltk.tcl.sdk/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.sdk-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/features/org.eclipse.dltk.tcl.sdk/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.sdk-6.3.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/features/org.eclipse.dltk.tcl.sdk/target/org.eclipse.dltk.tcl.sdk_root-6.3.0.202305301153-root.zip to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.sdk-6.3.0-SNAPSHOT-root.zip [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.tcl.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ---------------------< org.eclipse.dltk.itcl:itcl >--------------------- [INFO] Building itcl 6.3.0-SNAPSHOT [68/92] [INFO] from ../org.eclipse.dltk.tcl/itcl/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ itcl --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ itcl --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ itcl --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ itcl --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ itcl --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/itcl/itcl/6.3.0-SNAPSHOT/itcl-6.3.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.core >---------- [INFO] Building org.eclipse.dltk.itcl.core 6.3.0-SNAPSHOT [69/92] [INFO] from ../org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.itcl.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.itcl.core --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.itcl.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.itcl.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.itcl.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.itcl.core --- [INFO] Resolving class path of org.eclipse.dltk.itcl.core... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.itcl.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.itcl.core --- [INFO] Compiling 51 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/parser/processors/IncrTclEnsembleCommandProcessor.java:[45] List commands = block.parseBlockSimple(false); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/parser/processors/IncrTclEnsembleCommandProcessor.java:[96] List arguments = IncrTclUtils.extractMethodArguments(procArguments); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/parser/processors/IncrTclEnsembleCommandProcessor.java:[102] part.acceptArguments(arguments); ^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/parser/IncrTclSourceElementRequestVisitorExtension.java:[78] Declaration dtn = (Declaration) body.getDeclaringType(); ^^^ The value of the local variable dtn is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/parser/processors/IncrTclBodyCommandProcessor.java:[50] List arguments = IncrTclUtils.extractMethodArguments(procArguments); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/search/IncrTclSelectionExtension.java:[160] String command = TclParseUtil.getNameFromNode(commandExpr); ^^^^^^^ The value of the local variable command is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/search/IncrTclSelectionExtension.java:[228] List supersToHandle = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/search/IncrTclSelectionExtension.java:[228] List supersToHandle = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/search/IncrTclSelectionExtension.java:[296] List supersToHandle = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/search/IncrTclSelectionExtension.java:[296] List supersToHandle = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/search/IncrTclSelectionExtension.java:[307] supersToHandle.add(superClasses[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/search/IncrTclSelectionExtension.java:[335] IMixinElement[] find = TclMixinModel.getInstance().getMixin(project).find(pattern + "*"); ^^^^^^^^^^^^^^^^^^^ The method find(String) from the type MixinModel is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/search/IncrTclSelectionExtension.java:[339] find = TclMixinModel.getInstance().getMixin(project).find(newPattern + "*"); ^^^^^^^^^^^^^^^^^^^^^^ The method find(String) from the type MixinModel is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/search/IncrTclSelectionExtension.java:[416] List fieldList = type.getFieldList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/search/IncrTclSelectionExtension.java:[417] for (Iterator iterator = fieldList.iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/parser/IncrTclCommandDetector.java:[22] import org.eclipse.dltk.tcl.core.ITclParser; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.dltk.tcl.core.ITclParser is never used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/parser/IncrTclCommandDetector.java:[33] private Set names = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/parser/IncrTclCommandDetector.java:[33] private Set names = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/parser/IncrTclCommandDetector.java:[46] .find( name.replaceAll("::", IMixinRequestor.MIXIN_NAME_SEPARATOR), 1000); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method find(String, long) from the type MixinModel is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/parser/IncrTclCommandDetector.java:[194] this.names.add(names[i]); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/parser/ast/IncrTclConfigBody.java:[30] public List getStatements() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[56] List exprs = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[56] List exprs = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[60] exprs.add(pcs.getInstNameRef()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[61] exprs.add(pcs.getCallName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[63] exprs.addAll(pcs.getArgs().getChilds()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[74] private void processArgumentCompletion(Statement s, List exprs, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[76] TclStatement statement = new TclStatement(exprs); ^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[117] Set methodNames = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[117] Set methodNames = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[125] Set methodNames = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[125] Set methodNames = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[152] List methods = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[152] List methods = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[153] List methodNames = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[153] List methodNames = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[166] methods.add(element); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[167] methodNames.add(element.getElementName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[172] methodNames.add(prefix + m.getTypeQualifiedName("::", false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[174] methods.add(element); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[185] engine.findMethods(token, true, methods, methodNames); ^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[185] engine.findMethods(token, true, methods, methodNames); ^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[188] private void findLocalIncrTclClasses(char[] token, Set methodNames, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[194] Set classes = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[194] Set classes = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[198] engine.findTypes(token, true, engine.toList(classes)); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation toList(Set) of the generic method toList(Set) of type TclCompletionEngine [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[198] engine.findTypes(token, true, engine.toList(classes)); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[198] engine.findTypes(token, true, engine.toList(classes)); ^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Set [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[199] methodNames.addAll(classes); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[202] private void findLocalIncrTclClassInstances(char[] token, Set methodNames, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[208] Set classes = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[208] Set classes = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[213] engine.findFields(token, true, engine.toList(classes), ^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation toList(Set) of the generic method toList(Set) of type TclCompletionEngine [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[213] engine.findFields(token, true, engine.toList(classes), ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[213] engine.findFields(token, true, engine.toList(classes), ^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Set [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[215] methodNames.addAll(classes); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[221] private void findIncrTclClassessIn(ASTNode parent, Set classes, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[224] final List result = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[224] final List result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[240] .getSourceModule(), result); ^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[250] classes.addAll(result); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[253] private void findIncrTclClassInstancesIn(ASTNode parent, Set classes, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[256] final List result = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[256] final List result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[268] .getSourceModule(), result); ^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[278] classes.addAll(result); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[281] private void findIncrTclClassInstances(char[] token, Set methodNames, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[292] Set elements = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[292] Set elements = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[293] elements.addAll(methodNames); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[296] engine.findFields(token, true, engine.toList(elements), ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[296] engine.findFields(token, true, engine.toList(elements), ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation toList(Set) of the generic method toList(Set) of type TclCompletionEngine [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[296] engine.findFields(token, true, engine.toList(elements), ^^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Set [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[298] methodNames.addAll(elements); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[302] char[] token, Set methodNames, TclCompletionEngine engine) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[323] Set methods = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[323] Set methods = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[325] Set result = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[325] Set result = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[345] result.add(ms[i]); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[383] result.add(e); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[410] private void completeClassMethods(String name, char[] cs, Set methodNames, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[412] Set completions = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[412] Set completions = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[420] Set methods = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[420] Set methods = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[421] methods.addAll(methodNames); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[423] methods.removeAll(methodNames); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[436] private void addKeywords(char[] cs, String[] keywords, Set methodNames, TclCompletionEngine engine) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addKeywords(char[], String[], Set, TclCompletionEngine) from the type IncrTclCompletionExtension is never used locally [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[436] private void addKeywords(char[] cs, String[] keywords, Set methodNames, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[438] List k = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[438] List k = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[444] k.add(kkw); ^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[445] methodNames.add(kkw); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[449] String kw[] = (String[]) k.toArray(new String[k.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[453] private void findMethodsShortName(char[] cs, Set methods, Set allMethods, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[453] private void findMethodsShortName(char[] cs, Set methods, Set allMethods, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[455] List methodsList = engine.toList(methods); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[455] List methodsList = engine.toList(methods); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation toList(Set) of the generic method toList(Set) of type TclCompletionEngine [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[455] List methodsList = engine.toList(methods); ^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Set [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[456] List methodNames = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[456] List methodNames = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[457] List remove = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[457] List remove = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[458] for (Iterator iterator = methodsList.iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[462] methodNames.add(methodName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[463] allMethods.add(methodName); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[465] remove.add(method); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[468] for (Iterator iterator = remove.iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[472] engine.findMethods(cs, true, methodsList, methodNames); ^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[472] engine.findMethods(cs, true, methodsList, methodNames); ^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[475] protected void findProcsFromMixin(final Set methods, String tok, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[480] protected void findInstProcsFromMixin(final Set methods, String tok, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[485] private void findIncrTclClasses(char[] token, Set methodNames, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[497] Set methods = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[497] Set methods = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[498] methods.addAll(methodNames); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[500] methods.removeAll(methodNames); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[503] engine.findTypes(token, true, engine.toList(methods)); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation toList(Set) of the generic method toList(Set) of type TclCompletionEngine [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[503] engine.findTypes(token, true, engine.toList(methods)); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java:[503] engine.findTypes(token, true, engine.toList(methods)); ^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Set [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/parser/processors/IncrTclClassCommandProcessor.java:[45] List commands = block.parseBlockSimple(false); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/parser/processors/IncrTclClassCommandProcessor.java:[90] type.getMethodList().add(method); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/parser/processors/IncrTclClassCommandProcessor.java:[95] List expressions = statement.getExpressions(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/parser/processors/IncrTclClassCommandProcessor.java:[96] List newExpressions = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/parser/processors/IncrTclClassCommandProcessor.java:[96] List newExpressions = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/parser/processors/IncrTclClassCommandProcessor.java:[97] newExpressions.addAll(expressions); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/parser/processors/IncrTclClassCommandProcessor.java:[101] TclStatement sub = new TclStatement(newExpressions); ^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/parser/processors/IncrTclClassCommandProcessor.java:[125] List arguments = IncrTclUtils.extractMethodArguments(procArguments); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/parser/processors/IncrTclClassCommandProcessor.java:[137] type.getMethodList().add(method); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/parser/processors/IncrTclClassCommandProcessor.java:[173] Expression variableValue = null; ^^^^^^^^^^^^^ The value of the local variable variableValue is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/parser/processors/IncrTclClassCommandProcessor.java:[186] type.getFieldList().add(var); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/parser/processors/IncrTclClassCommandProcessor.java:[242] List arguments = IncrTclUtils.extractMethodArguments(procArguments); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/parser/processors/IncrTclClassCommandProcessor.java:[257] type.getMethodList().add(method); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/parser/IncrTclParseUtil.java:[20] List childs = TclASTUtil.getStatements(astNodeParent); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclResolver.java:[32] List supersToHandle = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclResolver.java:[32] List supersToHandle = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclResolver.java:[63] private static void fillSupers(IType parentType, List supers) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclResolver.java:[69] supers.add(superClasses[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/IncrTclResolver.java:[89] IMixinElement[] find = TclMixinModel.getInstance().getMixin(project).find(pattern + "*"); ^^^^^^^^^^^^^^^^^^^ The method find(String) from the type MixinModel is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/search/IncrTclMatchLocatorExtension.java:[10] import org.eclipse.dltk.internal.core.search.matching.MatchingNodeSet; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MatchingNodeSet' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/search/IncrTclMatchLocatorExtension.java:[19] public void visitGeneral(ASTNode node, PatternLocator locator, MatchingNodeSet nodeSet) { ^^^^^^^^^^^^^^^ Discouraged access: The type 'MatchingNodeSet' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/parser/processors/IncrTclUtils.java:[29] public static List extractMethodArguments(Expression procArguments) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/parser/processors/IncrTclUtils.java:[30] List arguments = null; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/parser/processors/IncrTclUtils.java:[32] List/* < Statement > */st = null; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/parser/processors/IncrTclUtils.java:[39] arguments = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/parser/processors/IncrTclUtils.java:[42] arguments.add(a); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/parser/processors/IncrTclUtils.java:[45] return new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/org/eclipse/dltk/itcl/internal/core/search/mixin/model/IncrTclClass.java:[11] private String namespaceKey; ^^^^^^^^^^^^ The value of the field IncrTclClass.namespaceKey is not used 149 problems (149 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.itcl.core --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.itcl.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.itcl.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.itcl.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.itcl.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.itcl.core --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/target/org.eclipse.dltk.itcl.core-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.itcl.core --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/target/org.eclipse.dltk.itcl.core-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.itcl.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.itcl.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/target/org.eclipse.dltk.itcl.core-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/target/org.eclipse.dltk.itcl.core-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.itcl.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.itcl.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.itcl.core --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.itcl.core --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/target/org.eclipse.dltk.itcl.core-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/itcl/org.eclipse.dltk.itcl.core/6.3.0-SNAPSHOT/org.eclipse.dltk.itcl.core-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/itcl/org.eclipse.dltk.itcl.core/6.3.0-SNAPSHOT/org.eclipse.dltk.itcl.core-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/target/org.eclipse.dltk.itcl.core-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/itcl/org.eclipse.dltk.itcl.core/6.3.0-SNAPSHOT/org.eclipse.dltk.itcl.core-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/itcl/org.eclipse.dltk.itcl.core/6.3.0-SNAPSHOT/org.eclipse.dltk.itcl.core-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/itcl/org.eclipse.dltk.itcl.core/6.3.0-SNAPSHOT/org.eclipse.dltk.itcl.core-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.itcl.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --------------------< org.eclipse.dltk.xotcl:xotcl >-------------------- [INFO] Building xotcl 6.3.0-SNAPSHOT [70/92] [INFO] from ../org.eclipse.dltk.tcl/xotcl/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ xotcl --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ xotcl --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ xotcl --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ xotcl --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ xotcl --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/xotcl/xotcl/6.3.0-SNAPSHOT/xotcl-6.3.0-SNAPSHOT.pom [INFO] [INFO] ---------< org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.core >--------- [INFO] Building org.eclipse.dltk.xotcl.core 6.3.0-SNAPSHOT [71/92] [INFO] from ../org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.xotcl.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.xotcl.core --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.xotcl.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.xotcl.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.xotcl.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.xotcl.core --- [INFO] Resolving class path of org.eclipse.dltk.xotcl.core... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.xotcl.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.xotcl.core --- [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[49] private CompletionRequestor requestor; ^^^^^^^^^ The value of the field XOTclCompletionExtension.requestor is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[52] List exprs = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[52] List exprs = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[56] exprs.add(pcs.getInstNameRef()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[57] exprs.add(pcs.getCallName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[59] exprs.addAll(pcs.getArgs().getChilds()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[67] List exprs = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[67] List exprs = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[71] exprs.add(pcs.getInstNameRef()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[72] exprs.add(pcs.getCallName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[74] exprs.addAll(pcs.getArguments().getChilds()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[81] private void processArgumentCompletion(Statement s, List exprs, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[83] TclStatement statement = new TclStatement(exprs); ^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[124] Set methodNames = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[124] Set methodNames = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[132] Set methodNames = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[132] Set methodNames = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[142] private void findLocalXOTclClasses(char[] token, Set methodNames, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[148] Set classes = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[148] Set classes = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[152] engine.findTypes(token, true, engine.toList(classes)); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation toList(Set) of the generic method toList(Set) of type TclCompletionEngine [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[152] engine.findTypes(token, true, engine.toList(classes)); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[152] engine.findTypes(token, true, engine.toList(classes)); ^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Set [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[153] methodNames.addAll(classes); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[156] private void findLocalXOTclClassInstances(char[] token, Set methodNames, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[162] Set classes = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[162] Set classes = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[167] engine.findFields(token, true, engine.toList(classes), ^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation toList(Set) of the generic method toList(Set) of type TclCompletionEngine [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[167] engine.findFields(token, true, engine.toList(classes), ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[167] engine.findFields(token, true, engine.toList(classes), ^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Set [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[169] methodNames.addAll(classes); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[175] private void findXOTclClassessIn(ASTNode parent, Set classes, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[178] final List result = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[178] final List result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[194] .getSourceModule(), result); ^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[204] classes.addAll(result); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[207] private void findXOTclClassInstancesIn(ASTNode parent, Set classes, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[210] final List result = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[210] final List result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[222] .getSourceModule(), result); ^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[232] classes.addAll(result); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[235] private void findXOTclClassInstances(char[] token, Set methodNames, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[246] Set elements = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[246] Set elements = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[247] elements.addAll(methodNames); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[250] engine.findFields(token, true, engine.toList(elements), ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation toList(Set) of the generic method toList(Set) of type TclCompletionEngine [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[250] engine.findFields(token, true, engine.toList(elements), ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[250] engine.findFields(token, true, engine.toList(elements), ^^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Set [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[252] methodNames.addAll(elements); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[256] char[] token, Set methodNames, TclCompletionEngine engine) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[277] Set methods = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[277] Set methods = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[279] Set result = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[279] Set result = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[288] result.addAll(Arrays.asList(ms)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[314] result.add(e); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[335] private void completeClassMethods(String name, char[] cs, Set methodNames, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[337] Set completions = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[337] Set completions = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[345] Set methods = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[345] Set methods = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[346] methods.addAll(methodNames); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[348] methods.removeAll(methodNames); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[359] private void addKeywords(char[] cs, String[] keywords, Set methodNames, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[361] List k = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[361] List k = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[367] k.add(kkw); ^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[368] methodNames.add(kkw); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[372] String kw[] = (String[]) k.toArray(new String[k.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[376] private void findMethodsShortName(char[] cs, Set methods, Set allMethods, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[376] private void findMethodsShortName(char[] cs, Set methods, Set allMethods, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[378] List methodsList = engine.toList(methods); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[378] List methodsList = engine.toList(methods); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation toList(Set) of the generic method toList(Set) of type TclCompletionEngine [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[378] List methodsList = engine.toList(methods); ^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Set [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[379] List methodNames = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[379] List methodNames = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[380] List remove = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[380] List remove = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[381] for (Iterator iterator = methodsList.iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[385] methodNames.add(methodName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[386] allMethods.add(methodName); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[388] remove.add(method); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[391] for (Iterator iterator = remove.iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[395] engine.findMethods(cs, true, methodsList, methodNames); ^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[395] engine.findMethods(cs, true, methodsList, methodNames); ^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[398] protected void findProcsFromMixin(final Set methods, String tok, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[403] protected void findInstProcsFromMixin(final Set methods, String tok, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[408] private void findXOTclClasses(char[] token, Set methodNames, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[420] Set methods = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[420] Set methods = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[421] methods.addAll(methodNames); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[423] methods.removeAll(methodNames); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[426] engine.findTypes(token, true, engine.toList(methods)); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation toList(Set) of the generic method toList(Set) of type TclCompletionEngine [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[426] engine.findTypes(token, true, engine.toList(methods)); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[426] engine.findTypes(token, true, engine.toList(methods)); ^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Set [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[429] protected void findClassesFromMixin(final Set completions, String tok, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[434] protected void findClassesInstanceFromMixin(final Set completions, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[446] Set methodNames, TclStatement st, TclCompletionEngine engine) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java:[473] public boolean modelFilter(Set completions, IModelElement modelElement) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/core/XOTclParseUtil.java:[17] List levels = TclParseUtil.findLevelsTo(module, parent); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/core/XOTclParseUtil.java:[21] List childs = TclASTUtil.getStatements(astNodeParent); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/core/XOTclParseUtil.java:[52] List levels = TclParseUtil.findLevelsTo(module, parent); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/core/XOTclParseUtil.java:[56] List childs = TclASTUtil.getStatements(astNodeParent); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/parser/structure/XOTclModelDetector.java:[17] import org.eclipse.dltk.tcl.core.ITclCommandDetector.CommandInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.dltk.tcl.core.ITclCommandDetector.CommandInfo is never used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/parser/structure/XOTclModelDetector.java:[22] import org.eclipse.dltk.xotcl.internal.core.parser.XOTclCommandDetector.XOTclGlobalClassParameter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.dltk.xotcl.internal.core.parser.XOTclCommandDetector.XOTclGlobalClassParameter is never used 107. INFO in /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/parser/structure/XOTclModelDetector.java (at line 206) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/search/mixin/model/XOTclClass.java:[12] private String namespaceKey; ^^^^^^^^^^^^ The value of the field XOTclClass.namespaceKey is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/parser/XOTclCommandDetector.java:[28] private boolean runtimeModel = false; ^^^^^^^^^^^^ The value of the field XOTclCommandDetector.runtimeModel is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/parser/XOTclCommandDetector.java:[30] private Set names = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/parser/XOTclCommandDetector.java:[30] private Set names = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/parser/XOTclCommandDetector.java:[303] this.names.add(names[i]); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/search/mixin/XOTclMixinBuildVisitorExtension.java:[48] List levels = TclParseUtil.findLevelsTo(original.getModuleDeclaration(), ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/search/mixin/XOTclMixinBuildVisitorExtension.java:[96] List levels = TclParseUtil.findLevelsTo(original.getModuleDeclaration(), ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/search/mixin/XOTclMixinBuildVisitorExtension.java:[109] List levels = TclParseUtil.findLevelsTo(original.getModuleDeclaration(), ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/core/documentation/XOTclDocumentationResolver.java:[20] List sts = TclParseUtil.findLevelFromModule(module, member, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/core/documentation/XOTclDocumentationResolver.java:[37] List statements = TclASTUtil.getStatements(parent); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/parser/XOTclMixinUtils.java:[13] .find( commandNameValue.replaceAll("::", IMixinRequestor.MIXIN_NAME_SEPARATOR), 1000); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method find(String, long) from the type MixinModel is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/parser/processors/xotcl/XOTclClassProcessor.java:[73] List/* < Statement > */st = null; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/parser/processors/xotcl/XOTclClassProcessor.java:[77] List arguments = OldTclParserUtils.parseArguments(st); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/parser/processors/xotcl/XOTclClassProcessor.java:[86] type.getStatements().add(decl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclResolver.java:[33] List supersToHandle = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclResolver.java:[33] List supersToHandle = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclResolver.java:[70] private static void fillSupers(IType parentType, List supers) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclResolver.java:[76] supers.add(superClasses[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclResolver.java:[100] .find(pattern + "*"); ^^^^^^^^^^^^^^^^^^^ The method find(String) from the type MixinModel is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclResolver.java:[101] List elements = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclResolver.java:[101] List elements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclResolver.java:[117] elements.add(((ITclMixinElement) allObjects[j]) .getModelElement()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclResolver.java:[123] return (IModelElement[]) elements.toArray(new IModelElement[elements .size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/parser/structure/XOTclClassProc.java:[23] import org.eclipse.dltk.tcl.internal.core.parser.processors.tcl.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/parser/structure/XOTclClassProc.java:[41] Messages.TclProcProcessor_Wrong_Number_of_Arguments); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/parser/structure/XOTclClassProc.java:[41] Messages.TclProcProcessor_Wrong_Number_of_Arguments); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'Messages.TclProcProcessor_Wrong_Number_of_Arguments' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/parser/processors/xotcl/XOTclClassAllProcProcessor.java:[19] import org.eclipse.dltk.tcl.internal.core.parser.processors.tcl.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/parser/processors/xotcl/XOTclClassAllProcProcessor.java:[56] Messages.TclProcProcessor_Wrong_Number_of_Arguments, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/parser/processors/xotcl/XOTclClassAllProcProcessor.java:[56] Messages.TclProcProcessor_Wrong_Number_of_Arguments, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'Messages.TclProcProcessor_Wrong_Number_of_Arguments' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/parser/processors/xotcl/XOTclClassAllProcProcessor.java:[68] this.report(parser, Messages.TclProcProcessor_Empty_Proc_Name, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/parser/processors/xotcl/XOTclClassAllProcProcessor.java:[68] this.report(parser, Messages.TclProcProcessor_Empty_Proc_Name, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'Messages.TclProcProcessor_Empty_Proc_Name' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/parser/processors/xotcl/XOTclClassAllProcProcessor.java:[76] List arguments = null; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/parser/processors/xotcl/XOTclClassAllProcProcessor.java:[78] List/* < Statement > */st = null; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/parser/processors/xotcl/XOTclClassAllProcProcessor.java:[85] arguments = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/parser/processors/xotcl/XOTclClassAllProcProcessor.java:[88] arguments.add(a); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/parser/processors/xotcl/XOTclClassAllProcProcessor.java:[126] ((TypeDeclaration) decl).getMethodList().add(method); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/parser/structure/XOTclClassCreate.java:[18] import org.eclipse.dltk.ast.Modifiers; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.dltk.ast.Modifiers is never used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/core/ast/xotcl/XOTclDocumentationNode.java:[10] Map descriptions = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/core/ast/xotcl/XOTclDocumentationNode.java:[10] Map descriptions = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/core/ast/xotcl/XOTclDocumentationNode.java:[19] this.descriptions.put(key, content); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/core/ast/xotcl/XOTclDocumentationNode.java:[24] this.descriptions.put(key, this.descriptions.get(key) + "\n" + content); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/core/ast/xotcl/XOTclDocumentationNode.java:[28] this.descriptions.put(key, content); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/parser/XOTclSourceElementRequestVisitorExtension.java:[39] List childs = arguments.getChilds(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclSelectionExtension.java:[181] List levels = TclParseUtil.findLevelsTo(engine.getAssistParser().getModule(), ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclSelectionExtension.java:[262] List supersToHandle = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclSelectionExtension.java:[262] List supersToHandle = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclSelectionExtension.java:[360] List supersToHandle = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclSelectionExtension.java:[360] List supersToHandle = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclSelectionExtension.java:[371] supersToHandle.add(superClasses[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclSelectionExtension.java:[403] .find(pattern + "*"); ^^^^^^^^^^^^^^^^^^^ The method find(String) from the type MixinModel is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/XOTclSelectionExtension.java:[407] find = TclMixinModel.getInstance().getMixin(project).find( newPattern + "*"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method find(String) from the type MixinModel is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/search/XOTclMatchLocatorExtension.java:[10] import org.eclipse.dltk.internal.core.search.matching.MatchingNodeSet; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MatchingNodeSet' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/org/eclipse/dltk/xotcl/internal/core/search/XOTclMatchLocatorExtension.java:[19] MatchingNodeSet nodeSet) { ^^^^^^^^^^^^^^^ Discouraged access: The type 'MatchingNodeSet' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') 160 problems (0 errors, 158 warnings, 2 infos) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.xotcl.core --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.xotcl.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.xotcl.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.xotcl.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.xotcl.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.xotcl.core --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/org.eclipse.dltk.xotcl.core-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.xotcl.core --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/org.eclipse.dltk.xotcl.core-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.xotcl.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.xotcl.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/org.eclipse.dltk.xotcl.core-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/org.eclipse.dltk.xotcl.core-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.xotcl.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.xotcl.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.xotcl.core --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.xotcl.core --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/org.eclipse.dltk.xotcl.core-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/xotcl/org.eclipse.dltk.xotcl.core/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl.core-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/xotcl/org.eclipse.dltk.xotcl.core/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl.core-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/org.eclipse.dltk.xotcl.core-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/xotcl/org.eclipse.dltk.xotcl.core/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl.core-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/xotcl/org.eclipse.dltk.xotcl.core/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl.core-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/xotcl/org.eclipse.dltk.xotcl.core/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl.core-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.xotcl.core --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] -------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.core.indexer >------- [INFO] Building org.eclipse.dltk.tcl.core.indexer 6.3.0-SNAPSHOT [72/92] [INFO] from ../org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.tcl.core.indexer --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.core.indexer --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.core.indexer --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.core.indexer --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.core.indexer --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.tcl.core.indexer --- [INFO] Resolving class path of org.eclipse.dltk.tcl.core.indexer... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.tcl.core.indexer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.tcl.core.indexer --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/src/org/eclipse/dltk/tcl/core/indexer/DLTKIndexerApplication.java:[34] Map arguments = context.getArguments(); ^^^ Map is a raw type. References to generic type Map should be parameterized 1 problem (1 warning) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.tcl.core.indexer --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.tcl.core.indexer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.tcl.core.indexer --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.tcl.core.indexer --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.tcl.core.indexer --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.core.indexer --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/target/org.eclipse.dltk.tcl.core.indexer-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.core.indexer --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/target/org.eclipse.dltk.tcl.core.indexer-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.core.indexer --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.tcl.core.indexer --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/target/org.eclipse.dltk.tcl.core.indexer-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/target/org.eclipse.dltk.tcl.core.indexer-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.tcl.core.indexer --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.tcl.core.indexer --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.tcl.core.indexer --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.tcl.core.indexer --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/target/org.eclipse.dltk.tcl.core.indexer-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.core.indexer/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.core.indexer-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.core.indexer/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.core.indexer-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/target/org.eclipse.dltk.tcl.core.indexer-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.core.indexer/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.core.indexer-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.core.indexer/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.core.indexer-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.core.indexer/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.core.indexer-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.tcl.core.indexer --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] -------------------< org.eclipse.dltk.tcl:tcl.tests >------------------- [INFO] Building tcl.tests 6.3.0-SNAPSHOT [73/92] [INFO] from ../org.eclipse.dltk.tcl/tcl/tests/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tcl.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ tcl.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ tcl.tests --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ tcl.tests --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ tcl.tests --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/tcl.tests/6.3.0-SNAPSHOT/tcl.tests-6.3.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.tests >----------- [INFO] Building org.eclipse.dltk.tcl.tests 6.3.0-SNAPSHOT [74/92] [INFO] from ../org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:2.7.5:test (default-test)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.tcl.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.tests --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.tests --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.tcl.tests --- [INFO] Resolving class path of org.eclipse.dltk.tcl.tests... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.tcl.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.tcl.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/src/org/eclipse/dltk/tcl/tests/model/TclASTBuildTests.java:[47] IScriptProject project = setUpScriptProject(prj, TclTestsPlugin.PLUGIN_NAME); ^^^^^^^ The value of the local variable project is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/src/org/eclipse/dltk/tcl/tests/model/ModelTclTests.java:[41] IScriptProject project = setUpScriptProject(prj, TclTestsPlugin.PLUGIN_NAME); ^^^^^^^ The value of the local variable project is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/src/org/eclipse/dltk/tcl/tests/model/ModelTclTests.java:[62] IScriptProject project = setUpScriptProject(prj, TclTestsPlugin.PLUGIN_NAME); ^^^^^^^ The value of the local variable project is not used 3 problems (3 warnings) [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.tcl.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.tcl.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/target/org.eclipse.dltk.tcl.tests-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/target/org.eclipse.dltk.tcl.tests-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.tcl.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/target/org.eclipse.dltk.tcl.tests-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/target/org.eclipse.dltk.tcl.tests-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.tcl.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.dltk.tcl.tests --- [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.tcl.tests --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/target/org.eclipse.dltk.tcl.tests-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.tests-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.tests-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/target/org.eclipse.dltk.tcl.tests-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.tests-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.tests-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.tests-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.tcl.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] -------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.parser.tests >------- [INFO] Building org.eclipse.dltk.tcl.parser.tests 6.3.0-SNAPSHOT [75/92] [INFO] from ../org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:2.7.5:test (default-test)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.tcl.parser.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.parser.tests --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.parser.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.parser.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.parser.tests --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.tcl.parser.tests --- [INFO] Resolving class path of org.eclipse.dltk.tcl.parser.tests... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.tcl.parser.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.tcl.parser.tests --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/src/org/eclipse/dltk/tcl/parser/tests/PerfomanceTests.java:[49] List module = parser.parse(contents, errors, processor); ^^^^^^ The value of the local variable module is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/src/org/eclipse/dltk/tcl/parser/tests/ProcCommandTests.java:[36] TclCommand cmd = typedCheck(source, 0, 1); ^^^ The value of the local variable cmd is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/src/org/eclipse/dltk/tcl/parser/tests/PerformanceParsingTests.java:[75] final BufferedWriter writer = fout != null ^^^^^^ Resource 'writer' should be managed by try-with-resource [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/src/org/eclipse/dltk/tcl/parser/tests/PerformanceParsingTests.java:[99] List commands = parser.parse(source, col, ^^^^^^^^ The value of the local variable commands is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/src/org/eclipse/dltk/tcl/parser/tests/TestScopeProcessor.java:[37] List lst = (List) this.commands.get(command); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/src/org/eclipse/dltk/tcl/parser/tests/TestScopeProcessor.java:[62] commands.addAll((List) o); ^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List 6 problems (6 warnings) [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.tcl.parser.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.tcl.parser.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.parser.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/target/org.eclipse.dltk.tcl.parser.tests-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.parser.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/target/org.eclipse.dltk.tcl.parser.tests-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.parser.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.tcl.parser.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/target/org.eclipse.dltk.tcl.parser.tests-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/target/org.eclipse.dltk.tcl.parser.tests-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.tcl.parser.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.dltk.tcl.parser.tests --- [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.tcl.parser.tests --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/target/org.eclipse.dltk.tcl.parser.tests-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.parser.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.parser.tests-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.parser.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.parser.tests-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/target/org.eclipse.dltk.tcl.parser.tests-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.parser.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.parser.tests-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.parser.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.parser.tests-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.parser.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.parser.tests-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.tcl.parser.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.core.tests >-------- [INFO] Building org.eclipse.dltk.tcl.core.tests 6.3.0-SNAPSHOT [76/92] [INFO] from ../org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:2.7.5:test (default-test)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.tcl.core.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.core.tests --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.core.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.core.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.core.tests --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.tcl.core.tests --- [INFO] Resolving class path of org.eclipse.dltk.tcl.core.tests... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.tcl.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.tcl.core.tests --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/src/org/eclipse/dltk/tcl/parser/tests/NewTclParserTests.java:[10] import org.eclipse.dltk.tcl.internal.parser.TclSourceParser; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type TclSourceParser is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/src/org/eclipse/dltk/tcl/parser/tests/NewTclParserTests.java:[19] TclSourceParser oldParser = new TclSourceParser(); ^^^^^^^^^^^^^^^ The type TclSourceParser is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/src/org/eclipse/dltk/tcl/parser/tests/NewTclParserTests.java:[19] TclSourceParser oldParser = new TclSourceParser(); ^^^^^^^^^^^^^^^ The type TclSourceParser is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/src/org/eclipse/dltk/tcl/parser/tests/NewTclParserTests.java:[19] TclSourceParser oldParser = new TclSourceParser(); ^^^^^^^^^^^^^^^^^ The constructor TclSourceParser() is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/src/org/eclipse/dltk/tcl/parser/tests/NewTclParserTests.java:[21] ModuleDeclaration oldAST = oldParser.parse(input, null); ^^^^^^ The value of the local variable oldAST is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/src/org/eclipse/dltk/tcl/parser/tests/NewTclParserTests.java:[21] ModuleDeclaration oldAST = oldParser.parse(input, null); ^^^^^^^^^^^^^^^^^^ The method parse(IModuleSource, IProblemReporter) from the type TclSourceParser is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/src/org/eclipse/dltk/tcl/parser/tests/NewTclParserTests.java:[25] List childs = ast.getStatements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/src/org/eclipse/dltk/tcl/parser/tests/NewTclParserTests.java:[28] List arguments = method.getArguments(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/src/org/eclipse/dltk/tcl/parser/structure/StructureParserTests.java:[30] import org.eclipse.dltk.tcl.internal.structure.TclSourceElementParser2; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TclSourceElementParser2' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/src/org/eclipse/dltk/tcl/parser/structure/StructureParserTests.java:[112] Collector newStructure = parse(input, new TclSourceElementParser2() { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TclSourceElementParser2' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/src/org/eclipse/dltk/tcl/parser/structure/StructureParserTests.java:[112] Collector newStructure = parse(input, new TclSourceElementParser2() { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'TclSourceElementParser2()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/src/org/eclipse/dltk/tcl/parser/tests/AllParseTests.java:[107] ModuleDeclaration module1 = (ModuleDeclaration) parser ^^^^^^^ The value of the local variable module1 is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/src/org/eclipse/dltk/tcl/parser/tests/AllParseTests.java:[122] ModuleDeclaration module2 = newSourceParser.parse(null, module, ^^^^^^^ The value of the local variable module2 is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/src/org/eclipse/dltk/tcl/core/tests/model/SearchTests.java:[254] ISourceModule module = getSourceModule(TCLSEARCH, "src", ^^^^^^ The value of the local variable module is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/src/org/eclipse/dltk/tcl/core/tests/model/SearchTests.java:[272] IScriptProject project = getScriptProject(TCLSEARCH); ^^^^^^^ The value of the local variable project is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/src/org/eclipse/dltk/tcl/core/tests/model/SearchTests.java:[274] List sources = searchSourceOnly("*", FIELD, DECLARATIONS, ^^^^ List is a raw type. References to generic type List should be parameterized 17 problems (0 errors, 16 warnings, 1 info) [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.tcl.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.tcl.core.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/target/org.eclipse.dltk.tcl.core.tests-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/target/org.eclipse.dltk.tcl.core.tests-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.core.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.tcl.core.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/target/org.eclipse.dltk.tcl.core.tests-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/target/org.eclipse.dltk.tcl.core.tests-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.tcl.core.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.dltk.tcl.core.tests --- [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.tcl.core.tests --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/target/org.eclipse.dltk.tcl.core.tests-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.core.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.core.tests-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.core.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.core.tests-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/target/org.eclipse.dltk.tcl.core.tests-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.core.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.core.tests-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.core.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.core.tests-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.core.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.core.tests-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.tcl.core.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] -----< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.formatter.tests >------ [INFO] Building org.eclipse.dltk.tcl.formatter.tests 6.3.0-SNAPSHOT [77/92] [INFO] from ../org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:2.7.5:test (default-test)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.tcl.formatter.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.formatter.tests --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.formatter.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.formatter.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.formatter.tests --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.tcl.formatter.tests --- [INFO] Resolving class path of org.eclipse.dltk.tcl.formatter.tests... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.tcl.formatter.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.tcl.formatter.tests --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/src/org/eclipse/dltk/tcl/formatter/tests/IndentationTest.java:[29] new Integer(3)); ^^^^^^^^^^ The constructor Integer(int) has been deprecated and marked for removal 3. INFO in /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/src/org/eclipse/dltk/tcl/formatter/tests/BlankLinesTest.java (at line 22) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/src/org/eclipse/dltk/tcl/formatter/tests/BlankLinesTest.java:[26] new Integer(1)); ^^^^^^^^^^ The constructor Integer(int) has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/src/org/eclipse/dltk/tcl/formatter/tests/BlankLinesTest.java:[28] new Integer(2)); ^^^^^^^^^^ The constructor Integer(int) has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/src/org/eclipse/dltk/tcl/formatter/tests/BlankLinesTest.java:[30] new Integer(1)); ^^^^^^^^^^ The constructor Integer(int) has been deprecated and marked for removal 7. INFO in /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/src/org/eclipse/dltk/tcl/formatter/tests/IncrTclTests.java (at line 9) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 8. INFO in /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/src/org/eclipse/dltk/tcl/formatter/tests/CodeTest.java (at line 21) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 9. INFO in /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/src/org/eclipse/dltk/tcl/formatter/tests/SimpleTests.java (at line 17) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 10. INFO in /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/src/org/eclipse/dltk/tcl/formatter/tests/CommentsWrapTest.java (at line 21) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 11. INFO in /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/src/org/eclipse/dltk/tcl/formatter/tests/XOTclTests.java (at line 9) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 12. INFO in /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/src/org/eclipse/dltk/tcl/formatter/tests/SwitchTests.java (at line 21) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 13. INFO in /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/src/org/eclipse/dltk/tcl/formatter/tests/PreserveEmptyLinesTest.java (at line 21) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 14. INFO in /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/src/org/eclipse/dltk/tcl/formatter/tests/IndentationOffTest.java (at line 23) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/src/org/eclipse/dltk/tcl/formatter/tests/IndentationOffTest.java:[29] new Integer(3)); ^^^^^^^^^^ The constructor Integer(int) has been deprecated and marked for removal 16. INFO in /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/src/org/eclipse/dltk/tcl/formatter/tests/FullTest.java (at line 23) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/src/org/eclipse/dltk/tcl/formatter/tests/FullTest.java:[29] new Integer(1)); ^^^^^^^^^^ The constructor Integer(int) has been deprecated and marked for removal 17 problems (0 errors, 6 warnings, 11 infos) [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.tcl.formatter.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.tcl.formatter.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.formatter.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/target/org.eclipse.dltk.tcl.formatter.tests-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.formatter.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/target/org.eclipse.dltk.tcl.formatter.tests-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.formatter.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.tcl.formatter.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/target/org.eclipse.dltk.tcl.formatter.tests-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/target/org.eclipse.dltk.tcl.formatter.tests-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.tcl.formatter.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.dltk.tcl.formatter.tests --- [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.tcl.formatter.tests --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/target/org.eclipse.dltk.tcl.formatter.tests-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.formatter.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.formatter.tests-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.formatter.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.formatter.tests-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/target/org.eclipse.dltk.tcl.formatter.tests-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.formatter.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.formatter.tests-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.formatter.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.formatter.tests-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.formatter.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.formatter.tests-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.tcl.formatter.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] -----< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.validators.tests >----- [INFO] Building org.eclipse.dltk.tcl.validators.tests 6.3.0-SNAPSHOT [78/92] [INFO] from ../org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:2.7.5:test (default-test)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.tcl.validators.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.validators.tests --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.validators.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.validators.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.validators.tests --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.tcl.validators.tests --- [INFO] Resolving class path of org.eclipse.dltk.tcl.validators.tests... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.tcl.validators.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.tcl.validators.tests --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/src/org/eclipse/dltk/tcl/validators/internal/tests/ArgumentsDefinitionCheckTest.java:[246] int scripts = 0; ^^^^^^^ The value of the local variable scripts is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/src/org/eclipse/dltk/tcl/validators/internal/tests/CommandRedefinitionCheckTest.java:[106] int count = 0; ^^^^^ The value of the local variable count is not used 2 problems (2 warnings) [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.tcl.validators.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.tcl.validators.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.validators.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/target/org.eclipse.dltk.tcl.validators.tests-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.validators.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/target/org.eclipse.dltk.tcl.validators.tests-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.validators.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.tcl.validators.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/target/org.eclipse.dltk.tcl.validators.tests-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/target/org.eclipse.dltk.tcl.validators.tests-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.tcl.validators.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.dltk.tcl.validators.tests --- [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.tcl.validators.tests --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/target/org.eclipse.dltk.tcl.validators.tests-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.validators.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.validators.tests-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.validators.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.validators.tests-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/target/org.eclipse.dltk.tcl.validators.tests-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.validators.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.validators.tests-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.validators.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.validators.tests-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.validators.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.validators.tests-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.tcl.validators.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ---------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.ui.tests >--------- [INFO] Building org.eclipse.dltk.tcl.ui.tests 6.3.0-SNAPSHOT [79/92] [INFO] from ../org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:2.7.5:test (default-test)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.tcl.ui.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.ui.tests --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.ui.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.ui.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.ui.tests --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.tcl.ui.tests --- [INFO] Resolving class path of org.eclipse.dltk.tcl.ui.tests... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.tcl.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.tcl.ui.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[17] import org.eclipse.dltk.tcl.internal.ui.text.TclAutoEditStrategy; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TclAutoEditStrategy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[18] import org.eclipse.dltk.tcl.internal.ui.text.TclPartitionScanner; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TclPartitionScanner' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') 3. INFO in /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java (at line 34) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[40] private TclAutoEditStrategy strategy; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TclAutoEditStrategy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[52] new TclPartitionScanner(), types); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TclPartitionScanner' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[52] new TclPartitionScanner(), types); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'TclPartitionScanner()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[62] strategy = new TclAutoEditStrategy(fStore, ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TclAutoEditStrategy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[62] strategy = new TclAutoEditStrategy(fStore, ^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'TclAutoEditStrategy(IPreferenceStore, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[178] strategy.customizeDocumentCommand(temp, c); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TclAutoEditStrategy.customizeDocumentCommand(IDocument, DocumentCommand)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[216] strategy.customizeDocumentCommand(temp, c); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TclAutoEditStrategy.customizeDocumentCommand(IDocument, DocumentCommand)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[246] strategy.customizeDocumentCommand(temp, c); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TclAutoEditStrategy.customizeDocumentCommand(IDocument, DocumentCommand)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[282] strategy.customizeDocumentCommand(temp, c); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TclAutoEditStrategy.customizeDocumentCommand(IDocument, DocumentCommand)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[317] strategy.customizeDocumentCommand(temp, c); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TclAutoEditStrategy.customizeDocumentCommand(IDocument, DocumentCommand)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[349] strategy.customizeDocumentCommand(temp, c); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TclAutoEditStrategy.customizeDocumentCommand(IDocument, DocumentCommand)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[418] strategy.customizeDocumentCommand(temp, c); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TclAutoEditStrategy.customizeDocumentCommand(IDocument, DocumentCommand)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[451] strategy.customizeDocumentCommand(temp, c); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TclAutoEditStrategy.customizeDocumentCommand(IDocument, DocumentCommand)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[485] strategy.customizeDocumentCommand(temp, c); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TclAutoEditStrategy.customizeDocumentCommand(IDocument, DocumentCommand)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[508] strategy.customizeDocumentCommand(doc, cmd); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TclAutoEditStrategy.customizeDocumentCommand(IDocument, DocumentCommand)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[515] strategy.customizeDocumentCommand(doc, cmd); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TclAutoEditStrategy.customizeDocumentCommand(IDocument, DocumentCommand)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[522] strategy.customizeDocumentCommand(doc, cmd); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TclAutoEditStrategy.customizeDocumentCommand(IDocument, DocumentCommand)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[529] strategy.customizeDocumentCommand(doc, cmd); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TclAutoEditStrategy.customizeDocumentCommand(IDocument, DocumentCommand)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[535] strategy.customizeDocumentCommand(new Document(""), cmd); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TclAutoEditStrategy.customizeDocumentCommand(IDocument, DocumentCommand)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[540] strategy.customizeDocumentCommand(new Document(""), cmd); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TclAutoEditStrategy.customizeDocumentCommand(IDocument, DocumentCommand)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[545] strategy.customizeDocumentCommand(new Document(""), cmd); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TclAutoEditStrategy.customizeDocumentCommand(IDocument, DocumentCommand)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[555] strategy.customizeDocumentCommand(new Document("("), cmd); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TclAutoEditStrategy.customizeDocumentCommand(IDocument, DocumentCommand)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[559] strategy.customizeDocumentCommand(new Document("()"), cmd); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TclAutoEditStrategy.customizeDocumentCommand(IDocument, DocumentCommand)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[563] strategy.customizeDocumentCommand(new Document("\"\""), cmd); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TclAutoEditStrategy.customizeDocumentCommand(IDocument, DocumentCommand)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[569] strategy.customizeDocumentCommand(new Document(")"), cmd); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TclAutoEditStrategy.customizeDocumentCommand(IDocument, DocumentCommand)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[573] strategy.customizeDocumentCommand(new Document("\n\thi!!!\n}"), cmd); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TclAutoEditStrategy.customizeDocumentCommand(IDocument, DocumentCommand)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[579] strategy.customizeDocumentCommand(new Document("proc foo { doo"), cmd); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TclAutoEditStrategy.customizeDocumentCommand(IDocument, DocumentCommand)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[585] strategy.customizeDocumentCommand(new Document("proc foo { doo"), cmd); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TclAutoEditStrategy.customizeDocumentCommand(IDocument, DocumentCommand)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[592] strategy.customizeDocumentCommand(new Document(text), cmd); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TclAutoEditStrategy.customizeDocumentCommand(IDocument, DocumentCommand)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[603] strategy.customizeDocumentCommand(d, cmd); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TclAutoEditStrategy.customizeDocumentCommand(IDocument, DocumentCommand)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[626] strategy.customizeDocumentCommand(doc, c); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TclAutoEditStrategy.customizeDocumentCommand(IDocument, DocumentCommand)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/indenting/SimpleIndentingTest.java:[648] strategy.customizeDocumentCommand(doc, c); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'TclAutoEditStrategy.customizeDocumentCommand(IDocument, DocumentCommand)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[40] import org.eclipse.dltk.internal.core.BuildpathEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[41] import org.eclipse.dltk.internal.corext.buildpath.AddLibraryOperation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AddLibraryOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[42] import org.eclipse.dltk.internal.corext.buildpath.AddSelectedLibraryOperation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AddSelectedLibraryOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[43] import org.eclipse.dltk.internal.corext.buildpath.AddSelectedSourceFolderOperation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AddSelectedSourceFolderOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[44] import org.eclipse.dltk.internal.corext.buildpath.BuildpathModifier; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[45] import org.eclipse.dltk.internal.corext.buildpath.BuildpathModifierOperation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[46] import org.eclipse.dltk.internal.corext.buildpath.EditFiltersOperation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EditFiltersOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[47] import org.eclipse.dltk.internal.corext.buildpath.ExcludeOperation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExcludeOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[48] import org.eclipse.dltk.internal.corext.buildpath.IBuildpathInformationProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[49] import org.eclipse.dltk.internal.corext.buildpath.IncludeOperation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IncludeOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[50] import org.eclipse.dltk.internal.corext.buildpath.RemoveFromBuildpathOperation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RemoveFromBuildpathOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[51] import org.eclipse.dltk.internal.corext.buildpath.ResetOperation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResetOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[52] import org.eclipse.dltk.internal.corext.buildpath.UnexcludeOperation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UnexcludeOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[53] import org.eclipse.dltk.internal.corext.buildpath.UnincludeOperation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UnincludeOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[54] import org.eclipse.dltk.internal.ui.scriptview.BuildPathContainer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildPathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[55] import org.eclipse.dltk.internal.ui.wizards.NewWizardMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NewWizardMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[56] import org.eclipse.dltk.internal.ui.wizards.buildpath.BPListElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BPListElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[57] import org.eclipse.dltk.internal.ui.wizards.buildpath.newsourcepage.BuildpathModifierQueries; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[58] import org.eclipse.dltk.internal.ui.wizards.buildpath.newsourcepage.BuildpathModifierQueries.IAddArchivesQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries.IAddArchivesQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[59] import org.eclipse.dltk.internal.ui.wizards.buildpath.newsourcepage.BuildpathModifierQueries.IAddLibrariesQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries.IAddLibrariesQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[60] import org.eclipse.dltk.internal.ui.wizards.buildpath.newsourcepage.BuildpathModifierQueries.ICreateFolderQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries.ICreateFolderQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[61] import org.eclipse.dltk.internal.ui.wizards.buildpath.newsourcepage.BuildpathModifierQueries.ILinkToQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries.ILinkToQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[62] import org.eclipse.dltk.internal.ui.wizards.buildpath.newsourcepage.BuildpathModifierQueries.IRemoveLinkedFolderQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries.IRemoveLinkedFolderQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[70] private static final Class THIS= NewProjectWizardTest.class; ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[93] suite.addTestSuite(NewEmptyProjectWizardTest.THIS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Class needs unchecked conversion to conform to Class [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[94] suite.addTestSuite(NewProjectWizardOperationTest.THIS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Class needs unchecked conversion to conform to Class [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[109] IFolder folder= (IFolder)executeOperation(IBuildpathInformationProvider.CREATE_FOLDER, null, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[109] IFolder folder= (IFolder)executeOperation(IBuildpathInformationProvider.CREATE_FOLDER, null, ^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.CREATE_FOLDER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[114] assertTrue(BuildpathModifier.getBuildpathEntryFor(folder.getFullPath(), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[114] assertTrue(BuildpathModifier.getBuildpathEntryFor(folder.getFullPath(), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BuildpathModifier.getBuildpathEntryFor(IPath, IScriptProject, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[120] IProjectFragment root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.CREATE_FOLDER, null, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[120] IProjectFragment root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.CREATE_FOLDER, null, ^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.CREATE_FOLDER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[125] assertFalse(BuildpathModifier.getBuildpathEntryFor(root.getPath(), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[125] assertFalse(BuildpathModifier.getBuildpathEntryFor(root.getPath(), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BuildpathModifier.getBuildpathEntryFor(IPath, IScriptProject, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[132] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[132] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries.ICreateFolderQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[132] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[132] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries.ICreateFolderQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[147] IFolder folder= (IFolder)executeOperation(IBuildpathInformationProvider.CREATE_FOLDER, parentRoot, folderQuery, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[147] IFolder folder= (IFolder)executeOperation(IBuildpathInformationProvider.CREATE_FOLDER, parentRoot, folderQuery, null); ^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.CREATE_FOLDER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[151] assertTrue(BuildpathModifier.getBuildpathEntryFor(new Path(fNormalFolder), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[151] assertTrue(BuildpathModifier.getBuildpathEntryFor(new Path(fNormalFolder), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BuildpathModifier.getBuildpathEntryFor(IPath, IScriptProject, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[159] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[159] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries.ICreateFolderQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[159] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[159] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries.ICreateFolderQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[174] IProjectFragment root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.CREATE_FOLDER, parentRoot, folderQuery, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[174] IProjectFragment root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.CREATE_FOLDER, parentRoot, folderQuery, null); ^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.CREATE_FOLDER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[178] assertFalse(BuildpathModifier.getBuildpathEntryFor(root.getPath(), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[178] assertFalse(BuildpathModifier.getBuildpathEntryFor(root.getPath(), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BuildpathModifier.getBuildpathEntryFor(IPath, IScriptProject, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[188] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[188] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries.ICreateFolderQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[188] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[188] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries.ICreateFolderQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[203] IFolder folder= (IFolder)executeOperation(IBuildpathInformationProvider.CREATE_FOLDER, fragment, folderQuery, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[203] IFolder folder= (IFolder)executeOperation(IBuildpathInformationProvider.CREATE_FOLDER, fragment, folderQuery, null); ^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.CREATE_FOLDER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[208] assertTrue(BuildpathModifier.getBuildpathEntryFor(folder.getFullPath(), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[208] assertTrue(BuildpathModifier.getBuildpathEntryFor(folder.getFullPath(), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BuildpathModifier.getBuildpathEntryFor(IPath, IScriptProject, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[219] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[219] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries.ICreateFolderQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[219] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[219] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries.ICreateFolderQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[234] IProjectFragment root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.CREATE_FOLDER, fragment, folderQuery, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[234] IProjectFragment root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.CREATE_FOLDER, fragment, folderQuery, null); ^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.CREATE_FOLDER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[239] assertFalse(BuildpathModifier.getBuildpathEntryFor(root.getPath(), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[239] assertFalse(BuildpathModifier.getBuildpathEntryFor(root.getPath(), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BuildpathModifier.getBuildpathEntryFor(IPath, IScriptProject, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[344] assertTrue(BuildpathModifier.getBuildpathEntryFor(fProject.getPath(), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[344] assertTrue(BuildpathModifier.getBuildpathEntryFor(fProject.getPath(), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BuildpathModifier.getBuildpathEntryFor(IPath, IScriptProject, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[345] assertFalse(BuildpathModifier.getBuildpathEntryFor(root.getPath(), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[345] assertFalse(BuildpathModifier.getBuildpathEntryFor(root.getPath(), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BuildpathModifier.getBuildpathEntryFor(IPath, IScriptProject, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[349] IScriptProject project= (IScriptProject)executeOperation(IBuildpathInformationProvider.ADD_SEL_SF_TO_BP, fProject, null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[349] IScriptProject project= (IScriptProject)executeOperation(IBuildpathInformationProvider.ADD_SEL_SF_TO_BP, fProject, null, null); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.ADD_SEL_SF_TO_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[353] assertFalse(BuildpathModifier.getBuildpathEntryFor(fProject.getPath(), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[353] assertFalse(BuildpathModifier.getBuildpathEntryFor(fProject.getPath(), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BuildpathModifier.getBuildpathEntryFor(IPath, IScriptProject, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[355] assertFalse(BuildpathModifier.getBuildpathEntryFor(root.getPath(), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[355] assertFalse(BuildpathModifier.getBuildpathEntryFor(root.getPath(), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BuildpathModifier.getBuildpathEntryFor(IPath, IScriptProject, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[356] assertTrue(BuildpathModifier.isExcluded(root.getUnderlyingResource(), fProject)); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[356] assertTrue(BuildpathModifier.isExcluded(root.getUnderlyingResource(), fProject)); ^^^^^^^^^^ Discouraged access: The method 'BuildpathModifier.isExcluded(IResource, IScriptProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[369] IProjectFragment root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.ADD_SEL_LIB_TO_BP, zipFile, null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[369] IProjectFragment root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.ADD_SEL_LIB_TO_BP, zipFile, null, null); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.ADD_SEL_LIB_TO_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[370] assertFalse(BuildpathModifier.getBuildpathEntryFor(root.getPath(), fProject, IBuildpathEntry.BPE_LIBRARY) == null); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[370] assertFalse(BuildpathModifier.getBuildpathEntryFor(root.getPath(), fProject, IBuildpathEntry.BPE_LIBRARY) == null); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BuildpathModifier.getBuildpathEntryFor(IPath, IScriptProject, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[381] IProjectFragment root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.ADD_SEL_LIB_TO_BP, zipFile, null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[381] IProjectFragment root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.ADD_SEL_LIB_TO_BP, zipFile, null, null); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.ADD_SEL_LIB_TO_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[382] assertFalse(BuildpathModifier.getBuildpathEntryFor(root.getPath(), fProject, IBuildpathEntry.BPE_LIBRARY) == null); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[382] assertFalse(BuildpathModifier.getBuildpathEntryFor(root.getPath(), fProject, IBuildpathEntry.BPE_LIBRARY) == null); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BuildpathModifier.getBuildpathEntryFor(IPath, IScriptProject, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[397] assertFalse(BuildpathModifier.getBuildpathEntryFor(entry.getPath(), fProject, IBuildpathEntry.BPE_CONTAINER) == null); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[397] assertFalse(BuildpathModifier.getBuildpathEntryFor(entry.getPath(), fProject, IBuildpathEntry.BPE_CONTAINER) == null); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BuildpathModifier.getBuildpathEntryFor(IPath, IScriptProject, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[399] BuildPathContainer container= (BuildPathContainer)executeOperation(IBuildpathInformationProvider.ADD_LIB_TO_BP, entry, null, null); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildPathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[399] BuildPathContainer container= (BuildPathContainer)executeOperation(IBuildpathInformationProvider.ADD_LIB_TO_BP, entry, null, null); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildPathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[399] BuildPathContainer container= (BuildPathContainer)executeOperation(IBuildpathInformationProvider.ADD_LIB_TO_BP, entry, null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[399] BuildPathContainer container= (BuildPathContainer)executeOperation(IBuildpathInformationProvider.ADD_LIB_TO_BP, entry, null, null); ^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.ADD_LIB_TO_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[400] assertTrue(container.getBuildpathEntry().equals(entry)); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BuildPathContainer.getBuildpathEntry()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[401] assertFalse(BuildpathModifier.getBuildpathEntryFor(entry.getPath(), fProject, IBuildpathEntry.BPE_CONTAINER) == null); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[401] assertFalse(BuildpathModifier.getBuildpathEntryFor(entry.getPath(), fProject, IBuildpathEntry.BPE_CONTAINER) == null); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BuildpathModifier.getBuildpathEntryFor(IPath, IScriptProject, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[412] IFolder folder= (IFolder)executeOperation(IBuildpathInformationProvider.REMOVE_FROM_BP, root, null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[412] IFolder folder= (IFolder)executeOperation(IBuildpathInformationProvider.REMOVE_FROM_BP, root, null, null); ^^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.REMOVE_FROM_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[430] projectRoot= (IProjectFragment)executeOperation(IBuildpathInformationProvider.ADD_SEL_SF_TO_BP, fProject, null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[430] projectRoot= (IProjectFragment)executeOperation(IBuildpathInformationProvider.ADD_SEL_SF_TO_BP, fProject, null, null); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.ADD_SEL_SF_TO_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardTest.java:[434] assertFalse(BuildpathModifier.getBuildpathEntryFor(fProject.getPath(), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectTestSetup.java:[28] import org.eclipse.dltk.internal.ui.util.CoreUtility; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CoreUtility' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectTestSetup.java:[77] List cpEntries= new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectTestSetup.java:[77] List cpEntries= new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectTestSetup.java:[79] cpEntries.add(DLTKCore.newSourceEntry(projectPath)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectTestSetup.java:[81] IBuildpathEntry[] entries= (IBuildpathEntry[]) cpEntries.toArray(new IBuildpathEntry[cpEntries.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectTestSetup.java:[129] CoreUtility.createFolder(folder, true, true, null); ^^^^^^^^^^^ Discouraged access: The type 'CoreUtility' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectTestSetup.java:[129] CoreUtility.createFolder(folder, true, true, null); ^^^^^^^^^^^^ Discouraged access: The method 'CoreUtility.createFolder(IFolder, boolean, boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectTestSetup.java:[135] List cpEntries= new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectTestSetup.java:[135] List cpEntries= new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectTestSetup.java:[136] cpEntries.add(DLTKCore.newSourceEntry(projectPath.append(srcPath))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectTestSetup.java:[138] IBuildpathEntry[] entries= (IBuildpathEntry[]) cpEntries.toArray(new IBuildpathEntry[cpEntries.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/wizardapi/NewTclProjectWizardPage.java:[25] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/wizardapi/NewTclProjectWizardPage.java:[31] import org.eclipse.dltk.internal.ui.wizards.NewWizardMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NewWizardMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/wizardapi/NewTclProjectWizardPage.java:[90] setTitle(NewWizardMessages.NewScriptProjectWizardPage_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NewWizardMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/wizardapi/NewTclProjectWizardPage.java:[90] setTitle(NewWizardMessages.NewScriptProjectWizardPage_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'NewWizardMessages.NewScriptProjectWizardPage_title' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/wizardapi/NewTclProjectWizardPage.java:[91] setDescription(NewWizardMessages.NewScriptProjectWizardPage_description); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NewWizardMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/wizardapi/NewTclProjectWizardPage.java:[91] setDescription(NewWizardMessages.NewScriptProjectWizardPage_description); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'NewWizardMessages.NewScriptProjectWizardPage_description' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/wizardapi/NewTclProjectWizardPage.java:[282] NewWizardMessages.NewScriptProjectWizardPage_op_desc, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NewWizardMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/wizardapi/NewTclProjectWizardPage.java:[282] NewWizardMessages.NewScriptProjectWizardPage_op_desc, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'NewWizardMessages.NewScriptProjectWizardPage_op_desc' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/wizardapi/NewTclProjectWizardPage.java:[294] : null, new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/wizardapi/NewTclProjectWizardPage.java:[294] : null, new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/wizardapi/NewTclProjectWizardPage.java:[295] BuildpathsBlock.addScriptNature(getProjectHandle(), new SubProgressMonitor(monitor, 2), TCL_NATURE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addScriptNature(IProject, IProgressMonitor, String) from the type BuildpathsBlock is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/wizardapi/NewTclProjectWizardPage.java:[296] new SubProgressMonitor(monitor, 2), TCL_NATURE); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/wizardapi/NewTclProjectWizardPage.java:[296] new SubProgressMonitor(monitor, 2), TCL_NATURE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/wizardapi/NewTclProjectWizardPage.java:[298] .configureScriptProject(new SubProgressMonitor( ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/wizardapi/NewTclProjectWizardPage.java:[298] .configureScriptProject(new SubProgressMonitor( monitor, 6)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[27] import org.eclipse.dltk.internal.corext.buildpath.BuildpathModifier; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[28] import org.eclipse.dltk.internal.corext.buildpath.IBuildpathInformationProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[29] import org.eclipse.dltk.internal.ui.wizards.buildpath.BPListElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BPListElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[30] import org.eclipse.dltk.internal.ui.wizards.buildpath.newsourcepage.BuildpathModifierQueries; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[35] public static final Class THIS= NewEmptyProjectWizardTest.class; ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[48] IFolder folder= getNormalFolderCreationQuery().getCreatedFolder(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'BuildpathModifierQueries.ICreateFolderQuery.getCreatedFolder()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[49] assertTrue(BuildpathModifier.isExcluded(folder, fProject)); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[49] assertTrue(BuildpathModifier.isExcluded(folder, fProject)); ^^^^^^^^^^ Discouraged access: The method 'BuildpathModifier.isExcluded(IResource, IScriptProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[53] BuildpathModifierQueries.ICreateFolderQuery folderQuery= getSourceFolderCreationQuery(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries.ICreateFolderQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[53] BuildpathModifierQueries.ICreateFolderQuery folderQuery= getSourceFolderCreationQuery(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[54] IProjectFragment root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.CREATE_FOLDER, null, folderQuery, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[54] IProjectFragment root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.CREATE_FOLDER, null, folderQuery, null); ^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.CREATE_FOLDER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[58] assertFalse(BuildpathModifier.getBuildpathEntryFor(root.getPath(), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[58] assertFalse(BuildpathModifier.getBuildpathEntryFor(root.getPath(), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BuildpathModifier.getBuildpathEntryFor(IPath, IScriptProject, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[60] assertTrue(BuildpathModifier.isExcluded(fProject.getProject().findMember(root.getPath().removeFirstSegments(1)), fProject)); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[60] assertTrue(BuildpathModifier.isExcluded(fProject.getProject().findMember(root.getPath().removeFirstSegments(1)), fProject)); ^^^^^^^^^^ Discouraged access: The method 'BuildpathModifier.isExcluded(IResource, IScriptProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[68] IFolder folder= getSourceFolderCreationQuery().getCreatedFolder(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'BuildpathModifierQueries.ICreateFolderQuery.getCreatedFolder()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[69] assertFalse(BuildpathModifier.getBuildpathEntryFor(folder.getFullPath(), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[69] assertFalse(BuildpathModifier.getBuildpathEntryFor(folder.getFullPath(), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BuildpathModifier.getBuildpathEntryFor(IPath, IScriptProject, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[74] IProjectFragment parentRoot= (IProjectFragment)executeOperation(IBuildpathInformationProvider.ADD_SEL_SF_TO_BP, getFolderHandle(new Path(fNormalFolder)), null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[74] IProjectFragment parentRoot= (IProjectFragment)executeOperation(IBuildpathInformationProvider.ADD_SEL_SF_TO_BP, getFolderHandle(new Path(fNormalFolder)), null, null); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.ADD_SEL_SF_TO_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[77] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[77] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries.ICreateFolderQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[77] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[77] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries.ICreateFolderQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[92] IProjectFragment root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.CREATE_FOLDER, null, folderQuery, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[92] IProjectFragment root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.CREATE_FOLDER, null, folderQuery, null); ^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.CREATE_FOLDER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[96] assertFalse(BuildpathModifier.getBuildpathEntryFor(root.getPath(), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[96] assertFalse(BuildpathModifier.getBuildpathEntryFor(root.getPath(), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BuildpathModifier.getBuildpathEntryFor(IPath, IScriptProject, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[104] IProjectFragment parentRoot= (IProjectFragment)executeOperation(IBuildpathInformationProvider.ADD_SEL_SF_TO_BP, getFolderHandle(new Path(fNormalFolder)), null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[104] IProjectFragment parentRoot= (IProjectFragment)executeOperation(IBuildpathInformationProvider.ADD_SEL_SF_TO_BP, getFolderHandle(new Path(fNormalFolder)), null, null); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.ADD_SEL_SF_TO_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[110] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[110] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries.ICreateFolderQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[110] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[110] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries.ICreateFolderQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[125] IProjectFragment root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.CREATE_FOLDER, null, folderQuery, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[125] IProjectFragment root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.CREATE_FOLDER, null, folderQuery, null); ^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.CREATE_FOLDER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[129] assertFalse(BuildpathModifier.getBuildpathEntryFor(root.getPath(), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[129] assertFalse(BuildpathModifier.getBuildpathEntryFor(root.getPath(), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BuildpathModifier.getBuildpathEntryFor(IPath, IScriptProject, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[136] IProjectFragment root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.ADD_SEL_SF_TO_BP, getFolderHandle(new Path(fNormalFolder)), null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[136] IProjectFragment root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.ADD_SEL_SF_TO_BP, getFolderHandle(new Path(fNormalFolder)), null, null); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.ADD_SEL_SF_TO_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[137] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[137] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries.ICreateFolderQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[137] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[137] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries.ICreateFolderQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[152] IFolder folder= (IFolder)executeOperation(IBuildpathInformationProvider.CREATE_FOLDER, null, folderQuery, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[152] IFolder folder= (IFolder)executeOperation(IBuildpathInformationProvider.CREATE_FOLDER, null, folderQuery, null); ^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.CREATE_FOLDER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[162] IProjectFragment parentRoot= (IProjectFragment)executeOperation(IBuildpathInformationProvider.ADD_SEL_SF_TO_BP, getFolderHandle(srcPath), null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[162] IProjectFragment parentRoot= (IProjectFragment)executeOperation(IBuildpathInformationProvider.ADD_SEL_SF_TO_BP, getFolderHandle(srcPath), null, null); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.ADD_SEL_SF_TO_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[167] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[167] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries.ICreateFolderQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[167] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[167] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries.ICreateFolderQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[182] IProjectFragment root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.CREATE_FOLDER, null, folderQuery, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[182] IProjectFragment root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.CREATE_FOLDER, null, folderQuery, null); ^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.CREATE_FOLDER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[204] IProjectFragment parentRoot= (IProjectFragment)executeOperation(IBuildpathInformationProvider.ADD_SEL_SF_TO_BP, getFolderHandle(srcPath), null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[204] IProjectFragment parentRoot= (IProjectFragment)executeOperation(IBuildpathInformationProvider.ADD_SEL_SF_TO_BP, getFolderHandle(srcPath), null, null); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.ADD_SEL_SF_TO_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[209] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[209] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries.ICreateFolderQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[209] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[209] BuildpathModifierQueries.ICreateFolderQuery folderQuery= new BuildpathModifierQueries.ICreateFolderQuery() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries.ICreateFolderQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[225] IFolder folder= (IFolder)executeOperation(IBuildpathInformationProvider.CREATE_FOLDER, null, folderQuery, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[225] IFolder folder= (IFolder)executeOperation(IBuildpathInformationProvider.CREATE_FOLDER, null, folderQuery, null); ^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.CREATE_FOLDER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[241] IScriptProject project= (IScriptProject)executeOperation(IBuildpathInformationProvider.ADD_SEL_SF_TO_BP, fProject, null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[241] IScriptProject project= (IScriptProject)executeOperation(IBuildpathInformationProvider.ADD_SEL_SF_TO_BP, fProject, null, null); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.ADD_SEL_SF_TO_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[274] IProjectFragment root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.ADD_SEL_SF_TO_BP, folder, null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[274] IProjectFragment root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.ADD_SEL_SF_TO_BP, folder, null, null); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.ADD_SEL_SF_TO_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[289] IProjectFragment root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.ADD_SEL_SF_TO_BP, cpFolder, null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[289] IProjectFragment root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.ADD_SEL_SF_TO_BP, cpFolder, null, null); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.ADD_SEL_SF_TO_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[296] folder= (IFolder)executeOperation(IBuildpathInformationProvider.EXCLUDE, fragment, null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[296] folder= (IFolder)executeOperation(IBuildpathInformationProvider.EXCLUDE, fragment, null, null); ^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.EXCLUDE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[304] IProjectFragment newRoot= (IProjectFragment)executeOperation(IBuildpathInformationProvider.ADD_SEL_SF_TO_BP, folder, null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[304] IProjectFragment newRoot= (IProjectFragment)executeOperation(IBuildpathInformationProvider.ADD_SEL_SF_TO_BP, folder, null, null); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.ADD_SEL_SF_TO_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[309] assertFalse(BuildpathModifier.getBuildpathEntryFor(folder.getFullPath(), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[309] assertFalse(BuildpathModifier.getBuildpathEntryFor(folder.getFullPath(), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BuildpathModifier.getBuildpathEntryFor(IPath, IScriptProject, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[318] IProjectFragment root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.ADD_SEL_SF_TO_BP, cpFolder, null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[318] IProjectFragment root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.ADD_SEL_SF_TO_BP, cpFolder, null, null); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.ADD_SEL_SF_TO_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[325] executeOperation(IBuildpathInformationProvider.EXCLUDE, fragment, null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[325] executeOperation(IBuildpathInformationProvider.EXCLUDE, fragment, null, null); ^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.EXCLUDE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[332] executeOperation(IBuildpathInformationProvider.ADD_SEL_SF_TO_BP, folder, null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[332] executeOperation(IBuildpathInformationProvider.ADD_SEL_SF_TO_BP, folder, null, null); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.ADD_SEL_SF_TO_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[336] assertFalse(BuildpathModifier.getBuildpathEntryFor(folder.getFullPath(), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[336] assertFalse(BuildpathModifier.getBuildpathEntryFor(folder.getFullPath(), fProject, IBuildpathEntry.BPE_SOURCE) == null); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BuildpathModifier.getBuildpathEntryFor(IPath, IScriptProject, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[352] IProjectFragment root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.ADD_SEL_SF_TO_BP, fragment, null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[352] IProjectFragment root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.ADD_SEL_SF_TO_BP, fragment, null, null); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.ADD_SEL_SF_TO_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[372] IProjectFragment root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.ADD_SEL_SF_TO_BP, fragment, null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[372] IProjectFragment root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.ADD_SEL_SF_TO_BP, fragment, null, null); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.ADD_SEL_SF_TO_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[394] assertFalse(BuildpathModifier.getBuildpathEntryFor(root.getPath(), fProject, IBuildpathEntry.BPE_LIBRARY) == null); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[394] assertFalse(BuildpathModifier.getBuildpathEntryFor(root.getPath(), fProject, IBuildpathEntry.BPE_LIBRARY) == null); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BuildpathModifier.getBuildpathEntryFor(IPath, IScriptProject, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[397] IFile zipFile= (IFile)executeOperation(IBuildpathInformationProvider.REMOVE_FROM_BP, root, null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[397] IFile zipFile= (IFile)executeOperation(IBuildpathInformationProvider.REMOVE_FROM_BP, root, null, null); ^^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.REMOVE_FROM_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[400] assertTrue(BuildpathModifier.isArchive(zipFile, fProject)); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[400] assertTrue(BuildpathModifier.isArchive(zipFile, fProject)); ^^^^^^^^^ Discouraged access: The method 'BuildpathModifier.isArchive(IFile, IScriptProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[401] assertTrue(BuildpathModifier.getBuildpathEntryFor(zipFile.getFullPath(), fProject, IBuildpathEntry.BPE_LIBRARY) == null); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[401] assertTrue(BuildpathModifier.getBuildpathEntryFor(zipFile.getFullPath(), fProject, IBuildpathEntry.BPE_LIBRARY) == null); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BuildpathModifier.getBuildpathEntryFor(IPath, IScriptProject, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[404] root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.ADD_SEL_LIB_TO_BP, zipFile, null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[404] root= (IProjectFragment)executeOperation(IBuildpathInformationProvider.ADD_SEL_LIB_TO_BP, zipFile, null, null); ^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.ADD_SEL_LIB_TO_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[405] assertFalse(BuildpathModifier.getBuildpathEntryFor(root.getPath(), fProject, IBuildpathEntry.BPE_LIBRARY) == null); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[405] assertFalse(BuildpathModifier.getBuildpathEntryFor(root.getPath(), fProject, IBuildpathEntry.BPE_LIBRARY) == null); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'BuildpathModifier.getBuildpathEntryFor(IPath, IScriptProject, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewEmptyProjectWizardTest.java:[413] IProjectFragment parentRoot= BuildpathModifier.getFragmentRoot(fProject.getUnderlyingResource(), fProject, null); ^^^^^^^^^^^^^^^ Discouraged access: The method 'BuildpathModifier.getFragmentRoot(IResource, IScriptProject, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[33] import org.eclipse.dltk.internal.corext.buildpath.AddSelectedLibraryOperation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AddSelectedLibraryOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[34] import org.eclipse.dltk.internal.corext.buildpath.BuildpathModifier; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[35] import org.eclipse.dltk.internal.corext.buildpath.ExcludeOperation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ExcludeOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[36] import org.eclipse.dltk.internal.corext.buildpath.IBuildpathInformationProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[37] import org.eclipse.dltk.internal.corext.buildpath.IPackageExplorerActionListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IPackageExplorerActionListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[38] import org.eclipse.dltk.internal.corext.buildpath.PackageExplorerActionEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PackageExplorerActionEvent' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[39] import org.eclipse.dltk.internal.corext.buildpath.RemoveFromBuildpathOperation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RemoveFromBuildpathOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[40] import org.eclipse.dltk.internal.ui.util.CoreUtility; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CoreUtility' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[41] import org.eclipse.dltk.internal.ui.wizards.buildpath.newsourcepage.BuildpathModifierAction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[42] import org.eclipse.dltk.internal.ui.wizards.buildpath.newsourcepage.DialogPackageExplorerActionGroup; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DialogPackageExplorerActionGroup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[43] import org.eclipse.dltk.internal.ui.wizards.buildpath.newsourcepage.BuildpathModifierQueries.IAddArchivesQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries.IAddArchivesQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[44] import org.eclipse.dltk.internal.ui.wizards.buildpath.newsourcepage.BuildpathModifierQueries.IAddLibrariesQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries.IAddLibrariesQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[45] import org.eclipse.dltk.internal.ui.wizards.buildpath.newsourcepage.BuildpathModifierQueries.ICreateFolderQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries.ICreateFolderQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[46] import org.eclipse.dltk.internal.ui.wizards.buildpath.newsourcepage.BuildpathModifierQueries.IInclusionExclusionQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries.IInclusionExclusionQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[47] import org.eclipse.dltk.internal.ui.wizards.buildpath.newsourcepage.BuildpathModifierQueries.ILinkToQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries.ILinkToQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[48] import org.eclipse.dltk.internal.ui.wizards.buildpath.newsourcepage.BuildpathModifierQueries.IRemoveLinkedFolderQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuildpathModifierQueries.IRemoveLinkedFolderQuery' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[49] import org.eclipse.dltk.internal.ui.wizards.buildpath.newsourcepage.DialogPackageExplorerActionGroup.DialogExplorerActionContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DialogPackageExplorerActionGroup.DialogExplorerActionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[57] public class NewProjectWizardOperationTest extends TestCase implements IBuildpathInformationProvider { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IBuildpathInformationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[59] public static final Class THIS= NewProjectWizardOperationTest.class; ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[61] protected DialogPackageExplorerActionGroup fActionGroup; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DialogPackageExplorerActionGroup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[62] protected List fSelection; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[64] protected IPackageExplorerActionListener fListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IPackageExplorerActionListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[97] fSelection= new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[98] fActionGroup= new DialogPackageExplorerActionGroup(this, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DialogPackageExplorerActionGroup(IBuildpathInformationProvider, BuildpathModifier.IBuildpathModifierListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[98] fActionGroup= new DialogPackageExplorerActionGroup(this, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DialogPackageExplorerActionGroup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[103] fActionGroup.dispose(); ^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.dispose()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[110] DialogExplorerActionContext context= createContext(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DialogPackageExplorerActionGroup.DialogExplorerActionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[111] addListener(new int[] {ADD_SEL_SF_TO_BP, CREATE_LINK}); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.ADD_SEL_SF_TO_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[111] addListener(new int[] {ADD_SEL_SF_TO_BP, CREATE_LINK}); ^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.CREATE_LINK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[112] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[118] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[123] addListener(new int[] {ADD_SEL_SF_TO_BP}); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.ADD_SEL_SF_TO_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[124] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[129] addListener(new int[] {ADD_SEL_SF_TO_BP}); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.ADD_SEL_SF_TO_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[130] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[136] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[142] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[148] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[153] addListener(new int[] {ADD_SEL_SF_TO_BP}); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.ADD_SEL_SF_TO_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[154] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[160] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[166] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[172] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[178] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[184] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[189] addListener(new int[] {ADD_SEL_SF_TO_BP}); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.ADD_SEL_SF_TO_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[190] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[196] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[201] addListener(new int[] {ADD_SEL_SF_TO_BP}); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.ADD_SEL_SF_TO_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[202] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[208] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[214] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[220] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[228] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[234] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[242] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[248] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[254] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[260] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[266] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[272] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[278] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[284] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[290] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[296] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[302] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[308] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[314] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[320] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[326] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[333] DialogExplorerActionContext context= createContext(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DialogPackageExplorerActionGroup.DialogExplorerActionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[334] addListener(new int[] {REMOVE_FROM_BP, EDIT_FILTERS}); ^^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.REMOVE_FROM_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[334] addListener(new int[] {REMOVE_FROM_BP, EDIT_FILTERS}); ^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.EDIT_FILTERS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[335] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[341] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[347] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[353] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[359] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[365] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[371] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[377] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[383] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[389] DialogExplorerActionContext context= createContext(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DialogPackageExplorerActionGroup.DialogExplorerActionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[390] addListener(new int[] {ADD_SEL_SF_TO_BP}); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.ADD_SEL_SF_TO_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[391] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[396] addListener(new int[] {ADD_SEL_SF_TO_BP}); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.ADD_SEL_SF_TO_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[397] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[403] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[409] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[415] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[420] addListener(new int[] {ADD_SEL_SF_TO_BP}); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.ADD_SEL_SF_TO_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[421] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[427] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[434] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[440] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[446] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[451] addListener(new int[] {ADD_SEL_SF_TO_BP}); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'IBuildpathInformationProvider.ADD_SEL_SF_TO_BP' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[452] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[458] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/dialogs/NewProjectWizardOperationTest.java:[465] fActionGroup.setContext(context); ^^^^^^^^^^ Discouraged access: The method 'DialogPackageExplorerActionGroup.setContext(DialogPackageExplorerActionGroup.DialogExplorerActionContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/folding/TclFoldingTest.java:[23] import org.eclipse.dltk.ui.text.folding.AbstractASTFoldingStructureProvider.FoldingStructureComputationContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AbstractASTFoldingStructureProvider.FoldingStructureComputationContext is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/folding/TclFoldingTest.java:[35] protected FoldingStructureComputationContext createInitialContext() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AbstractASTFoldingStructureProvider.FoldingStructureComputationContext is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/folding/TclFoldingTest.java:[41] protected FoldingStructureComputationContext createContext( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AbstractASTFoldingStructureProvider.FoldingStructureComputationContext is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/folding/TclFoldingTest.java:[43] return new FoldingStructureComputationContext(fDocument, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AbstractASTFoldingStructureProvider.FoldingStructureComputationContext is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/folding/TclFoldingTest.java:[43] return new FoldingStructureComputationContext(fDocument, new ProjectionAnnotationModel(), allowCollapse); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor AbstractASTFoldingStructureProvider.FoldingStructureComputationContext(IDocument, ProjectionAnnotationModel, boolean) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/folding/TclFoldingTest.java:[51] FoldingStructureComputationContext ctx) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AbstractASTFoldingStructureProvider.FoldingStructureComputationContext is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/folding/TclFoldingTest.java:[53] return super.computeFoldingStructure(contents, ctx); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method computeFoldingStructure(String, AbstractASTFoldingStructureProvider.FoldingStructureComputationContext) from the type AbstractASTFoldingStructureProvider is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/folding/TclFoldingTest.java:[70] final FoldingStructureComputationContext ctx = provider ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AbstractASTFoldingStructureProvider.FoldingStructureComputationContext is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/org/eclipse/dltk/tcl/ui/tests/folding/TclFoldingTest.java:[73] return new ArrayList(ctx.getMap().values()); ^^^^^^^^ The method getMap() from the type AbstractASTFoldingStructureProvider.FoldingStructureComputationContext is deprecated 370 problems (0 errors, 369 warnings, 1 info) [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.tcl.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.tcl.ui.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/target/org.eclipse.dltk.tcl.ui.tests-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/target/org.eclipse.dltk.tcl.ui.tests-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.ui.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.tcl.ui.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/target/org.eclipse.dltk.tcl.ui.tests-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/target/org.eclipse.dltk.tcl.ui.tests-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.tcl.ui.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.dltk.tcl.ui.tests --- [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.tcl.ui.tests --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/target/org.eclipse.dltk.tcl.ui.tests-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.ui.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.ui.tests-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.ui.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.ui.tests-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/target/org.eclipse.dltk.tcl.ui.tests-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.ui.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.ui.tests-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.ui.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.ui.tests-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.ui.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.ui.tests-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.tcl.ui.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.activestatedebugger.tests >-- [INFO] Building org.eclipse.dltk.tcl.activestatedebugger.tests 6.3.0-SNAPSHOT [80/92] [INFO] from ../org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:2.7.5:test (default-test)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.tcl.activestatedebugger.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.activestatedebugger.tests --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.activestatedebugger.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.activestatedebugger.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.activestatedebugger.tests --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.tcl.activestatedebugger.tests --- [INFO] Resolving class path of org.eclipse.dltk.tcl.activestatedebugger.tests... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.tcl.activestatedebugger.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.tcl.activestatedebugger.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.tcl.activestatedebugger.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.tcl.activestatedebugger.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.activestatedebugger.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/target/org.eclipse.dltk.tcl.activestatedebugger.tests-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.activestatedebugger.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/target/org.eclipse.dltk.tcl.activestatedebugger.tests-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.activestatedebugger.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.tcl.activestatedebugger.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/target/org.eclipse.dltk.tcl.activestatedebugger.tests-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/target/org.eclipse.dltk.tcl.activestatedebugger.tests-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.tcl.activestatedebugger.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.dltk.tcl.activestatedebugger.tests --- [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.tcl.activestatedebugger.tests --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/target/org.eclipse.dltk.tcl.activestatedebugger.tests-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.activestatedebugger.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.activestatedebugger.tests-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.activestatedebugger.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.activestatedebugger.tests-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/target/org.eclipse.dltk.tcl.activestatedebugger.tests-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.activestatedebugger.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.activestatedebugger.tests-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.activestatedebugger.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.activestatedebugger.tests-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/tcl/org.eclipse.dltk.tcl.activestatedebugger.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.tcl.activestatedebugger.tests-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.tcl.activestatedebugger.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] -----------< org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.ui >----------- [INFO] Building org.eclipse.dltk.itcl.ui 6.3.0-SNAPSHOT [81/92] [INFO] from ../org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.itcl.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.itcl.ui --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.itcl.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.itcl.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.itcl.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.itcl.ui --- [INFO] Resolving class path of org.eclipse.dltk.itcl.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.itcl.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.itcl.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.itcl.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.itcl.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.itcl.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.itcl.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.itcl.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.itcl.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.ui/target/org.eclipse.dltk.itcl.ui-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.itcl.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.ui/target/org.eclipse.dltk.itcl.ui-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.itcl.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.itcl.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.ui/target/org.eclipse.dltk.itcl.ui-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.ui/target/org.eclipse.dltk.itcl.ui-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.itcl.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.itcl.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.itcl.ui --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.itcl.ui --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.ui/target/org.eclipse.dltk.itcl.ui-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/itcl/org.eclipse.dltk.itcl.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.itcl.ui-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.ui/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/itcl/org.eclipse.dltk.itcl.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.itcl.ui-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.ui/target/org.eclipse.dltk.itcl.ui-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/itcl/org.eclipse.dltk.itcl.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.itcl.ui-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.ui/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/itcl/org.eclipse.dltk.itcl.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.itcl.ui-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/itcl/org.eclipse.dltk.itcl.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.itcl.ui-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.itcl.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ------------< org.eclipse.dltk.itcl:org.eclipse.dltk.itcl >------------- [INFO] Building org.eclipse.dltk.itcl 6.3.0-SNAPSHOT [82/92] [INFO] from ../org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [WARNING] Parameter 'usePdeSourceRoots' is unknown for plugin 'tycho-source-plugin:2.7.5:plugin-source (plugin-source)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.itcl --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.itcl --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.itcl --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.itcl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.itcl --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.itcl --- [INFO] Resolving class path of org.eclipse.dltk.itcl... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.itcl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.itcl --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.itcl --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.itcl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.itcl --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.itcl --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.itcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.itcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.itcl --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl/target/org.eclipse.dltk.itcl-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.itcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.itcl --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl/target/org.eclipse.dltk.itcl-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.itcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.itcl --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.itcl --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.itcl --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl/target/org.eclipse.dltk.itcl-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/itcl/org.eclipse.dltk.itcl/6.3.0-SNAPSHOT/org.eclipse.dltk.itcl-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/itcl/org.eclipse.dltk.itcl/6.3.0-SNAPSHOT/org.eclipse.dltk.itcl-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/itcl/org.eclipse.dltk.itcl/6.3.0-SNAPSHOT/org.eclipse.dltk.itcl-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/itcl/org.eclipse.dltk.itcl/6.3.0-SNAPSHOT/org.eclipse.dltk.itcl-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.itcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ----------< org.eclipse.dltk.features:org.eclipse.dltk.itcl >----------- [INFO] Building org.eclipse.dltk.itcl 6.3.0-SNAPSHOT [83/92] [INFO] from ../org.eclipse.dltk.tcl/itcl/features/org.eclipse.dltk.itcl-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.itcl --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.itcl --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.itcl --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.itcl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.itcl --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.itcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.itcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.dltk.itcl --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/features/org.eclipse.dltk.itcl-feature/target/org.eclipse.dltk.itcl-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.itcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.itcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.itcl --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/features/org.eclipse.dltk.itcl-feature/target/org.eclipse.dltk.itcl-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.itcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.itcl --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/features/org.eclipse.dltk.itcl-feature/target/org.eclipse.dltk.itcl-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.itcl/6.3.0-SNAPSHOT/org.eclipse.dltk.itcl-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/features/org.eclipse.dltk.itcl-feature/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.itcl/6.3.0-SNAPSHOT/org.eclipse.dltk.itcl-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/features/org.eclipse.dltk.itcl-feature/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.itcl/6.3.0-SNAPSHOT/org.eclipse.dltk.itcl-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/features/org.eclipse.dltk.itcl-feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.itcl/6.3.0-SNAPSHOT/org.eclipse.dltk.itcl-6.3.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/features/org.eclipse.dltk.itcl-feature/target/org.eclipse.dltk.itcl_root-6.3.0.202305301153-root.zip to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.itcl/6.3.0-SNAPSHOT/org.eclipse.dltk.itcl-6.3.0-SNAPSHOT-root.zip [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.itcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ----------< org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.sdk >----------- [INFO] Building org.eclipse.dltk.itcl.sdk 6.3.0-SNAPSHOT [84/92] [INFO] from ../org.eclipse.dltk.tcl/itcl/features/org.eclipse.dltk.itcl.sdk/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.itcl.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.itcl.sdk --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.itcl.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.itcl.sdk --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.itcl.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.itcl.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.itcl.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.dltk.itcl.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/features/org.eclipse.dltk.itcl.sdk/target/org.eclipse.dltk.itcl.sdk-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.itcl.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.itcl.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.itcl.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/features/org.eclipse.dltk.itcl.sdk/target/org.eclipse.dltk.itcl.sdk-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.itcl.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.itcl.sdk --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/features/org.eclipse.dltk.itcl.sdk/target/org.eclipse.dltk.itcl.sdk-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/itcl/org.eclipse.dltk.itcl.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.itcl.sdk-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/features/org.eclipse.dltk.itcl.sdk/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/itcl/org.eclipse.dltk.itcl.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.itcl.sdk-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/features/org.eclipse.dltk.itcl.sdk/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/itcl/org.eclipse.dltk.itcl.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.itcl.sdk-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/features/org.eclipse.dltk.itcl.sdk/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/itcl/org.eclipse.dltk.itcl.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.itcl.sdk-6.3.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/features/org.eclipse.dltk.itcl.sdk/target/org.eclipse.dltk.itcl.sdk_root-6.3.0.202305301153-root.zip to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/itcl/org.eclipse.dltk.itcl.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.itcl.sdk-6.3.0-SNAPSHOT-root.zip [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.itcl.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] -------< org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.core.tests >------- [INFO] Building org.eclipse.dltk.itcl.core.tests 6.3.0-SNAPSHOT [85/92] [INFO] from ../org.eclipse.dltk.tcl/itcl/tests/org.eclipse.dltk.itcl.core.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:2.7.5:test (default-test)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.itcl.core.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.itcl.core.tests --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.itcl.core.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.itcl.core.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.itcl.core.tests --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.itcl.core.tests --- [INFO] Resolving class path of org.eclipse.dltk.itcl.core.tests... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.itcl.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/tests/org.eclipse.dltk.itcl.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.itcl.core.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/tests/org.eclipse.dltk.itcl.core.tests/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.itcl.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/tests/org.eclipse.dltk.itcl.core.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.itcl.core.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.itcl.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/tests/org.eclipse.dltk.itcl.core.tests/target/org.eclipse.dltk.itcl.core.tests-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.itcl.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/tests/org.eclipse.dltk.itcl.core.tests/target/org.eclipse.dltk.itcl.core.tests-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.itcl.core.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.itcl.core.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/tests/org.eclipse.dltk.itcl.core.tests/target/org.eclipse.dltk.itcl.core.tests-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/tests/org.eclipse.dltk.itcl.core.tests/target/org.eclipse.dltk.itcl.core.tests-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.itcl.core.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.dltk.itcl.core.tests --- [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.itcl.core.tests --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/tests/org.eclipse.dltk.itcl.core.tests/target/org.eclipse.dltk.itcl.core.tests-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/itcl/org.eclipse.dltk.itcl.core.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.itcl.core.tests-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/tests/org.eclipse.dltk.itcl.core.tests/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/itcl/org.eclipse.dltk.itcl.core.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.itcl.core.tests-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/tests/org.eclipse.dltk.itcl.core.tests/target/org.eclipse.dltk.itcl.core.tests-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/itcl/org.eclipse.dltk.itcl.core.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.itcl.core.tests-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/tests/org.eclipse.dltk.itcl.core.tests/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/itcl/org.eclipse.dltk.itcl.core.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.itcl.core.tests-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/itcl/tests/org.eclipse.dltk.itcl.core.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/itcl/org.eclipse.dltk.itcl.core.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.itcl.core.tests-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.itcl.core.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ----------< org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.ui >---------- [INFO] Building org.eclipse.dltk.xotcl.ui 6.3.0-SNAPSHOT [86/92] [INFO] from ../org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.xotcl.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.xotcl.ui --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.xotcl.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.xotcl.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.xotcl.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.xotcl.ui --- [INFO] Resolving class path of org.eclipse.dltk.xotcl.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.xotcl.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.xotcl.ui --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/src/org/eclipse/dltk/xotcl/internal/ui/documentation/XOTclDocumentationProvider.java:[17] import org.eclipse.dltk.tcl.internal.ui.documentation.ScriptDocumentationProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptDocumentationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/src/org/eclipse/dltk/xotcl/internal/ui/documentation/XOTclDocumentationProvider.java:[21] public class XOTclDocumentationProvider extends ScriptDocumentationProvider ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptDocumentationProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/src/org/eclipse/dltk/xotcl/internal/ui/documentation/XOTclDocumentationProvider.java:[31] return new StringReader(convertToHTML(header)); ^^^^^^^^^^^^^ Discouraged access: The method 'ScriptDocumentationProvider.convertToHTML(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/src/org/eclipse/dltk/xotcl/internal/ui/actions/XOTclOpenSuperImplementation.java:[7] import org.eclipse.dltk.internal.ui.actions.SelectionConverter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SelectionConverter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/src/org/eclipse/dltk/xotcl/internal/ui/actions/XOTclOpenSuperImplementation.java:[62] private IMethod getMethod(ISelection selection) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getMethod(ISelection) from the type XOTclOpenSuperImplementation is never used locally [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/src/org/eclipse/dltk/xotcl/internal/ui/actions/XOTclOpenSuperImplementation.java:[87] e = SelectionConverter.getElementAtOffset(editor); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SelectionConverter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/src/org/eclipse/dltk/xotcl/internal/ui/actions/XOTclOpenSuperImplementation.java:[87] e = SelectionConverter.getElementAtOffset(editor); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SelectionConverter.getElementAtOffset(IEditorPart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/src/org/eclipse/dltk/xotcl/ui/XOTclSemanticHighlightingExtension.java:[6] import org.eclipse.dltk.tcl.internal.ui.text.TclTextTools; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TclTextTools' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/src/org/eclipse/dltk/xotcl/ui/XOTclSemanticHighlightingExtension.java:[16] private final SemanticHighlighting[] highlightings = new SemanticHighlighting[] { new TclTextTools.SH( ^^^^^^^^^^^^^^^ Discouraged access: The type 'TclTextTools' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/src/org/eclipse/dltk/xotcl/ui/XOTclSemanticHighlightingExtension.java:[16] private final SemanticHighlighting[] highlightings = new SemanticHighlighting[] { new TclTextTools.SH( ^^^^^^^^^^^^^^^ Discouraged access: The type 'TclTextTools.SH' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/src/org/eclipse/dltk/xotcl/ui/XOTclSemanticHighlightingExtension.java:[16] private final SemanticHighlighting[] highlightings = new SemanticHighlighting[] { new TclTextTools.SH( ^^^^^^^^^^^^^^^ Discouraged access: The constructor 'TclTextTools.SH(String, String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/src/org/eclipse/dltk/xotcl/ui/XOTclSemanticHighlightingExtension.java:[19] private static final int HL_EOL_COMMENT = 0; ^^^^^^^^^^^^^^ The value of the field XOTclSemanticHighlightingExtension.HL_EOL_COMMENT is not used 12 problems (12 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.xotcl.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.xotcl.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.xotcl.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.xotcl.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.xotcl.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.xotcl.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/target/org.eclipse.dltk.xotcl.ui-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.xotcl.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/target/org.eclipse.dltk.xotcl.ui-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.xotcl.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.xotcl.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/target/org.eclipse.dltk.xotcl.ui-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/target/org.eclipse.dltk.xotcl.ui-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.xotcl.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.xotcl.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.xotcl.ui --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.xotcl.ui --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/target/org.eclipse.dltk.xotcl.ui-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/xotcl/org.eclipse.dltk.xotcl.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl.ui-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/xotcl/org.eclipse.dltk.xotcl.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl.ui-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/target/org.eclipse.dltk.xotcl.ui-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/xotcl/org.eclipse.dltk.xotcl.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl.ui-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/xotcl/org.eclipse.dltk.xotcl.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl.ui-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/xotcl/org.eclipse.dltk.xotcl.ui/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl.ui-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.xotcl.ui --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ----< org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.testing.xounit >---- [INFO] Building org.eclipse.dltk.xotcl.testing.xounit 6.3.0-SNAPSHOT [87/92] [INFO] from ../org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.xotcl.testing.xounit --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.xotcl.testing.xounit --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.xotcl.testing.xounit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.xotcl.testing.xounit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.xotcl.testing.xounit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.xotcl.testing.xounit --- [INFO] Resolving class path of org.eclipse.dltk.xotcl.testing.xounit... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.xotcl.testing.xounit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.xotcl.testing.xounit --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/src/org/eclipse/dltk/xotcl/testing/internal/xounit/XOUnitOutputProcessor.java:[51] private String message = ""; ^^^^^^^ The value of the field XOUnitOutputProcessor.message is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/src/org/eclipse/dltk/xotcl/testing/internal/xounit/XOUnitOutputProcessor.java:[52] private int state = STATE_NORMAL; ^^^^^ The value of the field XOUnitOutputProcessor.state is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/src/org/eclipse/dltk/xotcl/testing/internal/xounit/XOUnitOutputProcessor.java:[54] private static final int STATE_RESULT_WAS = 1; ^^^^^^^^^^^^^^^^ The value of the field XOUnitOutputProcessor.STATE_RESULT_WAS is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/src/org/eclipse/dltk/xotcl/testing/internal/xounit/XOUnitOutputProcessor.java:[55] private static final int STATE_RESULT_ACTUAL = 2; ^^^^^^^^^^^^^^^^^^^ The value of the field XOUnitOutputProcessor.STATE_RESULT_ACTUAL is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/src/org/eclipse/dltk/xotcl/testing/internal/xounit/XOUnitOutputProcessor.java:[56] private String resultActual = ""; ^^^^^^^^^^^^ The value of the field XOUnitOutputProcessor.resultActual is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/src/org/eclipse/dltk/xotcl/testing/internal/xounit/XOUnitOutputProcessor.java:[57] private String resultExpected = ""; ^^^^^^^^^^^^^^ The value of the field XOUnitOutputProcessor.resultExpected is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/src/org/eclipse/dltk/xotcl/testing/internal/xounit/XOUnitOutputProcessor.java:[218] this.testNameToId.put(testPrefix, new Integer(id)); ^^^^^^^^^^^ The constructor Integer(int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/src/org/eclipse/dltk/xotcl/testing/internal/xounit/XOUnitOutputProcessor.java:[238] this.testNameToId.put(testCasePrefix, new Integer( testCaseId)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Integer(int) is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/src/org/eclipse/dltk/xotcl/testing/internal/xounit/XOUnitMemberResolver.java:[10] import org.eclipse.dltk.testing.ITestingElementResolver; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ITestingElementResolver is deprecated [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/src/org/eclipse/dltk/xotcl/testing/internal/xounit/XOUnitMemberResolver.java:[14] implements ITestingElementResolver { ^^^^^^^^^^^^^^^^^^^^^^^ The type ITestingElementResolver is deprecated 10 problems (10 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.xotcl.testing.xounit --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.xotcl.testing.xounit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.xotcl.testing.xounit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.xotcl.testing.xounit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.xotcl.testing.xounit --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.xotcl.testing.xounit --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/target/org.eclipse.dltk.xotcl.testing.xounit-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.xotcl.testing.xounit --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/target/org.eclipse.dltk.xotcl.testing.xounit-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.xotcl.testing.xounit --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.xotcl.testing.xounit --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/target/org.eclipse.dltk.xotcl.testing.xounit-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/target/org.eclipse.dltk.xotcl.testing.xounit-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.xotcl.testing.xounit --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.xotcl.testing.xounit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.xotcl.testing.xounit --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.xotcl.testing.xounit --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/target/org.eclipse.dltk.xotcl.testing.xounit-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/xotcl/org.eclipse.dltk.xotcl.testing.xounit/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl.testing.xounit-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/xotcl/org.eclipse.dltk.xotcl.testing.xounit/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl.testing.xounit-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/target/org.eclipse.dltk.xotcl.testing.xounit-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/xotcl/org.eclipse.dltk.xotcl.testing.xounit/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl.testing.xounit-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/xotcl/org.eclipse.dltk.xotcl.testing.xounit/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl.testing.xounit-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/xotcl/org.eclipse.dltk.xotcl.testing.xounit/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl.testing.xounit-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.xotcl.testing.xounit --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] -----------< org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl >------------ [INFO] Building org.eclipse.dltk.xotcl 6.3.0-SNAPSHOT [88/92] [INFO] from ../org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:testCompile (default-testCompile)' [WARNING] Parameter 'usePdeSourceRoots' is unknown for plugin 'tycho-source-plugin:2.7.5:plugin-source (plugin-source)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.xotcl --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.xotcl --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.xotcl --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.xotcl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.xotcl --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.xotcl --- [INFO] Resolving class path of org.eclipse.dltk.xotcl... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.xotcl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.xotcl --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.dltk.xotcl --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.xotcl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.dltk.xotcl --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.dltk.xotcl --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.xotcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.xotcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.xotcl --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl/target/org.eclipse.dltk.xotcl-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.xotcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.xotcl --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl/target/org.eclipse.dltk.xotcl-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.xotcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.dltk.xotcl --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.dltk.xotcl --- [INFO] Tests are skipped. [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.xotcl --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl/target/org.eclipse.dltk.xotcl-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/xotcl/org.eclipse.dltk.xotcl/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/xotcl/org.eclipse.dltk.xotcl/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/xotcl/org.eclipse.dltk.xotcl/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/xotcl/org.eclipse.dltk.xotcl/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.xotcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ----------< org.eclipse.dltk.features:org.eclipse.dltk.xotcl >---------- [INFO] Building org.eclipse.dltk.xotcl 6.3.0-SNAPSHOT [89/92] [INFO] from ../org.eclipse.dltk.tcl/xotcl/features/org.eclipse.dltk.xotcl-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.xotcl --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.xotcl --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.xotcl --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.xotcl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.xotcl --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.xotcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.xotcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.dltk.xotcl --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/features/org.eclipse.dltk.xotcl-feature/target/org.eclipse.dltk.xotcl-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.xotcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.xotcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.xotcl --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/features/org.eclipse.dltk.xotcl-feature/target/org.eclipse.dltk.xotcl-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.xotcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.xotcl --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/features/org.eclipse.dltk.xotcl-feature/target/org.eclipse.dltk.xotcl-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.xotcl/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/features/org.eclipse.dltk.xotcl-feature/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.xotcl/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/features/org.eclipse.dltk.xotcl-feature/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.xotcl/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/features/org.eclipse.dltk.xotcl-feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.xotcl/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl-6.3.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/features/org.eclipse.dltk.xotcl-feature/target/org.eclipse.dltk.xotcl_root-6.3.0.202305301153-root.zip to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/features/org.eclipse.dltk.xotcl/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl-6.3.0-SNAPSHOT-root.zip [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.xotcl --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ---------< org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.sdk >---------- [INFO] Building org.eclipse.dltk.xotcl.sdk 6.3.0-SNAPSHOT [90/92] [INFO] from ../org.eclipse.dltk.tcl/xotcl/features/org.eclipse.dltk.xotcl.sdk/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.xotcl.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.xotcl.sdk --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.xotcl.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.xotcl.sdk --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.xotcl.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.xotcl.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.xotcl.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.dltk.xotcl.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/features/org.eclipse.dltk.xotcl.sdk/target/org.eclipse.dltk.xotcl.sdk-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.xotcl.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.xotcl.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.xotcl.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/features/org.eclipse.dltk.xotcl.sdk/target/org.eclipse.dltk.xotcl.sdk-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.xotcl.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.xotcl.sdk --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/features/org.eclipse.dltk.xotcl.sdk/target/org.eclipse.dltk.xotcl.sdk-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/xotcl/org.eclipse.dltk.xotcl.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl.sdk-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/features/org.eclipse.dltk.xotcl.sdk/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/xotcl/org.eclipse.dltk.xotcl.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl.sdk-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/features/org.eclipse.dltk.xotcl.sdk/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/xotcl/org.eclipse.dltk.xotcl.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl.sdk-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/features/org.eclipse.dltk.xotcl.sdk/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/xotcl/org.eclipse.dltk.xotcl.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl.sdk-6.3.0-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/features/org.eclipse.dltk.xotcl.sdk/target/org.eclipse.dltk.xotcl.sdk_root-6.3.0.202305301153-root.zip to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/xotcl/org.eclipse.dltk.xotcl.sdk/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl.sdk-6.3.0-SNAPSHOT-root.zip [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.xotcl.sdk --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] ------< org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.core.tests >------ [INFO] Building org.eclipse.dltk.xotcl.core.tests 6.3.0-SNAPSHOT [91/92] [INFO] from ../org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath)' [WARNING] Parameter 'logEnabled' is unknown for plugin 'tycho-compiler-plugin:2.7.5:compile (default-compile)' [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:2.7.5:test (default-test)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.dltk.xotcl.core.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.xotcl.core.tests --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.dltk.xotcl.core.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.dltk.xotcl.core.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.dltk.xotcl.core.tests --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.dltk.xotcl.core.tests --- [INFO] Resolving class path of org.eclipse.dltk.xotcl.core.tests... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.dltk.xotcl.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.dltk.xotcl.core.tests --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/target/classes [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclCommandProcessorTests.java:[22] import org.eclipse.dltk.xotcl.internal.core.parser.processors.xotcl.XOTclClassAllProcProcessor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'XOTclClassAllProcProcessor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclCommandProcessorTests.java:[23] import org.eclipse.dltk.xotcl.internal.core.parser.processors.xotcl.XOTclClassMethodCallProcessor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'XOTclClassMethodCallProcessor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclCommandProcessorTests.java:[24] import org.eclipse.dltk.xotcl.internal.core.parser.processors.xotcl.XOTclClassNewInstanceProcessor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'XOTclClassNewInstanceProcessor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclCommandProcessorTests.java:[25] import org.eclipse.dltk.xotcl.internal.core.parser.processors.xotcl.XOTclClassProcessor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'XOTclClassProcessor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclCommandProcessorTests.java:[26] import org.eclipse.dltk.xotcl.internal.core.parser.processors.xotcl.XOTclObjectCreateProcessor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'XOTclObjectCreateProcessor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclCommandProcessorTests.java:[27] import org.eclipse.dltk.xotcl.internal.core.parser.processors.xotcl.XOTclObjectSetProcessor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'XOTclObjectSetProcessor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclCommandProcessorTests.java:[36] new XOTclClassProcessor())); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'XOTclClassProcessor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclCommandProcessorTests.java:[36] new XOTclClassProcessor())); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'XOTclClassProcessor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclCommandProcessorTests.java:[38] new XOTclClassProcessor())); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'XOTclClassProcessor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclCommandProcessorTests.java:[38] new XOTclClassProcessor())); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'XOTclClassProcessor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclCommandProcessorTests.java:[47] List superClassNames = type.getSuperClassNames(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclCommandProcessorTests.java:[70] AbstractTclCommandProcessor processor = new XOTclObjectCreateProcessor(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'XOTclObjectCreateProcessor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclCommandProcessorTests.java:[70] AbstractTclCommandProcessor processor = new XOTclObjectCreateProcessor(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'XOTclObjectCreateProcessor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclCommandProcessorTests.java:[93] AbstractTclCommandProcessor processor = new XOTclObjectSetProcessor(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'XOTclObjectSetProcessor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclCommandProcessorTests.java:[93] AbstractTclCommandProcessor processor = new XOTclObjectSetProcessor(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'XOTclObjectSetProcessor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclCommandProcessorTests.java:[112] AbstractTclCommandProcessor processor = new XOTclObjectSetProcessor(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'XOTclObjectSetProcessor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclCommandProcessorTests.java:[112] AbstractTclCommandProcessor processor = new XOTclObjectSetProcessor(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'XOTclObjectSetProcessor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclCommandProcessorTests.java:[126] AbstractTclCommandProcessor processor = new XOTclClassMethodCallProcessor(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'XOTclClassMethodCallProcessor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclCommandProcessorTests.java:[126] AbstractTclCommandProcessor processor = new XOTclClassMethodCallProcessor(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'XOTclClassMethodCallProcessor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclCommandProcessorTests.java:[142] AbstractTclCommandProcessor processor = new XOTclClassNewInstanceProcessor(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'XOTclClassNewInstanceProcessor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclCommandProcessorTests.java:[142] AbstractTclCommandProcessor processor = new XOTclClassNewInstanceProcessor(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'XOTclClassNewInstanceProcessor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclCommandProcessorTests.java:[157] AbstractTclCommandProcessor processor = new XOTclClassMethodCallProcessor(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'XOTclClassMethodCallProcessor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclCommandProcessorTests.java:[157] AbstractTclCommandProcessor processor = new XOTclClassMethodCallProcessor(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'XOTclClassMethodCallProcessor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclCommandProcessorTests.java:[190] AbstractTclCommandProcessor processor = new XOTclClassAllProcProcessor(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'XOTclClassAllProcProcessor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclCommandProcessorTests.java:[190] AbstractTclCommandProcessor processor = new XOTclClassAllProcProcessor(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'XOTclClassAllProcProcessor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclCommandProcessorTests.java:[208] AbstractTclCommandProcessor processor = new XOTclClassAllProcProcessor(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'XOTclClassAllProcProcessor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclCommandProcessorTests.java:[208] AbstractTclCommandProcessor processor = new XOTclClassAllProcProcessor(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'XOTclClassAllProcProcessor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/classes') [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/model/XOTclSelectionTests.java:[22] import org.eclipse.dltk.xotcl.core.tests.Activator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.dltk.xotcl.core.tests.Activator is never used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/model/XOTclSelectionTests.java:[807] String sub = source.substring(start, start + size); ^^^ The value of the local variable sub is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/mixin/XOTclMixinTests.java:[24] private List infos = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/mixin/XOTclMixinTests.java:[24] private List infos = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/mixin/XOTclMixinTests.java:[27] this.infos.add(info); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/mixin/XOTclMixinTests.java:[31] return (ElementInfo[]) infos.toArray(new ElementInfo[this.infos .size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/mixin/XOTclMixinTests.java:[92] private ASTNode[] findNodeByName(ModuleDeclaration module, final String name) throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method findNodeByName(ModuleDeclaration, String) from the type XOTclMixinTests is never used locally [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/mixin/XOTclMixinTests.java:[94] final List results = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/mixin/XOTclMixinTests.java:[94] final List results = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/mixin/XOTclMixinTests.java:[98] return results.add(s); ^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/mixin/XOTclMixinTests.java:[105] return results.add(s); ^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/mixin/XOTclMixinTests.java:[110] return (ASTNode[]) results.toArray(new ASTNode[results.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/TclCommandProcessorTests.java:[91] List childs = then.getChilds(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/TclCommandProcessorTests.java:[216] for (Iterator i = list.getChilds().iterator(); i.hasNext();) ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclParserTests.java:[21] ModuleDeclaration module = this.parser(content); ^^^^^^ The value of the local variable module is not used [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclParserTests.java:[25] private ASTNode[] findNodeByName(ModuleDeclaration module, final String name) throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method findNodeByName(ModuleDeclaration, String) from the type XOTclParserTests is never used locally [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclParserTests.java:[27] final List results = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclParserTests.java:[27] final List results = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclParserTests.java:[31] return results.add(s); ^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclParserTests.java:[38] return results.add(s); ^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclParserTests.java:[43] return (ASTNode[]) results.toArray(new ASTNode[results.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclParserUtilTests.java:[39] List levelsTo = TclParseUtil.findLevelsTo(module, type); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclParserUtilTests.java:[61] List levelsTo = TclParseUtil.findLevelsTo(module, type); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclParserUtilTests.java:[85] List levelsTo = TclParseUtil.findLevelsTo(module, type); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclParserUtilTests.java:[109] List levelsTo = TclParseUtil.findLevelsTo(module, type); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclParserUtilTests.java:[135] List levelsTo = TclParseUtil.findLevelsTo(module, type); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclParserUtilTests.java:[163] List levelsTo = TclParseUtil.findLevelsTo(module, type); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclParserUtilTests.java:[185] List levelsTo = TclParseUtil.findLevelsTo(module, type); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclParserUtilTests.java:[209] List levelsTo = TclParseUtil.findLevelsTo(module, type); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclParserUtilTests.java:[235] List levelsTo = TclParseUtil.findLevelsTo(module, type); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclParserUtilTests.java:[265] List levelsTo = TclParseUtil.findLevelsTo(module, type); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclParserUtilTests.java:[294] List levelsTo = TclParseUtil.findLevelsTo(module, type); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclParserUtilTests.java:[327] List levelsTo = TclParseUtil.findLevelsTo(module, type); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclParserUtilTests.java:[356] List levelsTo = TclParseUtil.findLevelsTo(module, type); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclParserUtilTests.java:[381] List levelsTo = TclParseUtil.findLevelsTo(module, type); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclParserUtilTests.java:[387] final List results = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclParserUtilTests.java:[387] final List results = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclParserUtilTests.java:[391] return results.add(s); ^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclParserUtilTests.java:[398] return results.add(s); ^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/parser/XOTclParserUtilTests.java:[403] return (ASTNode[]) results.toArray(new ASTNode[results.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized 67 problems (67 warnings) [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.xotcl.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.dltk.xotcl.core.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.dltk.xotcl.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/target/org.eclipse.dltk.xotcl.core.tests-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.dltk.xotcl.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/target/org.eclipse.dltk.xotcl.core.tests-6.3.0-SNAPSHOT.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.xotcl.core.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.dltk.xotcl.core.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/target/org.eclipse.dltk.xotcl.core.tests-6.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/target/org.eclipse.dltk.xotcl.core.tests-6.3.0-SNAPSHOT-sources.jar [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.dltk.xotcl.core.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.dltk.xotcl.core.tests --- [INFO] Skipping tests [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.dltk.xotcl.core.tests --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/target/org.eclipse.dltk.xotcl.core.tests-6.3.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/xotcl/org.eclipse.dltk.xotcl.core.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl.core.tests-6.3.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/xotcl/org.eclipse.dltk.xotcl.core.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl.core.tests-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/target/org.eclipse.dltk.xotcl.core.tests-6.3.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/xotcl/org.eclipse.dltk.xotcl.core.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl.core.tests-6.3.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/xotcl/org.eclipse.dltk.xotcl.core.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl.core.tests-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/xotcl/org.eclipse.dltk.xotcl.core.tests/6.3.0-SNAPSHOT/org.eclipse.dltk.xotcl.core.tests-6.3.0-SNAPSHOT-p2artifacts.xml [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.dltk.xotcl.core.tests --- [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [INFO] --------------------< org.eclipse.dltk:update.site >-------------------- [INFO] Building update.site 6.3.0-SNAPSHOT [92/92] [INFO] from build/update.site/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ update.site --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ update.site --- [INFO] The project's OSGi version is 6.3.0.202305301153 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ update.site --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ update.site --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ update.site --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.releng/build/update.site/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ update.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ update.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ update.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ update.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ update.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Fetching org.apache.lucene.lucene-analysis-common_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (1.82MB) [INFO] Fetching org.apache.lucene.lucene-core_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (3.57MB) [INFO] Fetching org.apache.lucene.lucene-queries_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (490.9kB) [INFO] Fetching org.apache.lucene.lucene-queryparser_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (418.36kB) [INFO] Fetching org.apache.lucene.lucene-sandbox_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (235.15kB) [INFO] Fetching org.eclipse.mylyn.commons_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.82kB) [INFO] Fetching org.eclipse.mylyn.commons.identity_3.26.0.v20230225-1108.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.79kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications_3.26.0.v20230320-1407.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.89kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories_3.26.0.v20230131-2052.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.87kB) [INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (110.97kB) [INFO] Fetching org.eclipse.mylyn.context_feature_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.86kB) [INFO] Fetching org.eclipse.mylyn.discovery_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.79kB) [INFO] Fetching org.eclipse.mylyn.monitor_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.79kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.26.0.v20230416-1636.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (34.69kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.26.0.v20221223-1911.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (31.93kB) [INFO] Fetching org.eclipse.mylyn.tasks.search_3.26.0.v20221223-1911.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (70.8kB) [INFO] Fetching org.eclipse.mylyn_feature_3.26.0.v20230416-1636.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (21.48kB) [INFO] Fetching org.eclipse.rse.doc.user_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (211.97kB) [INFO] Fetching org.eclipse.rse.efs.ui_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (21.79kB) [INFO] Fetching org.eclipse.rse.importexport_4.5.101.201904091623.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (232.51kB) [INFO] Fetching org.eclipse.rse.processes.ui_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (74.41kB) [INFO] Fetching org.eclipse.rse.shells.ui_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (142.11kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.core_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (30.49kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.shell.linux_4.5.300.202101081027.jar from https://download.eclipse.org/releases/2022-03/202203161000/plugins/ (33.49kB) [INFO] Fetching org.eclipse.rse.core_4.5.300.202101081641.jar from https://download.eclipse.org/releases/2022-03/202203161000/features/ (18.48kB) [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ update.site --- [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ update.site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.releng/build/update.site/target/update.site-6.3.0-SNAPSHOT.zip [INFO] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ update.site --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ update.site --- [INFO] [INFO] --- antrun:1.8:run (generate-summary) @ update.site --- [INFO] Executing tasks main: init: [echo] core/plugins/org.eclipse.dltk.annotations/target/logfiles/@dot.xml [echo] core/plugins/org.eclipse.dltk.console.ui/target/logfiles/@dot.xml [echo] core/plugins/org.eclipse.dltk.console/target/logfiles/@dot.xml [echo] core/plugins/org.eclipse.dltk.core.index.lucene/target/logfiles/@dot.xml [echo] core/plugins/org.eclipse.dltk.core.manipulation/target/logfiles/@dot.xml [echo] core/plugins/org.eclipse.dltk.core.tools.ui/target/logfiles/@dot.xml [echo] core/plugins/org.eclipse.dltk.core/target/logfiles/@dot.xml [echo] core/plugins/org.eclipse.dltk.debug.ui/target/logfiles/@dot.xml [echo] core/plugins/org.eclipse.dltk.debug/target/logfiles/@dot.xml [echo] core/plugins/org.eclipse.dltk.formatter/target/logfiles/@dot.xml [echo] core/plugins/org.eclipse.dltk.launching/target/logfiles/@dot.xml [echo] core/plugins/org.eclipse.dltk.logconsole.ui/target/logfiles/@dot.xml [echo] core/plugins/org.eclipse.dltk.logconsole/target/logfiles/@dot.xml [echo] core/plugins/org.eclipse.dltk.testing/target/logfiles/@dot.xml [echo] core/plugins/org.eclipse.dltk.ui/target/logfiles/@dot.xml [echo] core/plugins/org.eclipse.dltk.validators.core/target/logfiles/@dot.xml [echo] core/plugins/org.eclipse.dltk.validators.externalchecker/target/logfiles/@dot.xml [echo] core/plugins/org.eclipse.dltk.validators.ui/target/logfiles/@dot.xml [echo] core/tests/org.eclipse.dltk.core.tests/target/logfiles/@dot.xml [echo] core/tests/org.eclipse.dltk.debug.tests/target/logfiles/@dot.xml [echo] core/tests/org.eclipse.dltk.debug.ui.tests/target/logfiles/@dot.xml [echo] core/tests/org.eclipse.dltk.formatter.tests/target/logfiles/@dot.xml [echo] core/tests/org.eclipse.dltk.ui.tests/target/logfiles/@dot.xml [echo] core/tests/org.eclipse.dltk.validators.core.tests/target/logfiles/@dot.xml [echo] mylyn/plugins/org.eclipse.dltk.mylyn/target/logfiles/@dot.xml [echo] rse/plugins/org.eclipse.dltk.rse.core/target/logfiles/@dot.xml [echo] rse/plugins/org.eclipse.dltk.rse.ui/target/logfiles/@dot.xml [echo] rse/plugins/org.eclipse.dltk.ssh.core/target/logfiles/@dot.xml [echo] itcl/plugins/org.eclipse.dltk.itcl.core/target/logfiles/@dot.xml [echo] itcl/plugins/org.eclipse.dltk.itcl.ui/target/logfiles/@dot.xml [echo] itcl/tests/org.eclipse.dltk.itcl.core.tests/target/logfiles/@dot.xml [echo] tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/target/logfiles/@dot.xml [echo] tcl/plugins/org.eclipse.dltk.tcl.core.indexer/target/logfiles/@dot.xml [echo] tcl/plugins/org.eclipse.dltk.tcl.core/target/logfiles/@dot.xml [echo] tcl/plugins/org.eclipse.dltk.tcl.debug.ui/target/logfiles/@dot.xml [echo] tcl/plugins/org.eclipse.dltk.tcl.debug/target/logfiles/@dot.xml [echo] tcl/plugins/org.eclipse.dltk.tcl.formatter/target/logfiles/@dot.xml [echo] tcl/plugins/org.eclipse.dltk.tcl.launching/target/logfiles/@dot.xml [echo] tcl/plugins/org.eclipse.dltk.tcl.parser/target/logfiles/@dot.xml [echo] tcl/plugins/org.eclipse.dltk.tcl.tclchecker/target/logfiles/@dot.xml [echo] tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/target/logfiles/@dot.xml [echo] tcl/plugins/org.eclipse.dltk.tcl.testing/target/logfiles/@dot.xml [echo] tcl/plugins/org.eclipse.dltk.tcl.ui/target/logfiles/@dot.xml [echo] tcl/plugins/org.eclipse.dltk.tcl.validators/target/logfiles/@dot.xml [echo] tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/target/logfiles/@dot.xml [echo] tcl/tests/org.eclipse.dltk.tcl.core.tests/target/logfiles/@dot.xml [echo] tcl/tests/org.eclipse.dltk.tcl.formatter.tests/target/logfiles/@dot.xml [echo] tcl/tests/org.eclipse.dltk.tcl.parser.tests/target/logfiles/@dot.xml [echo] tcl/tests/org.eclipse.dltk.tcl.tests/target/logfiles/@dot.xml [echo] tcl/tests/org.eclipse.dltk.tcl.ui.tests/target/logfiles/@dot.xml [echo] tcl/tests/org.eclipse.dltk.tcl.validators.tests/target/logfiles/@dot.xml [echo] xotcl/plugins/org.eclipse.dltk.xotcl.core/target/logfiles/@dot.xml [echo] xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/target/logfiles/@dot.xml [echo] xotcl/plugins/org.eclipse.dltk.xotcl.ui/target/logfiles/@dot.xml [echo] xotcl/tests/org.eclipse.dltk.xotcl.core.tests/target/logfiles/@dot.xml [INFO] Executed tasks [INFO] [INFO] --- install:2.3.1:install (default-install) @ update.site --- [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.releng/build/update.site/target/update.site-6.3.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/update.site/6.3.0-SNAPSHOT/update.site-6.3.0-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.releng/build/update.site/pom.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/update.site/6.3.0-SNAPSHOT/update.site-6.3.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.releng/build/update.site/target/p2content.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/update.site/6.3.0-SNAPSHOT/update.site-6.3.0-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.releng/build/update.site/target/p2artifacts.xml to /home/jenkins/agent/workspace/dltk-nightly-pipeline/.repository/org/eclipse/dltk/update.site/6.3.0-SNAPSHOT/update.site-6.3.0-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ update.site --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Dynamic Language Toolkit (DLTK) 6.3.0-SNAPSHOT: [INFO] [INFO] Dynamic Language Toolkit (DLTK) .................... SUCCESS [ 1.699 s] [INFO] all ................................................ SUCCESS [ 0.006 s] [INFO] core ............................................... SUCCESS [ 0.006 s] [INFO] org.eclipse.dltk.core.targetplatform ............... SUCCESS [ 0.972 s] [INFO] org.eclipse.dltk.annotations ....................... SUCCESS [ 10.099 s] [INFO] org.eclipse.dltk.core .............................. SUCCESS [ 12.270 s] [INFO] org.eclipse.dltk.console ........................... SUCCESS [ 2.002 s] [INFO] org.eclipse.dltk.debug ............................. SUCCESS [ 4.895 s] [INFO] org.eclipse.dltk.launching ......................... SUCCESS [ 2.890 s] [INFO] org.eclipse.dltk.console.ui ........................ SUCCESS [ 3.038 s] [INFO] org.eclipse.dltk.core.manipulation ................. SUCCESS [ 2.872 s] [INFO] org.eclipse.dltk.ui ................................ SUCCESS [ 12.774 s] [INFO] org.eclipse.dltk.debug.ui .......................... SUCCESS [ 4.396 s] [INFO] org.eclipse.dltk.validators.core ................... SUCCESS [ 3.195 s] [INFO] org.eclipse.dltk.validators.ui ..................... SUCCESS [ 3.820 s] [INFO] org.eclipse.dltk ................................... SUCCESS [ 0.968 s] [INFO] org.eclipse.dltk.testing ........................... SUCCESS [ 4.110 s] [INFO] org.eclipse.dltk.validators.externalchecker ........ SUCCESS [ 3.975 s] [INFO] org.eclipse.dltk.formatter ......................... SUCCESS [ 3.107 s] [INFO] org.eclipse.dltk.logconsole ........................ SUCCESS [ 2.502 s] [INFO] org.eclipse.dltk.logconsole.ui ..................... SUCCESS [ 4.095 s] [INFO] org.eclipse.dltk.core .............................. SUCCESS [ 1.968 s] [INFO] org.eclipse.dltk.core.doc.isv ...................... SUCCESS [ 5.616 s] [INFO] org.eclipse.dltk.core.sdk .......................... SUCCESS [ 1.157 s] [INFO] core.tests ......................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.dltk.core.tests ........................ SUCCESS [ 3.059 s] [INFO] org.eclipse.dltk.debug.tests ....................... SUCCESS [ 3.322 s] [INFO] org.eclipse.dltk.ui.tests .......................... SUCCESS [ 4.769 s] [INFO] org.eclipse.dltk.validators.core.tests ............. SUCCESS [ 5.516 s] [INFO] org.eclipse.dltk.formatter.tests ................... SUCCESS [ 2.970 s] [INFO] org.eclipse.dltk.debug.ui.tests .................... SUCCESS [ 2.401 s] [INFO] org.eclipse.dltk.core.tests ........................ SUCCESS [ 1.675 s] [INFO] org.eclipse.dltk.core.index.lucene ................. SUCCESS [ 1.988 s] [INFO] org.eclipse.dltk.core.index ........................ SUCCESS [ 0.885 s] [INFO] org.eclipse.dltk.core.index.lucene ................. SUCCESS [ 0.861 s] [INFO] org.eclipse.dltk.core.index.lucene.sdk ............. SUCCESS [ 1.561 s] [INFO] org.eclipse.dltk.core.tools.ui ..................... SUCCESS [ 3.050 s] [INFO] mylyn .............................................. SUCCESS [ 0.003 s] [INFO] org.eclipse.dltk.mylyn ............................. SUCCESS [ 3.312 s] [INFO] org.eclipse.dltk.mylyn ............................. SUCCESS [ 0.907 s] [INFO] org.eclipse.dltk.mylyn.sdk ......................... SUCCESS [ 0.892 s] [INFO] rse ................................................ SUCCESS [ 0.003 s] [INFO] org.eclipse.dltk.ssh.core .......................... SUCCESS [ 2.585 s] [INFO] org.eclipse.dltk.rse.core .......................... SUCCESS [ 2.447 s] [INFO] org.eclipse.dltk.rse.ui ............................ SUCCESS [ 3.457 s] [INFO] org.eclipse.dltk.rse ............................... SUCCESS [ 1.464 s] [INFO] org.eclipse.dltk.rse.sdk ........................... SUCCESS [ 1.149 s] [INFO] org.eclipse.dltk.rse ............................... SUCCESS [ 1.456 s] [INFO] tcl-all ............................................ SUCCESS [ 0.003 s] [INFO] tcl ................................................ SUCCESS [ 0.002 s] [INFO] org.eclipse.dltk.tcl.parser ........................ SUCCESS [ 4.011 s] [INFO] org.eclipse.dltk.tcl.core .......................... SUCCESS [ 4.107 s] [INFO] org.eclipse.dltk.tcl.debug ......................... SUCCESS [ 3.469 s] [INFO] org.eclipse.dltk.tcl.launching ..................... SUCCESS [ 2.894 s] [INFO] org.eclipse.dltk.tcl.ui ............................ SUCCESS [ 3.423 s] [INFO] org.eclipse.dltk.tcl.validators .................... SUCCESS [ 2.426 s] [INFO] org.eclipse.dltk.tcl.activestatedebugger ........... SUCCESS [ 3.791 s] [INFO] org.eclipse.dltk.tcl.debug.ui ...................... SUCCESS [ 4.132 s] [INFO] org.eclipse.dltk.tcl.tclchecker .................... SUCCESS [ 4.039 s] [INFO] org.eclipse.dltk.tcl ............................... SUCCESS [ 1.169 s] [INFO] org.eclipse.dltk.tcl.testing ....................... SUCCESS [ 2.967 s] [INFO] org.eclipse.dltk.tcl.testing.tcltest ............... SUCCESS [ 3.648 s] [INFO] org.eclipse.dltk.tcl.doc.user ...................... SUCCESS [ 3.803 s] [INFO] org.eclipse.dltk.tcl.tcllib ........................ SUCCESS [ 1.139 s] [INFO] org.eclipse.dltk.tcl.formatter ..................... SUCCESS [ 3.140 s] [INFO] org.eclipse.dltk.tcl ............................... SUCCESS [ 1.518 s] [INFO] org.eclipse.dltk.tcl.sdk ........................... SUCCESS [ 1.162 s] [INFO] itcl ............................................... SUCCESS [ 0.003 s] [INFO] org.eclipse.dltk.itcl.core ......................... SUCCESS [ 3.604 s] [INFO] xotcl .............................................. SUCCESS [ 0.003 s] [INFO] org.eclipse.dltk.xotcl.core ........................ SUCCESS [ 2.840 s] [INFO] org.eclipse.dltk.tcl.core.indexer .................. SUCCESS [ 2.649 s] [INFO] tcl.tests .......................................... SUCCESS [ 0.004 s] [INFO] org.eclipse.dltk.tcl.tests ......................... SUCCESS [ 3.230 s] [INFO] org.eclipse.dltk.tcl.parser.tests .................. SUCCESS [ 3.568 s] [INFO] org.eclipse.dltk.tcl.core.tests .................... SUCCESS [ 3.058 s] [INFO] org.eclipse.dltk.tcl.formatter.tests ............... SUCCESS [ 2.707 s] [INFO] org.eclipse.dltk.tcl.validators.tests .............. SUCCESS [ 2.633 s] [INFO] org.eclipse.dltk.tcl.ui.tests ...................... SUCCESS [ 3.551 s] [INFO] org.eclipse.dltk.tcl.activestatedebugger.tests ..... SUCCESS [ 2.255 s] [INFO] org.eclipse.dltk.itcl.ui ........................... SUCCESS [ 3.735 s] [INFO] org.eclipse.dltk.itcl .............................. SUCCESS [ 1.099 s] [INFO] org.eclipse.dltk.itcl .............................. SUCCESS [ 1.463 s] [INFO] org.eclipse.dltk.itcl.sdk .......................... SUCCESS [ 1.888 s] [INFO] org.eclipse.dltk.itcl.core.tests ................... SUCCESS [ 2.297 s] [INFO] org.eclipse.dltk.xotcl.ui .......................... SUCCESS [ 2.974 s] [INFO] org.eclipse.dltk.xotcl.testing.xounit .............. SUCCESS [ 2.688 s] [INFO] org.eclipse.dltk.xotcl ............................. SUCCESS [ 1.449 s] [INFO] org.eclipse.dltk.xotcl ............................. SUCCESS [ 3.488 s] [INFO] org.eclipse.dltk.xotcl.sdk ......................... SUCCESS [ 1.867 s] [INFO] org.eclipse.dltk.xotcl.core.tests .................. SUCCESS [ 2.510 s] [INFO] update.site ........................................ SUCCESS [ 8.488 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:52 min [INFO] Finished at: 2023-05-30T11:58:13Z [INFO] ------------------------------------------------------------------------ [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur [INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/dltk-nightly-pipeline@tmp/withMaven47e7df69/maven-spy-20230530-115321-162213640397525276454.log [Pipeline] step Sending e-mails to: kaloyan.r@zend.com alex.panchenko@gmail.com haiodo@xored.com zulus@w3des.net [Pipeline] } [Pipeline] // script [Pipeline] } [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.core:org.eclipse.dltk.annotations:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.core:org.eclipse.dltk.core:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.core:org.eclipse.dltk.console:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.core:org.eclipse.dltk.debug:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.core:org.eclipse.dltk.launching:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.core:org.eclipse.dltk.console.ui:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.core:org.eclipse.dltk.core.manipulation:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.core:org.eclipse.dltk.ui:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.core:org.eclipse.dltk.debug.ui:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.core:org.eclipse.dltk.validators.core:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.core:org.eclipse.dltk.validators.ui:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.ui/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.core:org.eclipse.dltk:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.core/core/plugins/org.eclipse.dltk/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.core:org.eclipse.dltk.testing:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.core:org.eclipse.dltk.validators.externalchecker:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.core:org.eclipse.dltk.formatter:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.formatter/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.core:org.eclipse.dltk.logconsole:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.core:org.eclipse.dltk.logconsole.ui:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole.ui/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.core:org.eclipse.dltk.core.doc.isv:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.doc.isv/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.core:org.eclipse.dltk.core.index.lucene:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.core:org.eclipse.dltk.core.index:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.core:org.eclipse.dltk.core.tools.ui:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.mylyn:org.eclipse.dltk.mylyn:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.rse:org.eclipse.dltk.ssh.core:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.ssh.core/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.rse:org.eclipse.dltk.rse.core:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.core/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.rse:org.eclipse.dltk.rse.ui:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.rse:org.eclipse.dltk.rse:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.parser:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.core:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.debug:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.launching:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.ui:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.validators:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.activestatedebugger:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.debug.ui:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.tclchecker:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.tcl:org.eclipse.dltk.tcl:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.testing:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.testing.tcltest:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.doc.user:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/tcl/docs/org.eclipse.dltk.tcl.doc.user/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.tcllib:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tcllib/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.formatter:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.formatter/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.core:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.core:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.core.indexer:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.ui:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.ui/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.itcl:org.eclipse.dltk.itcl:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.ui:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.testing.xounit:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl:eclipse-plugin:6.3.0-SNAPSHOT generated by maven-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl/target/surefire-reports/*.xml [withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments. [withMaven] junitPublisher - Jenkins JUnit Flaky Test Handler Plugin not found, can't publish JUnit flaky tests reports. Recording test results None of the test reports contained any result [Checks API] No suitable checks publisher found. [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.core:org.eclipse.dltk.core.tests:eclipse-test-plugin:6.3.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.core:org.eclipse.dltk.debug.tests:eclipse-test-plugin:6.3.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.core:org.eclipse.dltk.ui.tests:eclipse-test-plugin:6.3.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.core:org.eclipse.dltk.validators.core.tests:eclipse-test-plugin:6.3.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): org.eclipse.dltk.core/core/tests/org.eclipse.dltk.validators.core.tests/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.core:org.eclipse.dltk.formatter.tests:eclipse-test-plugin:6.3.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): org.eclipse.dltk.core/core/tests/org.eclipse.dltk.formatter.tests/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.core:org.eclipse.dltk.debug.ui.tests:eclipse-test-plugin:6.3.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.ui.tests/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.tests:eclipse-test-plugin:6.3.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.parser.tests:eclipse-test-plugin:6.3.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.core.tests:eclipse-test-plugin:6.3.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.formatter.tests:eclipse-test-plugin:6.3.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.validators.tests:eclipse-test-plugin:6.3.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.ui.tests:eclipse-test-plugin:6.3.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.activestatedebugger.tests:eclipse-test-plugin:6.3.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.core.tests:eclipse-test-plugin:6.3.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/itcl/tests/org.eclipse.dltk.itcl.core.tests/target/surefire-reports/*.xml [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.core.tests:eclipse-test-plugin:6.3.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/target/surefire-reports/*.xml [withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments. [withMaven] junitPublisher - Jenkins JUnit Flaky Test Handler Plugin not found, can't publish JUnit flaky tests reports. Recording test results None of the test reports contained any result [Checks API] No suitable checks publisher found. [withMaven] jgivenPublisher - Jenkins JGiven Plugin not found, do not archive jgiven reports. [withMaven] Publishers: Pipeline Graph Publisher: 54 ms, Invoker Publisher: 3 ms, Junit Publisher: 136 ms, Concordion Publisher: 2 ms, Dependencies Fingerprint Publisher: 643 ms, JGiven Publisher: 2 ms, Jacoco Publisher: 5 ms, SpotBugs Publisher: 1 ms [Pipeline] // withMaven No test report files were found. Configuration error? No test report files were found. Configuration error? [Pipeline] } Terminating xvnc. [Pipeline] // xvnc [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy) [Pipeline] sshagent [ssh-agent] Using credentials genie.dltk (ssh://genie.dltk@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-lBAmGf9j3eyH/agent.1425 SSH_AGENT_PID=1427 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/dltk-nightly-pipeline@tmp/private_key_1860982106196000953.key (/home/jenkins/agent/workspace/dltk-nightly-pipeline@tmp/private_key_1860982106196000953.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + ssh -o BatchMode=yes genie.dltk@projects-storage.eclipse.org rm -rf '/home/data/httpd/download.eclipse.org/technology/dltk/updates-nightly/*' [Pipeline] sh + scp -o BatchMode=yes -r org.eclipse.dltk.releng/build/update.site/target/repository/artifacts.jar org.eclipse.dltk.releng/build/update.site/target/repository/artifacts.xml.xz org.eclipse.dltk.releng/build/update.site/target/repository/binary org.eclipse.dltk.releng/build/update.site/target/repository/content.jar org.eclipse.dltk.releng/build/update.site/target/repository/content.xml.xz org.eclipse.dltk.releng/build/update.site/target/repository/features org.eclipse.dltk.releng/build/update.site/target/repository/logs org.eclipse.dltk.releng/build/update.site/target/repository/p2.index org.eclipse.dltk.releng/build/update.site/target/repository/plugins genie.dltk@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/dltk/updates-nightly/ [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1427 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS